Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2010)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 1, 2023
1 parent 465e95b commit 3dc0dbb
Show file tree
Hide file tree
Showing 32 changed files with 1,779 additions and 422 deletions.
4 changes: 2 additions & 2 deletions adsense/v2/adsense-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@
}
}
},
"revision": "20230403",
"revision": "20230531",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -1987,7 +1987,7 @@
"type": "string"
},
"state": {
"description": "State of the ad unit.",
"description": "Required. State of the ad unit.",
"enum": [
"STATE_UNSPECIFIED",
"ACTIVE",
Expand Down
2 changes: 1 addition & 1 deletion adsense/v2/adsense-gen.go

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

9 changes: 8 additions & 1 deletion billingbudgets/v1/billingbudgets-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
}
}
},
"revision": "20221019",
"revision": "20230529",
"rootUrl": "https://billingbudgets.googleapis.com/",
"schemas": {
"GoogleCloudBillingBudgetsV1Budget": {
Expand Down Expand Up @@ -406,6 +406,13 @@
},
"type": "array"
},
"resourceAncestors": {
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"services": {
"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.",
"items": {
Expand Down
8 changes: 8 additions & 0 deletions billingbudgets/v1/billingbudgets-gen.go

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

9 changes: 8 additions & 1 deletion billingbudgets/v1beta1/billingbudgets-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
}
}
},
"revision": "20221019",
"revision": "20230529",
"rootUrl": "https://billingbudgets.googleapis.com/",
"schemas": {
"GoogleCloudBillingBudgetsV1beta1AllUpdatesRule": {
Expand Down Expand Up @@ -437,6 +437,13 @@
},
"type": "array"
},
"resourceAncestors": {
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"services": {
"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.",
"items": {
Expand Down
8 changes: 8 additions & 0 deletions billingbudgets/v1beta1/billingbudgets-gen.go

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

9 changes: 7 additions & 2 deletions cloudidentity/v1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1501,7 +1501,12 @@
"path": "v1/{+parent}/memberships:searchDirectGroups",
"response": {
"$ref": "SearchDirectGroupsResponse"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.groups",
"https://www.googleapis.com/auth/cloud-identity.groups.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"searchTransitiveGroups": {
"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.",
Expand Down Expand Up @@ -1985,7 +1990,7 @@
}
}
},
"revision": "20230328",
"revision": "20230530",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down
7 changes: 6 additions & 1 deletion cloudidentity/v1/cloudidentity-gen.go

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

9 changes: 7 additions & 2 deletions cloudidentity/v1beta1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,12 @@
"path": "v1beta1/{+parent}/memberships:searchDirectGroups",
"response": {
"$ref": "SearchDirectGroupsResponse"
}
},
"scopes": [
"https://www.googleapis.com/auth/cloud-identity.groups",
"https://www.googleapis.com/auth/cloud-identity.groups.readonly",
"https://www.googleapis.com/auth/cloud-platform"
]
},
"searchTransitiveGroups": {
"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.",
Expand Down Expand Up @@ -2010,7 +2015,7 @@
}
}
},
"revision": "20230523",
"revision": "20230530",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down
7 changes: 6 additions & 1 deletion cloudidentity/v1beta1/cloudidentity-gen.go

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

6 changes: 5 additions & 1 deletion datacatalog/v1/datacatalog-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2144,7 +2144,7 @@
}
}
},
"revision": "20230512",
"revision": "20230526",
"rootUrl": "https://datacatalog.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -3152,6 +3152,10 @@
"gcsBucketPath": {
"description": "Path to a Cloud Storage bucket that contains a dump ready for ingestion.",
"type": "string"
},
"jobId": {
"description": "Optional. (Optional) Dataplex task job id, if specified will be used as part of ImportEntries LRO ID",
"type": "string"
}
},
"type": "object"
Expand Down
4 changes: 4 additions & 0 deletions datacatalog/v1/datacatalog-gen.go

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

Loading

0 comments on commit 3dc0dbb

Please sign in to comment.