Package com.google.cloud.optimization.v1
Interface CapacityQuantityIntervalOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CapacityQuantityInterval,CapacityQuantityInterval.Builder
@Deprecated public interface CapacityQuantityIntervalOrBuilder extends com.google.protobuf.MessageOrBuilder
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description longgetMaxValue()Deprecated.optional int64 max_value = 3;longgetMinValue()Deprecated.optional int64 min_value = 2;StringgetType()Deprecated.string type = 1;com.google.protobuf.ByteStringgetTypeBytes()Deprecated.string type = 1;booleanhasMaxValue()Deprecated.optional int64 max_value = 3;booleanhasMinValue()Deprecated.optional int64 min_value = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getType
String getType()
Deprecated.string type = 1;- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
Deprecated.string type = 1;- Returns:
- The bytes for type.
-
hasMinValue
boolean hasMinValue()
Deprecated.optional int64 min_value = 2;- Returns:
- Whether the minValue field is set.
-
getMinValue
long getMinValue()
Deprecated.optional int64 min_value = 2;- Returns:
- The minValue.
-
hasMaxValue
boolean hasMaxValue()
Deprecated.optional int64 max_value = 3;- Returns:
- Whether the maxValue field is set.
-
getMaxValue
long getMaxValue()
Deprecated.optional int64 max_value = 3;- Returns:
- The maxValue.
-
-