public interface RemoveShardRequestOrBuilder
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 |
getShardIds(int index)
repeated uint64 shard_ids = 3; |
int |
getShardIdsCount()
repeated uint64 shard_ids = 3; |
java.util.List<java.lang.Long> |
getShardIdsList()
repeated uint64 shard_ids = 3; |
long |
getWorkerId()
uint64 worker_id = 2; |
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;long getWorkerId()
uint64 worker_id = 2;java.util.List<java.lang.Long> getShardIdsList()
repeated uint64 shard_ids = 3;int getShardIdsCount()
repeated uint64 shard_ids = 3;long getShardIds(int index)
repeated uint64 shard_ids = 3;index - The index of the element to return.Copyright © 2024. All rights reserved.