Interface ControlMessage.BlockTransferContextDescriptorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlMessage.BlockTransferContextDescriptor
,ControlMessage.BlockTransferContextDescriptor.Builder
- Enclosing class:
- ControlMessage
public static interface ControlMessage.BlockTransferContextDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBlockId()
required string blockId = 1;
com.google.protobuf.ByteString
getBlockIdBytes()
required string blockId = 1;
ControlMessage.BlockStore
getBlockStore()
required .protobuf.BlockStore blockStore = 2;
com.google.protobuf.ByteString
getKeyRange()
optional bytes keyRange = 4;
String
getRuntimeEdgeId()
required string runtimeEdgeId = 3;
com.google.protobuf.ByteString
getRuntimeEdgeIdBytes()
required string runtimeEdgeId = 3;
boolean
hasBlockId()
required string blockId = 1;
boolean
hasBlockStore()
required .protobuf.BlockStore blockStore = 2;
boolean
hasKeyRange()
optional bytes keyRange = 4;
boolean
hasRuntimeEdgeId()
required string runtimeEdgeId = 3;
-
-
-
Method Detail
-
hasBlockId
boolean hasBlockId()
required string blockId = 1;
-
getBlockId
String getBlockId()
required string blockId = 1;
-
getBlockIdBytes
com.google.protobuf.ByteString getBlockIdBytes()
required string blockId = 1;
-
hasBlockStore
boolean hasBlockStore()
required .protobuf.BlockStore blockStore = 2;
-
getBlockStore
ControlMessage.BlockStore getBlockStore()
required .protobuf.BlockStore blockStore = 2;
-
hasRuntimeEdgeId
boolean hasRuntimeEdgeId()
required string runtimeEdgeId = 3;
-
getRuntimeEdgeId
String getRuntimeEdgeId()
required string runtimeEdgeId = 3;
-
getRuntimeEdgeIdBytes
com.google.protobuf.ByteString getRuntimeEdgeIdBytes()
required string runtimeEdgeId = 3;
-
hasKeyRange
boolean hasKeyRange()
optional bytes keyRange = 4;
-
getKeyRange
com.google.protobuf.ByteString getKeyRange()
optional bytes keyRange = 4;
-
-