Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2084

Merged
merged 1 commit into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@
}
}
},
"revision": "20230705",
"revision": "20230724",
"rootUrl": "https://adexchangebuyer.googleapis.com/",
"schemas": {
"AbsoluteDateRange": {
Expand Down Expand Up @@ -5684,7 +5684,8 @@
"OPPO",
"SAMSUNG",
"VIVO",
"XIAOMI"
"XIAOMI",
"LG_TV"
],
"enumDescriptions": [
"A placeholder for an unknown app store.",
Expand All @@ -5699,7 +5700,8 @@
"OPPO App Market",
"Samsung Galaxy Store",
"VIVO App Store",
"Xiaomi GetApps"
"Xiaomi GetApps",
"LG TV"
],
"type": "string"
},
Expand Down
1 change: 1 addition & 0 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 16 additions & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
"id": "clouddeploy:v1",
"name": "clouddeploy",
"version": "v1",
"title": "Google Cloud Deploy API",
"title": "Cloud Deploy API",
"description": "",
"discoveryRestUrl": "https://clouddeploy.googleapis.com/$discovery/rest?version=v1",
"icons": {
Expand Down Expand Up @@ -3844,6 +3844,21 @@
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/migration-center",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "migrationcenter:v1",
"name": "migrationcenter",
"version": "v1",
"title": "Migration Center API",
"description": "A unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud.",
"discoveryRestUrl": "https://migrationcenter.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://cloud.google.com/migration-center",
"preferred": true
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@
}
}
},
"revision": "20230530",
"revision": "20230724",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -2801,7 +2801,8 @@
"OPPO",
"SAMSUNG",
"VIVO",
"XIAOMI"
"XIAOMI",
"LG_TV"
],
"enumDescriptions": [
"A placeholder for an unknown app store.",
Expand All @@ -2816,7 +2817,8 @@
"OPPO App Market",
"Samsung Galaxy Store",
"VIVO App Store",
"Xiaomi GetApps"
"Xiaomi GetApps",
"LG TV"
],
"type": "string"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 31 additions & 30 deletions bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1183,35 +1183,6 @@
"https://www.googleapis.com/auth/cloud-platform.read-only"
]
},
"setIamPolicy": {
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
"flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}/rowAccessPolicies/{rowAccessPoliciesId}:setIamPolicy",
"httpMethod": "POST",
"id": "bigquery.rowAccessPolicies.setIamPolicy",
"parameterOrder": [
"resource"
],
"parameters": {
"resource": {
"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
"location": "path",
"pattern": "^projects/[^/]+/datasets/[^/]+/tables/[^/]+/rowAccessPolicies/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "{+resource}:setIamPolicy",
"request": {
"$ref": "SetIamPolicyRequest"
},
"response": {
"$ref": "Policy"
},
"scopes": [
"https://www.googleapis.com/auth/bigquery",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"testIamPermissions": {
"description": "Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may \"fail open\" without warning.",
"flatPath": "projects/{projectsId}/datasets/{datasetsId}/tables/{tablesId}/rowAccessPolicies/{rowAccessPoliciesId}:testIamPermissions",
Expand Down Expand Up @@ -1710,7 +1681,7 @@
}
}
},
"revision": "20230708",
"revision": "20230715",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -5229,6 +5200,14 @@
"$ref": "TrainingRun"
},
"type": "array"
},
"transformColumns": {
"description": "Output only. This field will be populated if a TRANSFORM clause was used to train a model. TRANSFORM clause (if used) takes feature_columns as input and outputs transform_columns. transform_columns then are used to train the model.",
"items": {
"$ref": "TransformColumn"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -7909,6 +7888,28 @@
},
"type": "object"
},
"TransformColumn": {
"description": "Information about a single transform column.",
"id": "TransformColumn",
"properties": {
"name": {
"description": "Output only. Name of the column.",
"readOnly": true,
"type": "string"
},
"transformSql": {
"description": "Output only. The SQL expression used in the column transform.",
"readOnly": true,
"type": "string"
},
"type": {
"$ref": "StandardSqlDataType",
"description": "Output only. Data type of the column after the transform.",
"readOnly": true
}
},
"type": "object"
},
"UserDefinedFunctionResource": {
"description": "This is used for defining User Defined Function (UDF) resources only when using legacy SQL. Users of Standard SQL should leverage either DDL (e.g. CREATE [TEMPORARY] FUNCTION ... ) or the Routines API to define UDF resources. For additional information on migrating, see: https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql#differences_in_user-defined_javascript_functions",
"id": "UserDefinedFunctionResource",
Expand Down
Loading