Skip to content

Commit 4220da2

Browse files
feat: Automated regeneration of alloydb v1alpha client (googleapis#21370)
Auto-created at 2025-01-12 10:26:57 +0000 using the toys pull request generator.
1 parent b14e1e7 commit 4220da2

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

generated/google-apis-alloydb_v1alpha/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_v1alpha
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_v1alpha/lib/google/apis/alloydb_v1alpha/classes.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1986,25 +1986,25 @@ def update!(**args)
19861986
class Node
19871987
include Google::Apis::Core::Hashable
19881988

1989-
# The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
1989+
# Output only. The identifier of the VM e.g. "test-read-0601-407e52be-ms3l".
19901990
# Corresponds to the JSON property `id`
19911991
# @return [String]
19921992
attr_accessor :id
19931993

1994-
# The private IP address of the VM e.g. "10.57.0.34".
1994+
# Output only. The private IP address of the VM e.g. "10.57.0.34".
19951995
# Corresponds to the JSON property `ip`
19961996
# @return [String]
19971997
attr_accessor :ip
19981998

1999-
# Determined by state of the compute VM and postgres-service health. Compute VM
2000-
# state can have values listed in https://cloud.google.com/compute/docs/
2001-
# instances/instance-life-cycle and postgres-service health can have values:
1999+
# Output only. Determined by state of the compute VM and postgres-service health.
2000+
# Compute VM state can have values listed in https://cloud.google.com/compute/
2001+
# docs/instances/instance-life-cycle and postgres-service health can have values:
20022002
# HEALTHY and UNHEALTHY.
20032003
# Corresponds to the JSON property `state`
20042004
# @return [String]
20052005
attr_accessor :state
20062006

2007-
# The Compute Engine zone of the VM e.g. "us-central1-b".
2007+
# Output only. The Compute Engine zone of the VM e.g. "us-central1-b".
20082008
# Corresponds to the JSON property `zoneId`
20092009
# @return [String]
20102010
attr_accessor :zone_id
@@ -3496,8 +3496,8 @@ def update!(**args)
34963496
class StorageDatabasecenterPartnerapiV1mainMachineConfiguration
34973497
include Google::Apis::Core::Hashable
34983498

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

generated/google-apis-alloydb_v1alpha/lib/google/apis/alloydb_v1alpha/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 AlloydbV1alpha
1818
# Version of the google-apis-alloydb_v1alpha 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)