Skip to content

Commit 8757dbf

Browse files
feat(all): auto-regenerate discovery clients (#1677)
1 parent 608f877 commit 8757dbf

23 files changed

+2673
-369
lines changed

api-list.json

-15
Original file line numberDiff line numberDiff line change
@@ -4627,21 +4627,6 @@
46274627
"documentationLink": "https://cloud.google.com/recommendations",
46284628
"preferred": true
46294629
},
4630-
{
4631-
"kind": "discovery#directoryItem",
4632-
"id": "run:v1alpha1",
4633-
"name": "run",
4634-
"version": "v1alpha1",
4635-
"title": "Cloud Run Admin API",
4636-
"description": "Deploy and manage user provided container images that scale automatically based on incoming requests. The Cloud Run Admin API v1 follows the Knative Serving API specification, while v2 is aligned with Google Cloud AIP-based API standards, as described in https://google.aip.dev/.",
4637-
"discoveryRestUrl": "https://run.googleapis.com/$discovery/rest?version=v1alpha1",
4638-
"icons": {
4639-
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4640-
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4641-
},
4642-
"documentationLink": "https://cloud.google.com/run/",
4643-
"preferred": false
4644-
},
46454630
{
46464631
"kind": "discovery#directoryItem",
46474632
"id": "run:v1",

assuredworkloads/v1/assuredworkloads-api.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
}
380380
}
381381
},
382-
"revision": "20220725",
382+
"revision": "20220818",
383383
"rootUrl": "https://assuredworkloads.googleapis.com/",
384384
"schemas": {
385385
"GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata": {
@@ -780,7 +780,8 @@
780780
"id": "GoogleCloudAssuredworkloadsV1beta1Workload",
781781
"properties": {
782782
"billingAccount": {
783-
"description": "Input only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.",
783+
"description": "Output only. The billing account used for the resources which are direct children of workload. This billing account is initially associated with the resources created as part of Workload creation. After the initial creation of these resources, the customer can change the assigned billing account. The resource name has the form `billingAccounts/{billing_account_id}`. For example, `billingAccounts/012345-567890-ABCDEF`.",
784+
"readOnly": true,
784785
"type": "string"
785786
},
786787
"cjisSettings": {

assuredworkloads/v1/assuredworkloads-gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1/cloudasset-api.json

+22-22
Large diffs are not rendered by default.

cloudasset/v1/cloudasset-gen.go

+38-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

content/v2.1/content-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5908,7 +5908,7 @@
59085908
}
59095909
}
59105910
},
5911-
"revision": "20220805",
5911+
"revision": "20220818",
59125912
"rootUrl": "https://shoppingcontent.googleapis.com/",
59135913
"schemas": {
59145914
"Account": {
@@ -5957,7 +5957,7 @@
59575957
"description": "The Business Profile which is linked or in the process of being linked with the Merchant Center account."
59585958
},
59595959
"id": {
5960-
"description": "Required for update. Merchant Center account ID.",
5960+
"description": "Required. 64-bit Merchant Center account ID.",
59615961
"format": "uint64",
59625962
"type": "string"
59635963
},

content/v2.1/content-gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)