Interface Collections.UpdateCollectionClusterSetupRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.UpdateCollectionClusterSetupRequest,Collections.UpdateCollectionClusterSetupRequest.Builder
- Enclosing class:
Collections
public static interface Collections.UpdateCollectionClusterSetupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.qdrant.MoveShard abort_transfer = 4;.qdrant.MoveShard abort_transfer = 4;Name of the collectioncom.google.protobuf.ByteStringName of the collection.qdrant.Replica drop_replica = 5;.qdrant.Replica drop_replica = 5;.qdrant.MoveShard move_shard = 2;.qdrant.MoveShard move_shard = 2;.qdrant.MoveShard replicate_shard = 3;.qdrant.MoveShard replicate_shard = 3;longWait timeout for operation commit in seconds, if not specified - default value will be suppliedboolean.qdrant.MoveShard abort_transfer = 4;boolean.qdrant.Replica drop_replica = 5;boolean.qdrant.MoveShard move_shard = 2;boolean.qdrant.MoveShard replicate_shard = 3;booleanWait 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
-
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.
-
hasMoveShard
boolean hasMoveShard().qdrant.MoveShard move_shard = 2;- Returns:
- Whether the moveShard field is set.
-
getMoveShard
Collections.MoveShard getMoveShard().qdrant.MoveShard move_shard = 2;- Returns:
- The moveShard.
-
getMoveShardOrBuilder
Collections.MoveShardOrBuilder getMoveShardOrBuilder().qdrant.MoveShard move_shard = 2; -
hasReplicateShard
boolean hasReplicateShard().qdrant.MoveShard replicate_shard = 3;- Returns:
- Whether the replicateShard field is set.
-
getReplicateShard
Collections.MoveShard getReplicateShard().qdrant.MoveShard replicate_shard = 3;- Returns:
- The replicateShard.
-
getReplicateShardOrBuilder
Collections.MoveShardOrBuilder getReplicateShardOrBuilder().qdrant.MoveShard replicate_shard = 3; -
hasAbortTransfer
boolean hasAbortTransfer().qdrant.MoveShard abort_transfer = 4;- Returns:
- Whether the abortTransfer field is set.
-
getAbortTransfer
Collections.MoveShard getAbortTransfer().qdrant.MoveShard abort_transfer = 4;- Returns:
- The abortTransfer.
-
getAbortTransferOrBuilder
Collections.MoveShardOrBuilder getAbortTransferOrBuilder().qdrant.MoveShard abort_transfer = 4; -
hasDropReplica
boolean hasDropReplica().qdrant.Replica drop_replica = 5;- Returns:
- Whether the dropReplica field is set.
-
getDropReplica
Collections.Replica getDropReplica().qdrant.Replica drop_replica = 5;- Returns:
- The dropReplica.
-
getDropReplicaOrBuilder
Collections.ReplicaOrBuilder getDropReplicaOrBuilder().qdrant.Replica drop_replica = 5; -
hasTimeout
boolean hasTimeout()Wait timeout for operation commit in seconds, if not specified - default value will be supplied
optional uint64 timeout = 6;- 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 = 6;- Returns:
- The timeout.
-
getOperationCase
Collections.UpdateCollectionClusterSetupRequest.OperationCase getOperationCase()
-