public interface DeleteShardGroupInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCascadeDeleteShard()
whether delete shard as well, default is false
|
long |
getGroupIds(int index)
repeated uint64 group_ids = 1; |
int |
getGroupIdsCount()
repeated uint64 group_ids = 1; |
java.util.List<java.lang.Long> |
getGroupIdsList()
repeated uint64 group_ids = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.Long> getGroupIdsList()
repeated uint64 group_ids = 1;int getGroupIdsCount()
repeated uint64 group_ids = 1;long getGroupIds(int index)
repeated uint64 group_ids = 1;index - The index of the element to return.boolean getCascadeDeleteShard()
whether delete shard as well, default is false
bool cascade_delete_shard = 2;Copyright © 2024. All rights reserved.