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