public interface ClusterListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getClusters(int index)
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2; |
int |
getClustersCount()
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2; |
java.util.List<Cluster> |
getClustersList()
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2; |
ClusterOrBuilder |
getClustersOrBuilder(int index)
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2; |
java.util.List<? extends ClusterOrBuilder> |
getClustersOrBuilderList()
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2; |
Status |
getStatus()
optional .appscode.dtypes.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
optional .appscode.dtypes.Status status = 1; |
boolean |
hasStatus()
optional .appscode.dtypes.Status status = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
optional .appscode.dtypes.Status status = 1;Status getStatus()
optional .appscode.dtypes.Status status = 1;StatusOrBuilder getStatusOrBuilder()
optional .appscode.dtypes.Status status = 1;java.util.List<Cluster> getClustersList()
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2;Cluster getClusters(int index)
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2;int getClustersCount()
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2;java.util.List<? extends ClusterOrBuilder> getClustersOrBuilderList()
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2;ClusterOrBuilder getClustersOrBuilder(int index)
repeated .appscode.glusterfs.v1beta1.Cluster clusters = 2;