@@ -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
0 commit comments