update dependencies

This commit is contained in:
Sebastian Thiel
2023-01-25 11:39:00 +01:00
parent 37ccd2238d
commit 3edefb7f01
357 changed files with 128026 additions and 16259 deletions

View File

@@ -297,7 +297,7 @@
],
"parameters": {
"name": {
"description": "The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}",
"description": "Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}",
"location": "path",
"pattern": "^folders/[^/]+/contacts/[^/]+$",
"required": true,
@@ -545,7 +545,7 @@
],
"parameters": {
"name": {
"description": "The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}",
"description": "Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}",
"location": "path",
"pattern": "^organizations/[^/]+/contacts/[^/]+$",
"required": true,
@@ -793,7 +793,7 @@
],
"parameters": {
"name": {
"description": "The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}",
"description": "Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}",
"location": "path",
"pattern": "^projects/[^/]+/contacts/[^/]+$",
"required": true,
@@ -850,7 +850,7 @@
}
}
},
"revision": "20220227",
"revision": "20230123",
"rootUrl": "https://essentialcontacts.googleapis.com/",
"schemas": {
"GoogleCloudEssentialcontactsV1ComputeContactsResponse": {
@@ -876,19 +876,20 @@
"id": "GoogleCloudEssentialcontactsV1Contact",
"properties": {
"email": {
"description": "Required. The email address to send notifications to. This does not need to be a Google account.",
"description": "Required. The email address to send notifications to. The email address does not need to be a Google Account.",
"type": "string"
},
"languageTag": {
"description": "The preferred language for notifications, as a ISO 639-1 language code. See [Supported languages](https://cloud.google.com/resource-manager/docs/managing-notification-contacts#supported-languages) for a list of supported languages.",
"description": "Required. The preferred language for notifications, as a ISO 639-1 language code. See [Supported languages](https://cloud.google.com/resource-manager/docs/managing-notification-contacts#supported-languages) for a list of supported languages.",
"type": "string"
},
"name": {
"description": "The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}",
"description": "Output only. The identifier for the contact. Format: {resource_type}/{resource_id}/contacts/{contact_id}",
"readOnly": true,
"type": "string"
},
"notificationCategorySubscriptions": {
"description": "The categories of notifications that the contact will receive communications for.",
"description": "Required. The categories of notifications that the contact will receive communications for.",
"items": {
"enum": [
"NOTIFICATION_CATEGORY_UNSPECIFIED",
@@ -997,7 +998,7 @@
"type": "object"
},
"GoogleProtobufEmpty": {
"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": "GoogleProtobufEmpty",
"properties": {},
"type": "object"