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