Interface Collections.ChangeAliasesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.ChangeAliases,Collections.ChangeAliases.Builder
- Enclosing class:
- Collections
public static interface Collections.ChangeAliasesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActions(int index) List of actionsintList of actionsList of actionsgetActionsOrBuilder(int index) List of actionsList<? extends Collections.AliasOperationsOrBuilder>List of actionslongWait timeout for operation commit in seconds, if not specified - default value will be suppliedbooleanWait timeout for operation commit in seconds, if not specified - default value will be suppliedMethods 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
-
getActionsList
List<Collections.AliasOperations> getActionsList()List of actions
repeated .qdrant.AliasOperations actions = 1; -
getActions
List of actions
repeated .qdrant.AliasOperations actions = 1; -
getActionsCount
int getActionsCount()List of actions
repeated .qdrant.AliasOperations actions = 1; -
getActionsOrBuilderList
List<? extends Collections.AliasOperationsOrBuilder> getActionsOrBuilderList()List of actions
repeated .qdrant.AliasOperations actions = 1; -
getActionsOrBuilder
List of actions
repeated .qdrant.AliasOperations actions = 1; -
hasTimeout
boolean hasTimeout()Wait timeout for operation commit in seconds, if not specified - default value will be supplied
optional uint64 timeout = 2;- Returns:
- Whether the timeout field is set.
-
getTimeout
long getTimeout()Wait timeout for operation commit in seconds, if not specified - default value will be supplied
optional uint64 timeout = 2;- Returns:
- The timeout.
-