Package io.kubernetes.client.proto
Interface V1beta1Extensions.HostPortRangeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Extensions.HostPortRange
,V1beta1Extensions.HostPortRange.Builder
- Enclosing class:
- V1beta1Extensions
public static interface V1beta1Extensions.HostPortRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMin
boolean hasMin()min is the start of the range, inclusive.
optional int32 min = 1;
-
getMin
int getMin()min is the start of the range, inclusive.
optional int32 min = 1;
-
hasMax
boolean hasMax()max is the end of the range, inclusive.
optional int32 max = 2;
-
getMax
int getMax()max is the end of the range, inclusive.
optional int32 max = 2;
-