Package com.google.container.v1beta1
Interface RangeInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RangeInfo
,RangeInfo.Builder
public interface RangeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRangeName()
Output only.com.google.protobuf.ByteString
getRangeNameBytes()
Output only.double
getUtilization()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRangeName
String getRangeName()
Output only. [Output only] Name of a range.
string range_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The rangeName.
-
getRangeNameBytes
com.google.protobuf.ByteString getRangeNameBytes()
Output only. [Output only] Name of a range.
string range_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The bytes for rangeName.
-
getUtilization
double getUtilization()
Output only. [Output only] The utilization of the range.
double utilization = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The utilization.
-
-