io.milvus.grpc.ResourceGroupTransferOrBuilder 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: rg.proto
package io.milvus.grpc;
public interface ResourceGroupTransferOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.rg.ResourceGroupTransfer)
com.google.protobuf.MessageOrBuilder {
/**
*
* resource groups can be transfered with current resource group.
*
*
* string resource_group = 1;
* @return The resourceGroup.
*/
java.lang.String getResourceGroup();
/**
*
* resource groups can be transfered with current resource group.
*
*
* string resource_group = 1;
* @return The bytes for resourceGroup.
*/
com.google.protobuf.ByteString
getResourceGroupBytes();
}