Interface MembershipStateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MembershipState
,MembershipState.Builder
public interface MembershipStateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLastMeasurementTime
boolean hasLastMeasurementTime()
The time stamp of the most recent measurement of the number of vCPUs in the cluster.
.google.protobuf.Timestamp last_measurement_time = 1;
- Returns:
- Whether the lastMeasurementTime field is set.
-
getLastMeasurementTime
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;
- Returns:
- The lastMeasurementTime.
-
getLastMeasurementTimeOrBuilder
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;
-
getPreciseLastMeasuredClusterVcpuCapacity
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;
- Returns:
- The preciseLastMeasuredClusterVcpuCapacity.
-
-