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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetResourceGroups(int index)repeated string resource_groups = 2;com.google.protobuf.ByteStringgetResourceGroupsBytes(int index)repeated string resource_groups = 2;intgetResourceGroupsCount()repeated string resource_groups = 2;List<String>getResourceGroupsList()repeated string resource_groups = 2;StatusgetStatus().milvus.proto.common.Status status = 1;StatusOrBuildergetStatusOrBuilder().milvus.proto.common.Status status = 1;booleanhasStatus().milvus.proto.common.Status status = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
List<String> 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
String getResourceGroups(int index)
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.
-
-