public interface MembershipStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getLastMeasurementTime()
The time stamp of the most recent measurement of the number of vCPUs
in the cluster.
|
com.google.protobuf.TimestampOrBuilder |
getLastMeasurementTimeOrBuilder()
The time stamp of the most recent measurement of the number of vCPUs
in the cluster.
|
float |
getPreciseLastMeasuredClusterVcpuCapacity()
The vCPUs capacity in the cluster according to the most recent
measurement (1/1000 precision).
|
boolean |
hasLastMeasurementTime()
The time stamp of the most recent measurement of the number of vCPUs
in the cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLastMeasurementTime()
The time stamp of the most recent measurement of the number of vCPUs in the cluster.
.google.protobuf.Timestamp last_measurement_time = 1;com.google.protobuf.Timestamp getLastMeasurementTime()
The time stamp of the most recent measurement of the number of vCPUs in the cluster.
.google.protobuf.Timestamp last_measurement_time = 1;com.google.protobuf.TimestampOrBuilder getLastMeasurementTimeOrBuilder()
The time stamp of the most recent measurement of the number of vCPUs in the cluster.
.google.protobuf.Timestamp last_measurement_time = 1;float getPreciseLastMeasuredClusterVcpuCapacity()
The vCPUs capacity in the cluster according to the most recent measurement (1/1000 precision).
float precise_last_measured_cluster_vcpu_capacity = 3;Copyright © 2024 Google LLC. All rights reserved.