Package io.kubernetes.client.proto
Interface V1.RangeAllocationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.RangeAllocation
,V1.RangeAllocation.Builder
- Enclosing class:
- V1
public static interface V1.RangeAllocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getData()
Data is a bit array containing all allocated addresses in the previous segment.Standard object's metadata.Standard object's metadata.getRange()
Range is string that identifies the range represented by 'data'.com.google.protobuf.ByteString
Range is string that identifies the range represented by 'data'.boolean
hasData()
Data is a bit array containing all allocated addresses in the previous segment.boolean
Standard object's metadata.boolean
hasRange()
Range is string that identifies the range represented by 'data'.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
-
hasMetadata
boolean hasMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;
-
hasRange
boolean hasRange()Range is string that identifies the range represented by 'data'.
optional string range = 2;
-
getRange
String getRange()Range is string that identifies the range represented by 'data'.
optional string range = 2;
-
getRangeBytes
com.google.protobuf.ByteString getRangeBytes()Range is string that identifies the range represented by 'data'.
optional string range = 2;
-
hasData
boolean hasData()Data is a bit array containing all allocated addresses in the previous segment.
optional bytes data = 3;
-
getData
com.google.protobuf.ByteString getData()Data is a bit array containing all allocated addresses in the previous segment.
optional bytes data = 3;
-