Skip to content

Commit 3dc0dbb

Browse files
feat(all): auto-regenerate discovery clients (#2010)
1 parent 465e95b commit 3dc0dbb

32 files changed

+1779
-422
lines changed

adsense/v2/adsense-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@
18281828
}
18291829
}
18301830
},
1831-
"revision": "20230403",
1831+
"revision": "20230531",
18321832
"rootUrl": "https://adsense.googleapis.com/",
18331833
"schemas": {
18341834
"Account": {
@@ -1987,7 +1987,7 @@
19871987
"type": "string"
19881988
},
19891989
"state": {
1990-
"description": "State of the ad unit.",
1990+
"description": "Required. State of the ad unit.",
19911991
"enum": [
19921992
"STATE_UNSPECIFIED",
19931993
"ACTIVE",

adsense/v2/adsense-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

billingbudgets/v1/billingbudgets-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
}
271271
}
272272
},
273-
"revision": "20221019",
273+
"revision": "20230529",
274274
"rootUrl": "https://billingbudgets.googleapis.com/",
275275
"schemas": {
276276
"GoogleCloudBillingBudgetsV1Budget": {
@@ -406,6 +406,13 @@
406406
},
407407
"type": "array"
408408
},
409+
"resourceAncestors": {
410+
"description": "Optional. A set of folder and organization names of the form `folders/{folderId}` or `organizations/{organizationId}`, specifying that usage from only this set of folders and organizations should be included in the budget. If omitted, the report includes all usage for all organizations, regardless of which organization the usage occurred on.",
411+
"items": {
412+
"type": "string"
413+
},
414+
"type": "array"
415+
},
409416
"services": {
410417
"description": "Optional. A set of services of the form `services/{service_id}`, specifying that usage from only this set of services should be included in the budget. If omitted, the report includes usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api.",
411418
"items": {

billingbudgets/v1/billingbudgets-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

billingbudgets/v1beta1/billingbudgets-api.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
}
265265
}
266266
},
267-
"revision": "20221019",
267+
"revision": "20230529",
268268
"rootUrl": "https://billingbudgets.googleapis.com/",
269269
"schemas": {
270270
"GoogleCloudBillingBudgetsV1beta1AllUpdatesRule": {
@@ -437,6 +437,13 @@
437437
},
438438
"type": "array"
439439
},
440+
"resourceAncestors": {
441+
"description": "Optional. A set of folder and organization names of the form `folders/{folderId}` or `organizations/{organizationId}`, specifying that usage from only this set of folders and organizations should be included in the budget. If omitted, the report includes all usage for all organizations, regardless of which organization the usage occurred on.",
442+
"items": {
443+
"type": "string"
444+
},
445+
"type": "array"
446+
},
440447
"services": {
441448
"description": "Optional. A set of services of the form `services/{service_id}`, specifying that usage from only this set of services should be included in the budget. If omitted, the report will include usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api.",
442449
"items": {

billingbudgets/v1beta1/billingbudgets-gen.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudidentity/v1/cloudidentity-api.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,12 @@
15011501
"path": "v1/{+parent}/memberships:searchDirectGroups",
15021502
"response": {
15031503
"$ref": "SearchDirectGroupsResponse"
1504-
}
1504+
},
1505+
"scopes": [
1506+
"https://www.googleapis.com/auth/cloud-identity.groups",
1507+
"https://www.googleapis.com/auth/cloud-identity.groups.readonly",
1508+
"https://www.googleapis.com/auth/cloud-platform"
1509+
]
15051510
},
15061511
"searchTransitiveGroups": {
15071512
"description": "Search transitive groups of a member. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. If the account of the member is not one of these, a 403 (PERMISSION_DENIED) HTTP status code will be returned. A transitive group is any group that has a direct or indirect membership to the member. Actor must have view permissions all transitive groups.",
@@ -1985,7 +1990,7 @@
19851990
}
19861991
}
19871992
},
1988-
"revision": "20230328",
1993+
"revision": "20230530",
19891994
"rootUrl": "https://cloudidentity.googleapis.com/",
19901995
"schemas": {
19911996
"AddIdpCredentialOperationMetadata": {

cloudidentity/v1/cloudidentity-gen.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudidentity/v1beta1/cloudidentity-api.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,12 @@
14501450
"path": "v1beta1/{+parent}/memberships:searchDirectGroups",
14511451
"response": {
14521452
"$ref": "SearchDirectGroupsResponse"
1453-
}
1453+
},
1454+
"scopes": [
1455+
"https://www.googleapis.com/auth/cloud-identity.groups",
1456+
"https://www.googleapis.com/auth/cloud-identity.groups.readonly",
1457+
"https://www.googleapis.com/auth/cloud-platform"
1458+
]
14541459
},
14551460
"searchTransitiveGroups": {
14561461
"description": "Search transitive groups of a member. **Note:** This feature is only available to Google Workspace Enterprise Standard, Enterprise Plus, and Enterprise for Education; and Cloud Identity Premium accounts. A transitive group is any group that has a direct or indirect membership to the member. Actor must have view permissions all transitive groups.",
@@ -2010,7 +2015,7 @@
20102015
}
20112016
}
20122017
},
2013-
"revision": "20230523",
2018+
"revision": "20230530",
20142019
"rootUrl": "https://cloudidentity.googleapis.com/",
20152020
"schemas": {
20162021
"AddIdpCredentialOperationMetadata": {

cloudidentity/v1beta1/cloudidentity-gen.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datacatalog/v1/datacatalog-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2144,7 +2144,7 @@
21442144
}
21452145
}
21462146
},
2147-
"revision": "20230512",
2147+
"revision": "20230526",
21482148
"rootUrl": "https://datacatalog.googleapis.com/",
21492149
"schemas": {
21502150
"Binding": {
@@ -3152,6 +3152,10 @@
31523152
"gcsBucketPath": {
31533153
"description": "Path to a Cloud Storage bucket that contains a dump ready for ingestion.",
31543154
"type": "string"
3155+
},
3156+
"jobId": {
3157+
"description": "Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID",
3158+
"type": "string"
31553159
}
31563160
},
31573161
"type": "object"

datacatalog/v1/datacatalog-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)