public static interface V1beta1Policy.HostPortRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getMax()
max is the end of the range, inclusive.
|
int |
getMin()
min is the start of the range, inclusive.
|
boolean |
hasMax()
max is the end of the range, inclusive.
|
boolean |
hasMin()
min is the start of the range, inclusive.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMin()
min is the start of the range, inclusive.
optional int32 min = 1;int getMin()
min is the start of the range, inclusive.
optional int32 min = 1;boolean hasMax()
max is the end of the range, inclusive.
optional int32 max = 2;int getMax()
max is the end of the range, inclusive.
optional int32 max = 2;Copyright © 2020. All rights reserved.