public interface MoveBlockRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
optional int64 block_id = 1; |
String |
getMediumType()
optional string medium_type = 2; |
com.google.protobuf.ByteString |
getMediumTypeBytes()
optional string medium_type = 2; |
boolean |
hasBlockId()
optional int64 block_id = 1; |
boolean |
hasMediumType()
optional string medium_type = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
optional int64 block_id = 1;
long getBlockId()
optional int64 block_id = 1;
boolean hasMediumType()
optional string medium_type = 2;
String getMediumType()
optional string medium_type = 2;
com.google.protobuf.ByteString getMediumTypeBytes()
optional string medium_type = 2;
Copyright © 2023. All Rights Reserved.