public interface ListResourceGroupsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getResourceGroups(int index)
repeated string resource_groups = 2; |
com.google.protobuf.ByteString |
getResourceGroupsBytes(int index)
repeated string resource_groups = 2; |
int |
getResourceGroupsCount()
repeated string resource_groups = 2; |
List<String> |
getResourceGroupsList()
repeated string resource_groups = 2; |
Status |
getStatus()
.milvus.proto.common.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
.milvus.proto.common.Status status = 1; |
boolean |
hasStatus()
.milvus.proto.common.Status status = 1; |
boolean hasStatus()
.milvus.proto.common.Status status = 1;Status getStatus()
.milvus.proto.common.Status status = 1;StatusOrBuilder getStatusOrBuilder()
.milvus.proto.common.Status status = 1;List<String> getResourceGroupsList()
repeated string resource_groups = 2;int getResourceGroupsCount()
repeated string resource_groups = 2;String getResourceGroups(int index)
repeated string resource_groups = 2;index - The index of the element to return.com.google.protobuf.ByteString getResourceGroupsBytes(int index)
repeated string resource_groups = 2;index - The index of the value to return.Copyright © 2023. All rights reserved.