Package io.qdrant.client.grpc
Interface Collections.CreateAliasOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.CreateAlias
,Collections.CreateAlias.Builder
- Enclosing class:
- Collections
public static interface Collections.CreateAliasOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionNew name of the aliascom.google.protobuf.ByteString
New name of the aliasName of the collectioncom.google.protobuf.ByteString
Name of the collectionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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.
-
getAliasName
String getAliasName()New name of the alias
string alias_name = 2;
- Returns:
- The aliasName.
-
getAliasNameBytes
com.google.protobuf.ByteString getAliasNameBytes()New name of the alias
string alias_name = 2;
- Returns:
- The bytes for aliasName.
-