public static interface V1beta1Policy.IDRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getMax()
max is the end of the range, inclusive.
|
long |
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 int64 min = 1;long getMin()
min is the start of the range, inclusive.
optional int64 min = 1;boolean hasMax()
max is the end of the range, inclusive.
optional int64 max = 2;long getMax()
max is the end of the range, inclusive.
optional int64 max = 2;Copyright © 2020. All rights reserved.