public static interface Block.BlockLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMediumType()
optional string mediumType = 3; |
com.google.protobuf.ByteString |
getMediumTypeBytes()
optional string mediumType = 3; |
String |
getTier()
optional string tier = 2; |
com.google.protobuf.ByteString |
getTierBytes()
optional string tier = 2; |
long |
getWorkerId()
optional int64 worker_id = 1; |
boolean |
hasMediumType()
optional string mediumType = 3; |
boolean |
hasTier()
optional string tier = 2; |
boolean |
hasWorkerId()
optional int64 worker_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasWorkerId()
optional int64 worker_id = 1;
long getWorkerId()
optional int64 worker_id = 1;
boolean hasTier()
optional string tier = 2;
String getTier()
optional string tier = 2;
com.google.protobuf.ByteString getTierBytes()
optional string tier = 2;
boolean hasMediumType()
optional string mediumType = 3;
String getMediumType()
optional string mediumType = 3;
com.google.protobuf.ByteString getMediumTypeBytes()
optional string mediumType = 3;
Copyright © 2023. All Rights Reserved.