Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 25, 2024
1 parent 73fc7fd commit d266978
Show file tree
Hide file tree
Showing 38 changed files with 693 additions and 931 deletions.
4 changes: 2 additions & 2 deletions admin/reports/v1/admin-api.json
Expand Up @@ -623,7 +623,7 @@
}
}
},
"revision": "20230612",
"revision": "20240123",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Activities": {
Expand Down Expand Up @@ -688,7 +688,7 @@
"items": {
"properties": {
"name": {
"description": "Name of the event. This is the specific name of the activity reported by the API. And each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. For `eventName` request parameters in general: - If no `eventName` is given, the report returns all possible instances of an `eventName`. - When you request an `eventName`, the API's response returns all activities which contain that `eventName`. It is possible that the returned activities will have other `eventName` properties in addition to the one requested. For more information about `eventName` properties, see the list of event names for various applications above in `applicationName`.",
"description": "Name of the event. This is the specific name of the activity reported by the API. And each `eventName` is related to a specific Google Workspace service or feature which the API organizes into types of events. For `eventName` request parameters in general: - If no `eventName` is given, the report returns all possible instances of an `eventName`. - When you request an `eventName`, the API's response returns all activities which contain that `eventName`. For more information about `eventName` properties, see the list of event names for various applications above in `applicationName`.",
"type": "string"
},
"parameters": {
Expand Down
8 changes: 3 additions & 5 deletions admin/reports/v1/admin-gen.go

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

4 changes: 2 additions & 2 deletions cloudbilling/v1/cloudbilling-api.json
Expand Up @@ -751,7 +751,7 @@
}
}
},
"revision": "20240112",
"revision": "20240119",
"rootUrl": "https://cloudbilling.googleapis.com/",
"schemas": {
"AggregationInfo": {
Expand Down Expand Up @@ -886,7 +886,7 @@
"type": "array"
},
"role": {
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
"type": "string"
}
},
Expand Down
6 changes: 5 additions & 1 deletion cloudbilling/v1/cloudbilling-gen.go

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

