Interface ControlMessage.BlockTransferContextDescriptorOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.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;
      java.lang.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;
      • 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 Detail

      • hasBlockId

        boolean hasBlockId()
        required string blockId = 1;
        Returns:
        Whether the blockId field is set.
      • getBlockId

        java.lang.String getBlockId()
        required string blockId = 1;
        Returns:
        The blockId.
      • getBlockIdBytes

        com.google.protobuf.ByteString getBlockIdBytes()
        required string blockId = 1;
        Returns:
        The bytes for blockId.
      • hasBlockStore

        boolean hasBlockStore()
        required .protobuf.BlockStore blockStore = 2;
        Returns:
        Whether the blockStore field is set.
      • getBlockStore

        ControlMessage.BlockStore getBlockStore()
        required .protobuf.BlockStore blockStore = 2;
        Returns:
        The blockStore.
      • hasRuntimeEdgeId

        boolean hasRuntimeEdgeId()
        required string runtimeEdgeId = 3;
        Returns:
        Whether the runtimeEdgeId field is set.
      • getRuntimeEdgeId

        java.lang.String getRuntimeEdgeId()
        required string runtimeEdgeId = 3;
        Returns:
        The runtimeEdgeId.
      • getRuntimeEdgeIdBytes

        com.google.protobuf.ByteString getRuntimeEdgeIdBytes()
        required string runtimeEdgeId = 3;
        Returns:
        The bytes for runtimeEdgeId.
      • hasKeyRange

        boolean hasKeyRange()
        optional bytes keyRange = 4;
        Returns:
        Whether the keyRange field is set.
      • getKeyRange

        com.google.protobuf.ByteString getKeyRange()
        optional bytes keyRange = 4;
        Returns:
        The keyRange.