public interface ListClustersResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Cluster |
getClusters(int index)
A list of clusters in the project in the specified zone, or
across all ones.
|
int |
getClustersCount()
A list of clusters in the project in the specified zone, or
across all ones.
|
java.util.List<Cluster> |
getClustersList()
A list of clusters in the project in the specified zone, or
across all ones.
|
ClusterOrBuilder |
getClustersOrBuilder(int index)
A list of clusters in the project in the specified zone, or
across all ones.
|
java.util.List<? extends ClusterOrBuilder> |
getClustersOrBuilderList()
A list of clusters in the project in the specified zone, or
across all ones.
|
java.lang.String |
getMissingZones(int index)
If any zones are listed here, the list of clusters returned
may be missing those zones.
|
ByteString |
getMissingZonesBytes(int index)
If any zones are listed here, the list of clusters returned
may be missing those zones.
|
int |
getMissingZonesCount()
If any zones are listed here, the list of clusters returned
may be missing those zones.
|
java.util.List<java.lang.String> |
getMissingZonesList()
If any zones are listed here, the list of clusters returned
may be missing those zones.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<Cluster> getClustersList()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1.Cluster clusters = 1;Cluster getClusters(int index)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1.Cluster clusters = 1;int getClustersCount()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1.Cluster clusters = 1;java.util.List<? extends ClusterOrBuilder> getClustersOrBuilderList()
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1.Cluster clusters = 1;ClusterOrBuilder getClustersOrBuilder(int index)
A list of clusters in the project in the specified zone, or across all ones.
repeated .google.container.v1.Cluster clusters = 1;java.util.List<java.lang.String> getMissingZonesList()
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;int getMissingZonesCount()
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;java.lang.String getMissingZones(int index)
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;ByteString getMissingZonesBytes(int index)
If any zones are listed here, the list of clusters returned may be missing those zones.
repeated string missing_zones = 2;