io.milvus.grpc.TransferReplicaRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector database.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface TransferReplicaRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.TransferReplicaRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .milvus.proto.common.MsgBase base = 1;
* @return Whether the base field is set.
*/
boolean hasBase();
/**
* .milvus.proto.common.MsgBase base = 1;
* @return The base.
*/
io.milvus.grpc.MsgBase getBase();
/**
* .milvus.proto.common.MsgBase base = 1;
*/
io.milvus.grpc.MsgBaseOrBuilder getBaseOrBuilder();
/**
* string source_resource_group = 2;
* @return The sourceResourceGroup.
*/
java.lang.String getSourceResourceGroup();
/**
* string source_resource_group = 2;
* @return The bytes for sourceResourceGroup.
*/
com.google.protobuf.ByteString
getSourceResourceGroupBytes();
/**
* string target_resource_group = 3;
* @return The targetResourceGroup.
*/
java.lang.String getTargetResourceGroup();
/**
* string target_resource_group = 3;
* @return The bytes for targetResourceGroup.
*/
com.google.protobuf.ByteString
getTargetResourceGroupBytes();
/**
* string collection_name = 4;
* @return The collectionName.
*/
java.lang.String getCollectionName();
/**
* string collection_name = 4;
* @return The bytes for collectionName.
*/
com.google.protobuf.ByteString
getCollectionNameBytes();
/**
* int64 num_replica = 5;
* @return The numReplica.
*/
long getNumReplica();
/**
* string db_name = 6;
* @return The dbName.
*/
java.lang.String getDbName();
/**
* string db_name = 6;
* @return The bytes for dbName.
*/
com.google.protobuf.ByteString
getDbNameBytes();
}