Skip to content

Commit 2830580

Browse files
feat: Automated regeneration of AlloyDB client (googleapis#12240)
Auto-created at 2024-09-29 13:09:02 +0000 using the toys pull request generator.
1 parent 43c88f7 commit 2830580

16 files changed

+52
-46
lines changed

clients/alloy_db/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Install this package from [Hex](https://hex.pm) by adding
1111

1212
```elixir
1313
def deps do
14-
[{:google_api_alloy_db, "~> 0.10"}]
14+
[{:google_api_alloy_db, "~> 0.11"}]
1515
end
1616
```
1717

clients/alloy_db/lib/google_api/alloy_db/v1/api/projects.ex

Lines changed: 24 additions & 24 deletions
Large diffs are not rendered by default.

clients/alloy_db/lib/google_api/alloy_db/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AlloyDB.V1 do
2020
API client metadata for GoogleApi.AlloyDB.V1.
2121
"""
2222

23-
@discovery_revision "20240909"
23+
@discovery_revision "20240923"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/alloy_db/lib/google_api/alloy_db/v1/model/client_connection_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule GoogleApi.AlloyDB.V1.Model.ClientConnectionConfig do
2222
## Attributes
2323
2424
* `requireConnectors` (*type:* `boolean()`, *default:* `nil`) - Optional. Configuration to enforce connectors only (ex: AuthProxy) connections to the database.
25-
* `sslConfig` (*type:* `GoogleApi.AlloyDB.V1.Model.SslConfig.t`, *default:* `nil`) - Optional. SSL config option for this instance.
25+
* `sslConfig` (*type:* `GoogleApi.AlloyDB.V1.Model.SslConfig.t`, *default:* `nil`) - Optional. SSL configuration option for this instance.
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

clients/alloy_db/lib/google_api/alloy_db/v1/model/failover_instance_request.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ defmodule GoogleApi.AlloyDB.V1.Model.FailoverInstanceRequest do
2121
2222
## Attributes
2323
24-
* `requestId` (*type:* `String.t`, *default:* `nil`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
25-
* `validateOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the failover.
24+
* `requestId` (*type:* `String.t`, *default:* `nil`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server ignores the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
25+
* `validateOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. If set, performs request validation, for example, permission checks and any other type of validation, but does not actually execute the create request.
2626
"""
2727

2828
use GoogleApi.Gax.ModelBase

clients/alloy_db/lib/google_api/alloy_db/v1/model/inject_fault_request.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ defmodule GoogleApi.AlloyDB.V1.Model.InjectFaultRequest do
2222
## Attributes
2323
2424
* `faultType` (*type:* `String.t`, *default:* `nil`) - Required. The type of fault to be injected in an instance.
25-
* `requestId` (*type:* `String.t`, *default:* `nil`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
26-
* `validateOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the fault injection.
25+
* `requestId` (*type:* `String.t`, *default:* `nil`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server ignores the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
26+
* `validateOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. If set, performs request validation, for example, permission checks and any other type of validation, but does not actually execute the create request.
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

clients/alloy_db/lib/google_api/alloy_db/v1/model/instance.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ defmodule GoogleApi.AlloyDB.V1.Model.Instance do
3535
* `labels` (*type:* `map()`, *default:* `nil`) - Labels as key value pairs
3636
* `machineConfig` (*type:* `GoogleApi.AlloyDB.V1.Model.MachineConfig.t`, *default:* `nil`) - Configurations for the machines that host the underlying database engine.
3737
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. The name of the instance resource with the format: * projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id} where the cluster and instance ID segments should satisfy the regex expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: * projects/{project}/locations/{region}/clusters/{cluster_id}
38-
* `networkConfig` (*type:* `GoogleApi.AlloyDB.V1.Model.InstanceNetworkConfig.t`, *default:* `nil`) - Optional. Instance level network configuration.
38+
* `networkConfig` (*type:* `GoogleApi.AlloyDB.V1.Model.InstanceNetworkConfig.t`, *default:* `nil`) - Optional. Instance-level network configuration.
3939
* `nodes` (*type:* `list(GoogleApi.AlloyDB.V1.Model.Node.t)`, *default:* `nil`) - Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
4040
* `outboundPublicIpAddresses` (*type:* `list(String.t)`, *default:* `nil`) - Output only. All outbound public IP addresses configured for the instance.
4141
* `pscInstanceConfig` (*type:* `GoogleApi.AlloyDB.V1.Model.PscInstanceConfig.t`, *default:* `nil`) - Optional. The configuration for Private Service Connect (PSC) for the instance.

clients/alloy_db/lib/google_api/alloy_db/v1/model/instance_network_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.AlloyDB.V1.Model.InstanceNetworkConfig do
1919
@moduledoc """
20-
Metadata related to instance level network configuration.
20+
Metadata related to instance-level network configuration.
2121
2222
## Attributes
2323

clients/alloy_db/lib/google_api/alloy_db/v1/model/promote_cluster_request.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ defmodule GoogleApi.AlloyDB.V1.Model.PromoteClusterRequest do
2222
## Attributes
2323
2424
* `etag` (*type:* `String.t`, *default:* `nil`) - Optional. The current etag of the Cluster. If an etag is provided and does not match the current etag of the Cluster, deletion will be blocked and an ABORTED error will be returned.
25-
* `requestId` (*type:* `String.t`, *default:* `nil`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
26-
* `validateOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the delete.
25+
* `requestId` (*type:* `String.t`, *default:* `nil`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server ignores the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
26+
* `validateOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. If set, performs request validation, for example, permission checks and any other type of validation, but does not actually execute the create request.
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

clients/alloy_db/lib/google_api/alloy_db/v1/model/restart_instance_request.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ defmodule GoogleApi.AlloyDB.V1.Model.RestartInstanceRequest do
2121
2222
## Attributes
2323
24-
* `nodeIds` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Full name of the nodes as obtained from INSTANCE_VIEW_FULL to restart upon. Only applicable for read instances.
25-
* `requestId` (*type:* `String.t`, *default:* `nil`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
26-
* `validateOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. If set, performs request validation (e.g. permission checks and any other type of validation), but do not actually execute the restart.
24+
* `nodeIds` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Full name of the nodes as obtained from INSTANCE_VIEW_FULL to restart upon. Applicable only to read instances.
25+
* `requestId` (*type:* `String.t`, *default:* `nil`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server ignores the request if it has already been completed. The server guarantees that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if the original operation with the same request ID was received, and if so, ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
26+
* `validateOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. If set, performs request validation, for example, permission checks and any other type of validation, but does not actually execute the create request.
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)