Skip to content

Commit a49f7c5

Browse files
feat: Automated regeneration of AlloyDB client (#12796)
Auto-created at 2025-01-10 13:11:41 +0000 using the toys pull request generator.
1 parent 3620546 commit a49f7c5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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 "20241204"
23+
@discovery_revision "20241228"
2424

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ defmodule GoogleApi.AlloyDB.V1.Model.Node do
2121
2222
## Attributes
2323
24-
* `id` (*type:* `String.t`, *default:* `nil`) - The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
25-
* `ip` (*type:* `String.t`, *default:* `nil`) - The private IP address of the VM e.g. "10.57.0.34".
26-
* `state` (*type:* `String.t`, *default:* `nil`) - Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
27-
* `zoneId` (*type:* `String.t`, *default:* `nil`) - The Compute Engine zone of the VM e.g. "us-central1-b".
24+
* `id` (*type:* `String.t`, *default:* `nil`) - Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
25+
* `ip` (*type:* `String.t`, *default:* `nil`) - Output only. The private IP address of the VM e.g. "10.57.0.34".
26+
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.
27+
* `zoneId` (*type:* `String.t`, *default:* `nil`) - Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.AlloyDB.V1.Model.StorageDatabasecenterPartnerapiV1mainMachin
2121
2222
## Attributes
2323
24-
* `cpuCount` (*type:* `integer()`, *default:* `nil`) - The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.
24+
* `cpuCount` (*type:* `integer()`, *default:* `nil`) - The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add proto validations again after bug fix.
2525
* `memorySizeInBytes` (*type:* `String.t`, *default:* `nil`) - Memory size in bytes. TODO(b/342344482, b/342346271) add proto validations again after bug fix.
2626
* `shardCount` (*type:* `integer()`, *default:* `nil`) - Optional. Number of shards (if applicable).
2727
* `vcpuCount` (*type:* `float()`, *default:* `nil`) - Optional. The number of vCPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.

clients/alloy_db/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.AlloyDB.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.15.0"
21+
@version "0.15.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)