Interface CollectionsInternalService.InitiateShardTransferRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CollectionsInternalService.InitiateShardTransferRequest,CollectionsInternalService.InitiateShardTransferRequest.Builder
- Enclosing class:
- CollectionsInternalService
public static interface CollectionsInternalService.InitiateShardTransferRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of the collectioncom.google.protobuf.ByteStringName of the collectionintId of the temporary shardMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCollectionName
String getCollectionName()Name of the collection
string collection_name = 1;- Returns:
- The collectionName.
-
getCollectionNameBytes
com.google.protobuf.ByteString getCollectionNameBytes()Name of the collection
string collection_name = 1;- Returns:
- The bytes for collectionName.
-
getShardId
int getShardId()Id of the temporary shard
uint32 shard_id = 2;- Returns:
- The shardId.
-