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