public interface ListShardRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getGroupIds(int index)
repeated uint64 group_ids = 2; |
int |
getGroupIdsCount()
repeated uint64 group_ids = 2; |
java.util.List<java.lang.Long> |
getGroupIdsList()
repeated uint64 group_ids = 2; |
java.lang.String |
getServiceId()
string service_id = 1; |
com.google.protobuf.ByteString |
getServiceIdBytes()
string service_id = 1; |
boolean |
getWithoutReplicaInfo()
bool without_replica_info = 4; |
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> getGroupIdsList()
repeated uint64 group_ids = 2;int getGroupIdsCount()
repeated uint64 group_ids = 2;long getGroupIds(int index)
repeated uint64 group_ids = 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;boolean getWithoutReplicaInfo()
bool without_replica_info = 4;Copyright © 2024. All rights reserved.