Interface TransferReplicaRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TransferReplicaRequest, TransferReplicaRequest.Builder

public interface TransferReplicaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .milvus.proto.common.MsgBase base = 1;
    .milvus.proto.common.MsgBase base = 1;
    string collection_name = 4;
    com.google.protobuf.ByteString
    string collection_name = 4;
    string db_name = 6;
    com.google.protobuf.ByteString
    string db_name = 6;
    long
    int64 num_replica = 5;
    string source_resource_group = 2;
    com.google.protobuf.ByteString
    string source_resource_group = 2;
    string target_resource_group = 3;
    com.google.protobuf.ByteString
    string target_resource_group = 3;
    boolean
    .milvus.proto.common.MsgBase base = 1;

    Methods 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

    • hasBase

      boolean hasBase()
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      Whether the base field is set.
    • getBase

      MsgBase getBase()
      .milvus.proto.common.MsgBase base = 1;
      Returns:
      The base.
    • getBaseOrBuilder

      MsgBaseOrBuilder getBaseOrBuilder()
      .milvus.proto.common.MsgBase base = 1;
    • getSourceResourceGroup

      String getSourceResourceGroup()
      string source_resource_group = 2;
      Returns:
      The sourceResourceGroup.
    • getSourceResourceGroupBytes

      com.google.protobuf.ByteString getSourceResourceGroupBytes()
      string source_resource_group = 2;
      Returns:
      The bytes for sourceResourceGroup.
    • getTargetResourceGroup

      String getTargetResourceGroup()
      string target_resource_group = 3;
      Returns:
      The targetResourceGroup.
    • getTargetResourceGroupBytes

      com.google.protobuf.ByteString getTargetResourceGroupBytes()
      string target_resource_group = 3;
      Returns:
      The bytes for targetResourceGroup.
    • getCollectionName

      String getCollectionName()
      string collection_name = 4;
      Returns:
      The collectionName.
    • getCollectionNameBytes

      com.google.protobuf.ByteString getCollectionNameBytes()
      string collection_name = 4;
      Returns:
      The bytes for collectionName.
    • getNumReplica

      long getNumReplica()
      int64 num_replica = 5;
      Returns:
      The numReplica.
    • getDbName

      String getDbName()
      string db_name = 6;
      Returns:
      The dbName.
    • getDbNameBytes

      com.google.protobuf.ByteString getDbNameBytes()
      string db_name = 6;
      Returns:
      The bytes for dbName.