Skip to content

Commit 6128b02

Browse files
feat: Automated regeneration of alloydb v1beta client (googleapis#21369)
Auto-created at 2025-01-12 10:25:39 +0000 using the toys pull request generator.
1 parent cf8605a commit 6128b02

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

generated/google-apis-alloydb_v1beta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-alloydb_v1beta
22

3+
### v0.21.0 (2025-01-12)
4+
5+
* Regenerated from discovery document revision 20241228
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.20.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241204

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/classes.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,25 +1952,25 @@ def update!(**args)
19521952
class Node
19531953
include Google::Apis::Core::Hashable
19541954

1955-
# The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
1955+
# Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
19561956
# Corresponds to the JSON property `id`
19571957
# @return [String]
19581958
attr_accessor :id
19591959

1960-
# The private IP address of the VM e.g. "10.57.0.34".
1960+
# Output only. The private IP address of the VM e.g. "10.57.0.34".
19611961
# Corresponds to the JSON property `ip`
19621962
# @return [String]
19631963
attr_accessor :ip
19641964

1965-
# Determined by state of the compute VM and postgres-service health. Compute VM
1966-
# state can have values listed in https://cloud.google.com/compute/docs/
1967-
# instances/instance-life-cycle and postgres-service health can have values:
1965+
# Output only. Determined by state of the compute VM and postgres-service health.
1966+
# Compute VM state can have values listed in https://cloud.google.com/compute/
1967+
# docs/instances/instance-life-cycle and postgres-service health can have values:
19681968
# HEALTHY and UNHEALTHY.
19691969
# Corresponds to the JSON property `state`
19701970
# @return [String]
19711971
attr_accessor :state
19721972

1973-
# The Compute Engine zone of the VM e.g. "us-central1-b".
1973+
# Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
19741974
# Corresponds to the JSON property `zoneId`
19751975
# @return [String]
19761976
attr_accessor :zone_id
@@ -3424,8 +3424,8 @@ def update!(**args)
34243424
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
34253425
include Google::Apis::Core::Hashable
34263426

3427-
# The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again
3428-
# after bug fix.
3427+
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/
3428+
# 342346271) add proto validations again after bug fix.
34293429
# Corresponds to the JSON property `cpuCount`
34303430
# @return [Fixnum]
34313431
attr_accessor :cpu_count

generated/google-apis-alloydb_v1beta/lib/google/apis/alloydb_v1beta/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AlloydbV1beta
1818
# Version of the google-apis-alloydb_v1beta gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241204"
25+
REVISION = "20241228"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)