Package io.qdrant.client.grpc
Interface Collections.DeleteAliasOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.DeleteAlias
,Collections.DeleteAlias.Builder
- Enclosing class:
- Collections
public static interface Collections.DeleteAliasOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionName of the aliascom.google.protobuf.ByteString
Name of the aliasMethods 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
-
getAliasName
String getAliasName()Name of the alias
string alias_name = 1;
- Returns:
- The aliasName.
-
getAliasNameBytes
com.google.protobuf.ByteString getAliasNameBytes()Name of the alias
string alias_name = 1;
- Returns:
- The bytes for aliasName.
-