public static interface V1.RangeAllocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
Data is a bit array containing all allocated addresses in the previous segment.
|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
String |
getRange()
Range is string that identifies the range represented by 'data'.
|
com.google.protobuf.ByteString |
getRangeBytes()
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 |
hasMetadata()
Standard object's metadata.
|
boolean |
hasRange()
Range is string that identifies the range represented by 'data'.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;boolean hasRange()
Range is string that identifies the range represented by 'data'.
optional string range = 2;String getRange()
Range is string that identifies the range represented by 'data'.
optional string range = 2;com.google.protobuf.ByteString getRangeBytes()
Range is string that identifies the range represented by 'data'.
optional string range = 2;boolean hasData()
Data is a bit array containing all allocated addresses in the previous segment.
optional bytes data = 3;com.google.protobuf.ByteString getData()
Data is a bit array containing all allocated addresses in the previous segment.
optional bytes data = 3;Copyright © 2020. All rights reserved.