Package com.google.cloud.compute.v1
Interface InterconnectAttachmentConfigurationConstraintsBgpPeerASNRangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange,InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange.Builder
public interface InterconnectAttachmentConfigurationConstraintsBgpPeerASNRangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMax()optional uint32 max = 107876;intgetMin()optional uint32 min = 108114;booleanhasMax()optional uint32 max = 107876;booleanhasMin()optional uint32 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 uint32 max = 107876;- Returns:
- Whether the max field is set.
-
getMax
int getMax()
optional uint32 max = 107876;- Returns:
- The max.
-
hasMin
boolean hasMin()
optional uint32 min = 108114;- Returns:
- Whether the min field is set.
-
getMin
int getMin()
optional uint32 min = 108114;- Returns:
- The min.
-
-