public final class RegisterWorkerPRequest extends com.google.protobuf.GeneratedMessageV3 implements RegisterWorkerPRequestOrBuilder
alluxio.grpc.block.RegisterWorkerPRequest
Modifier and Type | Class and Description |
---|---|
static class |
RegisterWorkerPRequest.Builder
Protobuf type
alluxio.grpc.block.RegisterWorkerPRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
CURRENTBLOCKS_FIELD_NUMBER |
static int |
CURRENTBLOCKSONTIERS_FIELD_NUMBER |
static int |
LOSTSTORAGE_FIELD_NUMBER |
static int |
OPTIONS_FIELD_NUMBER |
static com.google.protobuf.Parser<RegisterWorkerPRequest> |
PARSER
Deprecated.
|
static int |
STORAGETIERS_FIELD_NUMBER |
static int |
TOTALBYTESONTIERS_FIELD_NUMBER |
static int |
USEDBYTESONTIERS_FIELD_NUMBER |
static int |
WORKERID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
containsCurrentBlocksOnTiers(String key)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
boolean |
containsLostStorage(String key)
the map of tier alias to a list of lost storage paths.
|
boolean |
containsTotalBytesOnTiers(String key)
the map of total bytes on each tier
|
boolean |
containsUsedBytesOnTiers(String key)
the map of used bytes on each tier
|
boolean |
equals(Object obj) |
LocationBlockIdListEntry |
getCurrentBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
int |
getCurrentBlocksCount()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<LocationBlockIdListEntry> |
getCurrentBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
Map<String,TierList> |
getCurrentBlocksOnTiers()
Deprecated.
|
int |
getCurrentBlocksOnTiersCount()
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
Map<String,TierList> |
getCurrentBlocksOnTiersMap()
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
TierList |
getCurrentBlocksOnTiersOrDefault(String key,
TierList defaultValue)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
TierList |
getCurrentBlocksOnTiersOrThrow(String key)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
LocationBlockIdListEntryOrBuilder |
getCurrentBlocksOrBuilder(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<? extends LocationBlockIdListEntryOrBuilder> |
getCurrentBlocksOrBuilderList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
static RegisterWorkerPRequest |
getDefaultInstance() |
RegisterWorkerPRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<String,StorageList> |
getLostStorage()
Deprecated.
|
int |
getLostStorageCount()
the map of tier alias to a list of lost storage paths.
|
Map<String,StorageList> |
getLostStorageMap()
the map of tier alias to a list of lost storage paths.
|
StorageList |
getLostStorageOrDefault(String key,
StorageList defaultValue)
the map of tier alias to a list of lost storage paths.
|
StorageList |
getLostStorageOrThrow(String key)
the map of tier alias to a list of lost storage paths.
|
RegisterWorkerPOptions |
getOptions()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6; |
RegisterWorkerPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6; |
com.google.protobuf.Parser<RegisterWorkerPRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getStorageTiers(int index)
the list of storage tiers
|
com.google.protobuf.ByteString |
getStorageTiersBytes(int index)
the list of storage tiers
|
int |
getStorageTiersCount()
the list of storage tiers
|
com.google.protobuf.ProtocolStringList |
getStorageTiersList()
the list of storage tiers
|
Map<String,Long> |
getTotalBytesOnTiers()
Deprecated.
|
int |
getTotalBytesOnTiersCount()
the map of total bytes on each tier
|
Map<String,Long> |
getTotalBytesOnTiersMap()
the map of total bytes on each tier
|
long |
getTotalBytesOnTiersOrDefault(String key,
long defaultValue)
the map of total bytes on each tier
|
long |
getTotalBytesOnTiersOrThrow(String key)
the map of total bytes on each tier
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Map<String,Long> |
getUsedBytesOnTiers()
Deprecated.
|
int |
getUsedBytesOnTiersCount()
the map of used bytes on each tier
|
Map<String,Long> |
getUsedBytesOnTiersMap()
the map of used bytes on each tier
|
long |
getUsedBytesOnTiersOrDefault(String key,
long defaultValue)
the map of used bytes on each tier
|
long |
getUsedBytesOnTiersOrThrow(String key)
the map of used bytes on each tier
|
long |
getWorkerId()
the id of the worker
|
int |
hashCode() |
boolean |
hasOptions()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6; |
boolean |
hasWorkerId()
the id of the worker
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
boolean |
isInitialized() |
static RegisterWorkerPRequest.Builder |
newBuilder() |
static RegisterWorkerPRequest.Builder |
newBuilder(RegisterWorkerPRequest prototype) |
RegisterWorkerPRequest.Builder |
newBuilderForType() |
protected RegisterWorkerPRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RegisterWorkerPRequest |
parseDelimitedFrom(InputStream input) |
static RegisterWorkerPRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegisterWorkerPRequest |
parseFrom(byte[] data) |
static RegisterWorkerPRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegisterWorkerPRequest |
parseFrom(ByteBuffer data) |
static RegisterWorkerPRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegisterWorkerPRequest |
parseFrom(com.google.protobuf.ByteString data) |
static RegisterWorkerPRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegisterWorkerPRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RegisterWorkerPRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RegisterWorkerPRequest |
parseFrom(InputStream input) |
static RegisterWorkerPRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RegisterWorkerPRequest> |
parser() |
RegisterWorkerPRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int WORKERID_FIELD_NUMBER
public static final int STORAGETIERS_FIELD_NUMBER
public static final int TOTALBYTESONTIERS_FIELD_NUMBER
public static final int USEDBYTESONTIERS_FIELD_NUMBER
public static final int CURRENTBLOCKSONTIERS_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int LOSTSTORAGE_FIELD_NUMBER
public static final int CURRENTBLOCKS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<RegisterWorkerPRequest> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField
in class com.google.protobuf.GeneratedMessageV3
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasWorkerId()
the id of the worker
optional int64 workerId = 1;
hasWorkerId
in interface RegisterWorkerPRequestOrBuilder
public long getWorkerId()
the id of the worker
optional int64 workerId = 1;
getWorkerId
in interface RegisterWorkerPRequestOrBuilder
public com.google.protobuf.ProtocolStringList getStorageTiersList()
the list of storage tiers
repeated string storageTiers = 2;
getStorageTiersList
in interface RegisterWorkerPRequestOrBuilder
public int getStorageTiersCount()
the list of storage tiers
repeated string storageTiers = 2;
getStorageTiersCount
in interface RegisterWorkerPRequestOrBuilder
public String getStorageTiers(int index)
the list of storage tiers
repeated string storageTiers = 2;
getStorageTiers
in interface RegisterWorkerPRequestOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getStorageTiersBytes(int index)
the list of storage tiers
repeated string storageTiers = 2;
getStorageTiersBytes
in interface RegisterWorkerPRequestOrBuilder
index
- The index of the value to return.public int getTotalBytesOnTiersCount()
RegisterWorkerPRequestOrBuilder
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
getTotalBytesOnTiersCount
in interface RegisterWorkerPRequestOrBuilder
public boolean containsTotalBytesOnTiers(String key)
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
containsTotalBytesOnTiers
in interface RegisterWorkerPRequestOrBuilder
@Deprecated public Map<String,Long> getTotalBytesOnTiers()
getTotalBytesOnTiersMap()
instead.getTotalBytesOnTiers
in interface RegisterWorkerPRequestOrBuilder
public Map<String,Long> getTotalBytesOnTiersMap()
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
getTotalBytesOnTiersMap
in interface RegisterWorkerPRequestOrBuilder
public long getTotalBytesOnTiersOrDefault(String key, long defaultValue)
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
getTotalBytesOnTiersOrDefault
in interface RegisterWorkerPRequestOrBuilder
public long getTotalBytesOnTiersOrThrow(String key)
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
getTotalBytesOnTiersOrThrow
in interface RegisterWorkerPRequestOrBuilder
public int getUsedBytesOnTiersCount()
RegisterWorkerPRequestOrBuilder
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
getUsedBytesOnTiersCount
in interface RegisterWorkerPRequestOrBuilder
public boolean containsUsedBytesOnTiers(String key)
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
containsUsedBytesOnTiers
in interface RegisterWorkerPRequestOrBuilder
@Deprecated public Map<String,Long> getUsedBytesOnTiers()
getUsedBytesOnTiersMap()
instead.getUsedBytesOnTiers
in interface RegisterWorkerPRequestOrBuilder
public Map<String,Long> getUsedBytesOnTiersMap()
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
getUsedBytesOnTiersMap
in interface RegisterWorkerPRequestOrBuilder
public long getUsedBytesOnTiersOrDefault(String key, long defaultValue)
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
getUsedBytesOnTiersOrDefault
in interface RegisterWorkerPRequestOrBuilder
public long getUsedBytesOnTiersOrThrow(String key)
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
getUsedBytesOnTiersOrThrow
in interface RegisterWorkerPRequestOrBuilder
public int getCurrentBlocksOnTiersCount()
RegisterWorkerPRequestOrBuilder
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
getCurrentBlocksOnTiersCount
in interface RegisterWorkerPRequestOrBuilder
public boolean containsCurrentBlocksOnTiers(String key)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
containsCurrentBlocksOnTiers
in interface RegisterWorkerPRequestOrBuilder
@Deprecated public Map<String,TierList> getCurrentBlocksOnTiers()
getCurrentBlocksOnTiersMap()
instead.getCurrentBlocksOnTiers
in interface RegisterWorkerPRequestOrBuilder
public Map<String,TierList> getCurrentBlocksOnTiersMap()
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
getCurrentBlocksOnTiersMap
in interface RegisterWorkerPRequestOrBuilder
public TierList getCurrentBlocksOnTiersOrDefault(String key, TierList defaultValue)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
getCurrentBlocksOnTiersOrDefault
in interface RegisterWorkerPRequestOrBuilder
public TierList getCurrentBlocksOnTiersOrThrow(String key)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
getCurrentBlocksOnTiersOrThrow
in interface RegisterWorkerPRequestOrBuilder
public boolean hasOptions()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6;
hasOptions
in interface RegisterWorkerPRequestOrBuilder
public RegisterWorkerPOptions getOptions()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6;
getOptions
in interface RegisterWorkerPRequestOrBuilder
public RegisterWorkerPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6;
getOptionsOrBuilder
in interface RegisterWorkerPRequestOrBuilder
public int getLostStorageCount()
RegisterWorkerPRequestOrBuilder
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
getLostStorageCount
in interface RegisterWorkerPRequestOrBuilder
public boolean containsLostStorage(String key)
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
containsLostStorage
in interface RegisterWorkerPRequestOrBuilder
@Deprecated public Map<String,StorageList> getLostStorage()
getLostStorageMap()
instead.getLostStorage
in interface RegisterWorkerPRequestOrBuilder
public Map<String,StorageList> getLostStorageMap()
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
getLostStorageMap
in interface RegisterWorkerPRequestOrBuilder
public StorageList getLostStorageOrDefault(String key, StorageList defaultValue)
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
getLostStorageOrDefault
in interface RegisterWorkerPRequestOrBuilder
public StorageList getLostStorageOrThrow(String key)
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
getLostStorageOrThrow
in interface RegisterWorkerPRequestOrBuilder
public List<LocationBlockIdListEntry> getCurrentBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
getCurrentBlocksList
in interface RegisterWorkerPRequestOrBuilder
public List<? extends LocationBlockIdListEntryOrBuilder> getCurrentBlocksOrBuilderList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
getCurrentBlocksOrBuilderList
in interface RegisterWorkerPRequestOrBuilder
public int getCurrentBlocksCount()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
getCurrentBlocksCount
in interface RegisterWorkerPRequestOrBuilder
public LocationBlockIdListEntry getCurrentBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
getCurrentBlocks
in interface RegisterWorkerPRequestOrBuilder
public LocationBlockIdListEntryOrBuilder getCurrentBlocksOrBuilder(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
getCurrentBlocksOrBuilder
in interface RegisterWorkerPRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static RegisterWorkerPRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RegisterWorkerPRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RegisterWorkerPRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RegisterWorkerPRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RegisterWorkerPRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RegisterWorkerPRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RegisterWorkerPRequest parseFrom(InputStream input) throws IOException
IOException
public static RegisterWorkerPRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RegisterWorkerPRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RegisterWorkerPRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RegisterWorkerPRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RegisterWorkerPRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public RegisterWorkerPRequest.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RegisterWorkerPRequest.Builder newBuilder()
public static RegisterWorkerPRequest.Builder newBuilder(RegisterWorkerPRequest prototype)
public RegisterWorkerPRequest.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RegisterWorkerPRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static RegisterWorkerPRequest getDefaultInstance()
public static com.google.protobuf.Parser<RegisterWorkerPRequest> parser()
public com.google.protobuf.Parser<RegisterWorkerPRequest> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public RegisterWorkerPRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.