public interface ListWorkerGroupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsFilterLabels(java.lang.String key)
filter by those labels, only all k-v matched group will be listed.
|
java.util.Map<java.lang.String,java.lang.String> |
getFilterLabels()
Deprecated.
|
int |
getFilterLabelsCount()
filter by those labels, only all k-v matched group will be listed.
|
java.util.Map<java.lang.String,java.lang.String> |
getFilterLabelsMap()
filter by those labels, only all k-v matched group will be listed.
|
java.lang.String |
getFilterLabelsOrDefault(java.lang.String key,
java.lang.String defaultValue)
filter by those labels, only all k-v matched group will be listed.
|
java.lang.String |
getFilterLabelsOrThrow(java.lang.String key)
filter by those labels, only all k-v matched group will be listed.
|
long |
getGroupIds(int index)
group ids to be listed, leave empty if want to list all/list by labels
|
int |
getGroupIdsCount()
group ids to be listed, leave empty if want to list all/list by labels
|
java.util.List<java.lang.Long> |
getGroupIdsList()
group ids to be listed, leave empty if want to list all/list by labels
|
boolean |
getIncludeWorkersInfo()
optional, include all workers info in the result
|
java.lang.String |
getServiceId()
string service_id = 1; |
com.google.protobuf.ByteString |
getServiceIdBytes()
string service_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceId()
string service_id = 1;com.google.protobuf.ByteString getServiceIdBytes()
string service_id = 1;java.util.List<java.lang.Long> getGroupIdsList()
group ids to be listed, leave empty if want to list all/list by labels
repeated uint64 group_ids = 2;int getGroupIdsCount()
group ids to be listed, leave empty if want to list all/list by labels
repeated uint64 group_ids = 2;long getGroupIds(int index)
group ids to be listed, leave empty if want to list all/list by labels
repeated uint64 group_ids = 2;index - The index of the element to return.int getFilterLabelsCount()
filter by those labels, only all k-v matched group will be listed.
map<string, string> filter_labels = 3;boolean containsFilterLabels(java.lang.String key)
filter by those labels, only all k-v matched group will be listed.
map<string, string> filter_labels = 3;@Deprecated java.util.Map<java.lang.String,java.lang.String> getFilterLabels()
getFilterLabelsMap() instead.java.util.Map<java.lang.String,java.lang.String> getFilterLabelsMap()
filter by those labels, only all k-v matched group will be listed.
map<string, string> filter_labels = 3;java.lang.String getFilterLabelsOrDefault(java.lang.String key,
java.lang.String defaultValue)
filter by those labels, only all k-v matched group will be listed.
map<string, string> filter_labels = 3;java.lang.String getFilterLabelsOrThrow(java.lang.String key)
filter by those labels, only all k-v matched group will be listed.
map<string, string> filter_labels = 3;boolean getIncludeWorkersInfo()
optional, include all workers info in the result
bool include_workers_info = 4;Copyright © 2024. All rights reserved.