diff --git a/docs/dyn/integrations_v1alpha.projects.locations.connections.html b/docs/dyn/integrations_v1alpha.projects.locations.connections.html index 79ce123037..4b9f2186ca 100644 --- a/docs/dyn/integrations_v1alpha.projects.locations.connections.html +++ b/docs/dyn/integrations_v1alpha.projects.locations.connections.html @@ -446,6 +446,28 @@

Method Details

"description": "A String", # Output only. Description of error if State is set to "ERROR". "state": "A String", # Output only. State. }, + "webhookData": { # WebhookData has details of webhook configuration. # Output only. Webhook data. + "additionalVariables": [ # Output only. Additional webhook related field values. + { # ConfigVariable represents a configuration variable present in a Connection. or AuthConfig. + "boolValue": True or False, # Value is a bool. + "encryptionKeyValue": { # Encryption Key value. # Value is a Encryption Key. + "kmsKeyName": "A String", # The [KMS key name] with which the content of the Operation is encrypted. The expected format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`. Will be empty string if google managed. + "type": "A String", # Type. + }, + "intValue": "A String", # Value is an integer + "key": "A String", # Key of the config variable. + "secretValue": { # Secret provides a reference to entries in Secret Manager. # Value is a secret. + "secretVersion": "A String", # The resource name of the secret version in the format, format as: `projects/*/secrets/*/versions/*`. + }, + "stringValue": "A String", # Value is a string. + }, + ], + "createTime": "A String", # Output only. Timestamp when the webhook was created. + "id": "A String", # Output only. ID to uniquely identify webhook. + "name": "A String", # Output only. Name of the Webhook + "nextRefreshTime": "A String", # Output only. Next webhook refresh time. Will be null if refresh is not supported. + "updateTime": "A String", # Output only. Timestamp when the webhook was last updated. + }, }, "imageLocation": "A String", # Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName} "isTrustedTester": True or False, # Output only. Is trusted tester program enabled for the project. diff --git a/googleapiclient/discovery_cache/documents/integrations.v1alpha.json b/googleapiclient/discovery_cache/documents/integrations.v1alpha.json index 223d013cee..1c8c7549a2 100644 --- a/googleapiclient/discovery_cache/documents/integrations.v1alpha.json +++ b/googleapiclient/discovery_cache/documents/integrations.v1alpha.json @@ -3299,7 +3299,7 @@ } } }, -"revision": "20240226", +"revision": "20240305", "rootUrl": "https://integrations.googleapis.com/", "schemas": { "CrmlogErrorCode": { @@ -8569,6 +8569,54 @@ false "$ref": "GoogleCloudConnectorsV1EventingStatus", "description": "Output only. Current status of eventing.", "readOnly": true +}, +"webhookData": { +"$ref": "GoogleCloudConnectorsV1EventingRuntimeDataWebhookData", +"description": "Output only. Webhook data.", +"readOnly": true +} +}, +"type": "object" +}, +"GoogleCloudConnectorsV1EventingRuntimeDataWebhookData": { +"description": "WebhookData has details of webhook configuration.", +"id": "GoogleCloudConnectorsV1EventingRuntimeDataWebhookData", +"properties": { +"additionalVariables": { +"description": "Output only. Additional webhook related field values.", +"items": { +"$ref": "GoogleCloudConnectorsV1ConfigVariable" +}, +"readOnly": true, +"type": "array" +}, +"createTime": { +"description": "Output only. Timestamp when the webhook was created.", +"format": "google-datetime", +"readOnly": true, +"type": "string" +}, +"id": { +"description": "Output only. ID to uniquely identify webhook.", +"readOnly": true, +"type": "string" +}, +"name": { +"description": "Output only. Name of the Webhook", +"readOnly": true, +"type": "string" +}, +"nextRefreshTime": { +"description": "Output only. Next webhook refresh time. Will be null if refresh is not supported.", +"format": "google-datetime", +"readOnly": true, +"type": "string" +}, +"updateTime": { +"description": "Output only. Timestamp when the webhook was last updated.", +"format": "google-datetime", +"readOnly": true, +"type": "string" } }, "type": "object"