public interface AgentListRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStatus(int index)
List of status to get the agent filterd on the status
values in
PENDING
FAILED
ONLINE
OFFLINE
DELETED
|
com.google.protobuf.ByteString |
getStatusBytes(int index)
List of status to get the agent filterd on the status
values in
PENDING
FAILED
ONLINE
OFFLINE
DELETED
|
int |
getStatusCount()
List of status to get the agent filterd on the status
values in
PENDING
FAILED
ONLINE
OFFLINE
DELETED
|
java.util.List<java.lang.String> |
getStatusList()
List of status to get the agent filterd on the status
values in
PENDING
FAILED
ONLINE
OFFLINE
DELETED
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getStatusList()
List of status to get the agent filterd on the status values in PENDING FAILED ONLINE OFFLINE DELETED
repeated string status = 1;int getStatusCount()
List of status to get the agent filterd on the status values in PENDING FAILED ONLINE OFFLINE DELETED
repeated string status = 1;java.lang.String getStatus(int index)
List of status to get the agent filterd on the status values in PENDING FAILED ONLINE OFFLINE DELETED
repeated string status = 1;com.google.protobuf.ByteString getStatusBytes(int index)
List of status to get the agent filterd on the status values in PENDING FAILED ONLINE OFFLINE DELETED
repeated string status = 1;