6 changes: 3 additions & 3 deletions container/v1beta1/container-api.json
Expand Up @@ -392,7 +392,7 @@
]
},
"getJwks": {
"description": "Gets the public component of the cluster signing keys in JSON Web Key format. This API is not yet intended for general use, and is not available for all clusters.",
"description": "Gets the public component of the cluster signing keys in JSON Web Key format.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/jwks",
"httpMethod": "GET",
"id": "container.projects.locations.clusters.getJwks",
Expand Down Expand Up @@ -1133,7 +1133,7 @@
"well-known": {
"methods": {
"getOpenid-configuration": {
"description": "Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details. This API is not yet intended for general use, and is not available for all clusters.",
"description": "Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.",
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/.well-known/openid-configuration",
"httpMethod": "GET",
"id": "container.projects.locations.clusters.well-known.getOpenid-configuration",
Expand Down Expand Up @@ -2565,7 +2565,7 @@
}
}
},
"revision": "20231201",
"revision": "20240109",
"rootUrl": "https://container.googleapis.com/",
"schemas": {
"AcceleratorConfig": {
Expand Down
10 changes: 4 additions & 6 deletions container/v1beta1/container-gen.go

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

165 changes: 1 addition & 164 deletions content/v2.1/content-api.json
Expand Up @@ -574,135 +574,6 @@
}
},
"resources": {
"businessmessageslinks": {
"methods": {
"create": {
"description": "Creates a `BusinessMessagesLink` in Merchant Center account.",
"flatPath": "accounts/{accountId}/businessmessageslinks",
"httpMethod": "POST",
"id": "content.accounts.businessmessageslinks.create",
"parameterOrder": [
"accountId"
],
"parameters": {
"accountId": {
"description": "Required. The ID of the Merchant Center account.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "accounts/{accountId}/businessmessageslinks",
"request": {
"$ref": "BusinessMessagesLink"
},
"response": {
"$ref": "BusinessMessagesLink"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"delete": {
"description": "Deletes the specified `BusinessMessagesLink` resource from Merchant Center account.",
"flatPath": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
"httpMethod": "DELETE",
"id": "content.accounts.businessmessageslinks.delete",
"parameterOrder": [
"accountId",
"businessMessagesLinkId"
],
"parameters": {
"accountId": {
"description": "Required. The ID of the Merchant Center account.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"businessMessagesLinkId": {
"description": "Required. The identifier for the Business Messages Link.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"get": {
"description": "Retrieves `BusinessMessagesLink` in Merchant Center account.",
"flatPath": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
"httpMethod": "GET",
"id": "content.accounts.businessmessageslinks.get",
"parameterOrder": [
"accountId",
"businessMessagesLinkId"
],
"parameters": {
"accountId": {
"description": "Required. The ID of the Merchant Center account.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"businessMessagesLinkId": {
"description": "Required. The identifier for the Business Messages Link.",
"location": "path",
"required": true,
"type": "string"
}
},
"path": "accounts/{accountId}/businessmessageslinks/{businessMessagesLinkId}",
"response": {
"$ref": "BusinessMessagesLink"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
},
"list": {
"description": "Lists the `BusinessMessagesLink` resources for Merchant Center account.",
"flatPath": "accounts/{accountId}/businessmessageslinks",
"httpMethod": "GET",
"id": "content.accounts.businessmessageslinks.list",
"parameterOrder": [
"accountId"
],
"parameters": {
"accountId": {
"description": "Required. The ID of the account.",
"format": "int64",
"location": "path",
"required": true,
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of `BusinessMessagesLink` resources for the Merchant Center account to return. Defaults to 50; values above 1000 will be coerced to 1000.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. A page token, received from a previous `ListBusinessMessagesLinks` call. Provide the page token to retrieve the subsequent page. When paginating, all other parameters provided to `ListBusinessMessagesLinks` must match the call that provided the page token.",
"location": "query",
"type": "string"
}
},
"path": "accounts/{accountId}/businessmessageslinks",
"response": {
"$ref": "ListBusinessMessagesLinksResponse"
},
"scopes": [
"https://www.googleapis.com/auth/content"
]
}
}
},
"credentials": {
"methods": {
"create": {
Expand Down Expand Up @@ -6315,7 +6186,7 @@
}
}
},
"revision": "20240116",
"revision": "20240123",
"rootUrl": "https://shoppingcontent.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -7997,22 +7868,6 @@
},
"type": "object"
},
"BusinessMessagesLink": {
"description": "A Link from a [Business Messages](https://businessmessages.google) Agent Id to the Merchant Center account. You can create multiple `BusinessMessagesLink` to Merchant Center Account. Only available to selected merchants. See [Create agents to manage brands](https://developers.google.com/business-communications/business-messages/guides/how-to/agents) for more information.",
"id": "BusinessMessagesLink",
"properties": {
"agentId": {
"description": "Required. Agent ID from Business Messages to link to the Merchant Center account. The Agent ID can be found in the [Business Communications Developer Console](https://developers.google.com/business-communications/business-messages/guides/concepts/developer-console#agent_selection).",
"type": "string"
},
"businessMessagesLinkId": {
"description": "Output only. Immutable. The ID uniquely identifying each `BusinessMessagesLink`.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"BuyOnGoogleProgramStatus": {
"description": "Response message for the GetProgramStatus method.",
"id": "BuyOnGoogleProgramStatus",
Expand Down Expand Up @@ -10326,24 +10181,6 @@
},
"type": "object"
},
"ListBusinessMessagesLinksResponse": {
"description": "Response message for the `ListBusinessMessagesLinks` method.",
"id": "ListBusinessMessagesLinksResponse",
"properties": {
"businessMessagesLinks": {
"description": "The `BusinessMessagesLink` resources for the given Merchant Center account.",
"items": {
"$ref": "BusinessMessagesLink"
},
"type": "array"
},
"nextPageToken": {
"description": "A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
"type": "string"
}
},
"type": "object"
},
"ListCollectionStatusesResponse": {
"description": "Response message for the ListCollectionStatuses method.",
"id": "ListCollectionStatusesResponse",
Expand Down

0 comments on commit d266978

Please sign in to comment.