Package com.google.cloud.compute.v1
Interface InterconnectRemoteLocationConstraintsSubnetLengthRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectRemoteLocationConstraintsSubnetLengthRange
,InterconnectRemoteLocationConstraintsSubnetLengthRange.Builder
public interface InterconnectRemoteLocationConstraintsSubnetLengthRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMax()
optional int32 max = 107876;
int
getMin()
optional int32 min = 108114;
boolean
hasMax()
optional int32 max = 107876;
boolean
hasMin()
optional int32 min = 108114;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMax
boolean hasMax()
optional int32 max = 107876;
- Returns:
- Whether the max field is set.
-
getMax
int getMax()
optional int32 max = 107876;
- Returns:
- The max.
-
hasMin
boolean hasMin()
optional int32 min = 108114;
- Returns:
- Whether the min field is set.
-
getMin
int getMin()
optional int32 min = 108114;
- Returns:
- The min.
-
-