Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 25, 2023
1 parent 9a94c5b commit 66d077d
Show file tree
Hide file tree
Showing 39 changed files with 32,683 additions and 5,433 deletions.
8 changes: 5 additions & 3 deletions adexchangebuyer2/v2beta1/adexchangebuyer2-api.json
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
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
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
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

0 comments on commit 66d077d

Please sign in to comment.