Package io.milvus.grpc
Interface ListResourceGroupsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListResourceGroupsResponse,ListResourceGroupsResponse.Builder
public interface ListResourceGroupsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetResourceGroups(int index) repeated string resource_groups = 2;com.google.protobuf.ByteStringgetResourceGroupsBytes(int index) repeated string resource_groups = 2;intrepeated string resource_groups = 2;repeated string resource_groups = 2;.milvus.proto.common.Status status = 1;.milvus.proto.common.Status status = 1;boolean.milvus.proto.common.Status status = 1;Methods 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
-
hasStatus
boolean hasStatus().milvus.proto.common.Status status = 1;- Returns:
- Whether the status field is set.
-
getStatus
Status getStatus().milvus.proto.common.Status status = 1;- Returns:
- The status.
-
getStatusOrBuilder
StatusOrBuilder getStatusOrBuilder().milvus.proto.common.Status status = 1; -
getResourceGroupsList
repeated string resource_groups = 2;- Returns:
- A list containing the resourceGroups.
-
getResourceGroupsCount
int getResourceGroupsCount()repeated string resource_groups = 2;- Returns:
- The count of resourceGroups.
-
getResourceGroups
repeated string resource_groups = 2;- Parameters:
index- The index of the element to return.- Returns:
- The resourceGroups at the given index.
-
getResourceGroupsBytes
com.google.protobuf.ByteString getResourceGroupsBytes(int index) repeated string resource_groups = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the resourceGroups at the given index.
-