![JAR search and dependency download from the Maven repository](/logo.png)
io.milvus.grpc.DropResourceGroupRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
public interface DropResourceGroupRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:milvus.proto.milvus.DropResourceGroupRequest)
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 resource_group = 2;
* @return The resourceGroup.
*/
java.lang.String getResourceGroup();
/**
* string resource_group = 2;
* @return The bytes for resourceGroup.
*/
com.google.protobuf.ByteString
getResourceGroupBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy