Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 11, 2022
1 parent d349e85 commit d621bc9
Show file tree
Hide file tree
Showing 30 changed files with 300 additions and 485 deletions.
4 changes: 2 additions & 2 deletions artifactregistry/v1beta1/artifactregistry-api.json
Expand Up @@ -148,7 +148,7 @@
],
"parameters": {
"filter": {
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -929,7 +929,7 @@
}
}
},
"revision": "20220328",
"revision": "20220401",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down
6 changes: 3 additions & 3 deletions artifactregistry/v1beta1/artifactregistry-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 calendar/v3/calendar-api.json
Expand Up @@ -1723,7 +1723,7 @@
}
}
},
"revision": "20220203",
"revision": "20220401",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Acl": {
Expand Down Expand Up @@ -2300,7 +2300,7 @@
"type": "boolean"
},
"attachments": {
"description": "File attachments for the event. Currently only Google Drive attachments are supported.\nIn order to modify attachments the supportsAttachments request parameter should be set to true.\nThere can be at most 25 attachments per event,",
"description": "File attachments for the event.\nIn order to modify attachments the supportsAttachments request parameter should be set to true.\nThere can be at most 25 attachments per event,",
"items": {
"$ref": "EventAttachment"
},
Expand Down Expand Up @@ -2627,7 +2627,7 @@
"type": "string"
},
"iconLink": {
"description": "URL link to the attachment's icon. Read-only.",
"description": "URL link to the attachment's icon. This field can only be modified for custom third-party attachments.",
"type": "string"
},
"mimeType": {
Expand Down
6 changes: 3 additions & 3 deletions calendar/v3/calendar-gen.go

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

27 changes: 17 additions & 10 deletions chat/v1/chat-api.json
Expand Up @@ -642,7 +642,7 @@
}
}
},
"revision": "20220329",
"revision": "20220405",
"rootUrl": "https://chat.googleapis.com/",
"schemas": {
"ActionParameter": {
Expand Down Expand Up @@ -696,7 +696,7 @@
"type": "object"
},
"ActionStatus": {
"description": "Represents the status of a request.",
"description": "Represents the status for a request to either invoke or submit a [dialog](https://developers.google.com/chat/how-tos/dialogs).",
"id": "ActionStatus",
"properties": {
"statusCode": {
Expand Down Expand Up @@ -805,6 +805,7 @@
},
"downloadUri": {
"description": "Output only. The download URL which should be used to allow a human user to download the attachment. Chat apps should not use this URL to download attachment content.",
"readOnly": true,
"type": "string"
},
"driveDataRef": {
Expand All @@ -831,6 +832,7 @@
},
"thumbnailUri": {
"description": "Output only. The thumbnail URL which should be used to preview the attachment to a human user. Chat apps should not use this URL to download attachment content.",
"readOnly": true,
"type": "string"
}
},
Expand Down Expand Up @@ -1128,7 +1130,7 @@
"type": "string"
},
"token": {
"description": "A secret value that Chat apps can use to verify if a request is from Google. The token is randomly generated by Google, remains static, and can be obtained from the Google Chat API configuration page in the Cloud Console. Developers can revoke/regenerate it if needed from the same page.",
"description": "A secret value that legacy Chat apps can use to verify if a request is from Google. Google randomly generates the token, and its value remains static. You can obtain, revoke, or regenerate the token from the [Chat API configuration page](https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat) in the Google Cloud Console. Modern Chat apps don't use this field. It is absent from API responses and the [Chat API configuration page](https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat).",
"type": "string"
},
"type": {
Expand Down Expand Up @@ -2355,11 +2357,12 @@
"type": "object"
},
"MatchedUrl": {
"description": "A matched url in a Chat message. Chat apps can unfurl matched URLs. For more information, refer to [Unfurl links](/chat/how-tos/link-unfurling).",
"description": "A matched url in a Chat message. Chat apps can unfurl matched URLs. For more information, refer to [Unfurl links](https://developers.google.com/chat/how-tos/link-unfurling).",
"id": "MatchedUrl",
"properties": {
"url": {
"description": "The url that was matched.",
"description": "Output only. The url that was matched.",
"readOnly": true,
"type": "string"
}
},
Expand Down Expand Up @@ -2388,7 +2391,8 @@
},
"member": {
"$ref": "User",
"description": "A user in Google Chat. Represents a [person](https://developers.google.com/people/api/rest/v1/people) in the People API or a [user](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users) in the Admin SDK Directory API. Format: `users/{user}`"
"description": "Output only. A user in Google Chat. Represents a [person](https://developers.google.com/people/api/rest/v1/people) in the People API or a [user](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users) in the Admin SDK Directory API. Format: `users/{user}`",
"readOnly": true
},
"name": {
"type": "string"
Expand Down Expand Up @@ -2609,12 +2613,12 @@
"type": "boolean"
},
"threaded": {
"description": "Output only. Whether the messages are threaded in this space.",
"description": "Output only. Output only. Whether the messages are threaded in this space.",
"readOnly": true,
"type": "boolean"
},
"type": {
"description": "Deprecated. Use `single_user_bot_dm` instead. Output only. The type of a space.",
"description": "Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The type of a space.",
"enum": [
"TYPE_UNSPECIFIED",
"ROOM",
Expand All @@ -2625,6 +2629,7 @@
"Conversations between two or more humans.",
"1:1 Direct Message between a human and a Chat app, where all messages are flat. Note that this does not include direct messages between two humans."
],
"readOnly": true,
"type": "string"
}
},
Expand Down Expand Up @@ -2745,15 +2750,17 @@
"id": "User",
"properties": {
"displayName": {
"description": "The user's display name.",
"description": "Output only. The user's display name.",
"readOnly": true,
"type": "string"
},
"domainId": {
"description": "Unique identifier of the user's Google Workspace domain.",
"type": "string"
},
"isAnonymous": {
"description": "When `true`, the user is deleted or their profile is not visible.",
"description": "Output only. When `true`, the user is deleted or their profile is not visible.",
"readOnly": true,
"type": "boolean"
},
"name": {
Expand Down
36 changes: 20 additions & 16 deletions chat/v1/chat-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 clouddeploy/v1/clouddeploy-api.json
Expand Up @@ -1201,7 +1201,7 @@
}
}
},
"revision": "20220314",
"revision": "20220330",
"rootUrl": "https://clouddeploy.googleapis.com/",
"schemas": {
"AnthosCluster": {
Expand Down Expand Up @@ -1444,7 +1444,7 @@
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
"id": "Empty",
"properties": {},
"type": "object"
Expand Down
3 changes: 1 addition & 2 deletions clouddeploy/v1/clouddeploy-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 cloudkms/v1/cloudkms-api.json
Expand Up @@ -177,7 +177,7 @@
],
"parameters": {
"filter": {
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1582,7 +1582,7 @@
}
}
},
"revision": "20220325",
"revision": "20220407",
"rootUrl": "https://cloudkms.googleapis.com/",
"schemas": {
"AsymmetricDecryptRequest": {
Expand Down
6 changes: 3 additions & 3 deletions cloudkms/v1/cloudkms-gen.go

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

8 changes: 4 additions & 4 deletions documentai/v1/documentai-api.json
Expand Up @@ -198,7 +198,7 @@
],
"parameters": {
"filter": {
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -894,7 +894,7 @@
],
"parameters": {
"filter": {
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -1029,7 +1029,7 @@
}
}
},
"revision": "20220326",
"revision": "20220401",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -3180,7 +3180,7 @@
"type": "object"
},
"GoogleCloudDocumentaiV1ProcessorVersion": {
"description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version.",
"description": "A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version",
"id": "GoogleCloudDocumentaiV1ProcessorVersion",
"properties": {
"createTime": {
Expand Down

0 comments on commit d621bc9

Please sign in to comment.