public interface GetShardRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getServiceId()
string service_id = 1; |
com.google.protobuf.ByteString |
getServiceIdBytes()
string service_id = 1; |
long |
getShardId(int index)
repeated uint64 shard_id = 2; |
int |
getShardIdCount()
repeated uint64 shard_id = 2; |
java.util.List<java.lang.Long> |
getShardIdList()
repeated uint64 shard_id = 2; |
long |
getWorkerGroupId()
optional, only list shard replica info in specific worker group
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceId()
string service_id = 1;com.google.protobuf.ByteString getServiceIdBytes()
string service_id = 1;java.util.List<java.lang.Long> getShardIdList()
repeated uint64 shard_id = 2;int getShardIdCount()
repeated uint64 shard_id = 2;long getShardId(int index)
repeated uint64 shard_id = 2;index - The index of the element to return.long getWorkerGroupId()
optional, only list shard replica info in specific worker group
uint64 worker_group_id = 3;Copyright © 2024. All rights reserved.