Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Automated regeneration of Integrations client #12640

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.Integrations.V1 do
API client metadata for GoogleApi.Integrations.V1.
"""

@discovery_revision "20241028"
@discovery_revision "20241201"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defmodule GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1ConnectorVersio
## Attributes

* `connectionRatelimitWindowSeconds` (*type:* `String.t`, *default:* `nil`) - Output only. The window used for ratelimiting runtime requests to connections.
* `deploymentModel` (*type:* `String.t`, *default:* `nil`) - Optional. Indicates whether connector is deployed on GKE/CloudRun
* `deploymentModel` (*type:* `String.t`, *default:* `nil`) - Output only. Indicates whether connector is deployed on GKE/CloudRun
* `deploymentModelMigrationState` (*type:* `String.t`, *default:* `nil`) - Output only. Status of the deployment model migration.
* `hpaConfig` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1HPAConfig.t`, *default:* `nil`) - Output only. HPA autoscaling config.
* `internalclientRatelimitThreshold` (*type:* `String.t`, *default:* `nil`) - Output only. Max QPS supported for internal requests originating from Connd.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ defmodule GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1EventingConfig

## Attributes

* `additionalVariables` (*type:* `list(GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1ConfigVariable.t)`, *default:* `nil`) - Additional eventing related field values
* `authConfig` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1AuthConfig.t`, *default:* `nil`) - Auth details for the webhook adapter.
* `additionalVariables` (*type:* `list(GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1ConfigVariable.t)`, *default:* `nil`) - Optional. Additional eventing related field values
* `authConfig` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1AuthConfig.t`, *default:* `nil`) - Optional. Auth details for the webhook adapter.
* `deadLetterConfig` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1EventingConfigDeadLetterConfig.t`, *default:* `nil`) - Optional. Dead letter configuration for eventing of a connection.
* `enrichmentEnabled` (*type:* `boolean()`, *default:* `nil`) - Enrichment Enabled.
* `enrichmentEnabled` (*type:* `boolean()`, *default:* `nil`) - Optional. Enrichment Enabled.
* `eventsListenerIngressEndpoint` (*type:* `String.t`, *default:* `nil`) - Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
* `listenerAuthConfig` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1AuthConfig.t`, *default:* `nil`) - Optional. Auth details for the event listener.
* `privateConnectivityEnabled` (*type:* `boolean()`, *default:* `nil`) - Optional. Private Connectivity Enabled.
* `proxyDestinationConfig` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1DestinationConfig.t`, *default:* `nil`) - Optional. Proxy for Eventing auto-registration.
* `registrationDestinationConfig` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1DestinationConfig.t`, *default:* `nil`) - Registration endpoint for auto registration.
* `registrationDestinationConfig` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1DestinationConfig.t`, *default:* `nil`) - Optional. Registration endpoint for auto registration.
"""

use GoogleApi.Gax.ModelBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ defmodule GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1SslConfig do

## Attributes

* `additionalVariables` (*type:* `list(GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1ConfigVariable.t)`, *default:* `nil`) - Additional SSL related field values
* `clientCertType` (*type:* `String.t`, *default:* `nil`) - Type of Client Cert (PEM/JKS/.. etc.)
* `clientCertificate` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t`, *default:* `nil`) - Client Certificate
* `clientPrivateKey` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t`, *default:* `nil`) - Client Private Key
* `clientPrivateKeyPass` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t`, *default:* `nil`) - Secret containing the passphrase protecting the Client Private Key
* `privateServerCertificate` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t`, *default:* `nil`) - Private Server Certificate. Needs to be specified if trust model is `PRIVATE`.
* `serverCertType` (*type:* `String.t`, *default:* `nil`) - Type of Server Cert (PEM/JKS/.. etc.)
* `trustModel` (*type:* `String.t`, *default:* `nil`) - Trust Model of the SSL connection
* `type` (*type:* `String.t`, *default:* `nil`) - Controls the ssl type for the given connector version.
* `useSsl` (*type:* `boolean()`, *default:* `nil`) - Bool for enabling SSL
* `additionalVariables` (*type:* `list(GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1ConfigVariable.t)`, *default:* `nil`) - Optional. Additional SSL related field values
* `clientCertType` (*type:* `String.t`, *default:* `nil`) - Optional. Type of Client Cert (PEM/JKS/.. etc.)
* `clientCertificate` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t`, *default:* `nil`) - Optional. Client Certificate
* `clientPrivateKey` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t`, *default:* `nil`) - Optional. Client Private Key
* `clientPrivateKeyPass` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t`, *default:* `nil`) - Optional. Secret containing the passphrase protecting the Client Private Key
* `privateServerCertificate` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Secret.t`, *default:* `nil`) - Optional. Private Server Certificate. Needs to be specified if trust model is `PRIVATE`.
* `serverCertType` (*type:* `String.t`, *default:* `nil`) - Optional. Type of Server Cert (PEM/JKS/.. etc.)
* `trustModel` (*type:* `String.t`, *default:* `nil`) - Optional. Trust Model of the SSL connection
* `type` (*type:* `String.t`, *default:* `nil`) - Optional. Controls the ssl type for the given connector version.
* `useSsl` (*type:* `boolean()`, *default:* `nil`) - Optional. Bool for enabling SSL
"""

use GoogleApi.Gax.ModelBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@

defmodule GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaAssertion do
@moduledoc """
An assertion which will check for a condition over task execution status or an expression for task output variables Next available id: 5
An assertion which will check for a condition over task execution status or an expression for task output variables

## Attributes

* `assertionStrategy` (*type:* `String.t`, *default:* `nil`) - The type of assertion to perform.
* `assertionStrategy` (*type:* `String.t`, *default:* `nil`) - Optional. The type of assertion to perform.
* `condition` (*type:* `String.t`, *default:* `nil`) - Optional. Standard filter expression for ASSERT_CONDITION to succeed
* `parameter` (*type:* `GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaEventParameter.t`, *default:* `nil`) - Optional. Key-value pair for ASSERT_EQUALS, ASSERT_NOT_EQUALS, ASSERT_CONTAINS to succeed
* `retryCount` (*type:* `integer()`, *default:* `nil`) - Number of times given task should be retried in case of ASSERT_FAILED_EXECUTION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaScheduleIntegrationsRequest do
@moduledoc """
The request for scheduling an integration. Next available id: 11
The request for scheduling an integration.

## Attributes

Expand Down
2 changes: 1 addition & 1 deletion clients/integrations/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.Integrations.Mixfile do
use Mix.Project

@version "0.12.0"
@version "0.12.1"

def project() do
[
Expand Down
Loading