Interface ListClustersResponseOrBuilder (2.4.0)

public interface ListClustersResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusters(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Cluster

getClustersCount()

public abstract int getClustersCount()

A list of clusters in the project in the specified zone, or across all ones.

repeated .google.container.v1.Cluster clusters = 1;

Returns
TypeDescription
int

getClustersList()

public abstract 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;

Returns
TypeDescription
List<Cluster>

getClustersOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
ClusterOrBuilder

getClustersOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.container.v1.ClusterOrBuilder>

getMissingZones(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The missingZones at the given index.

getMissingZonesBytes(int index)

public abstract 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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the missingZones at the given index.

getMissingZonesCount()

public abstract int getMissingZonesCount()

If any zones are listed here, the list of clusters returned may be missing those zones.

repeated string missing_zones = 2;

Returns
TypeDescription
int

The count of missingZones.

getMissingZonesList()

public abstract List<String> getMissingZonesList()

If any zones are listed here, the list of clusters returned may be missing those zones.

repeated string missing_zones = 2;

Returns
TypeDescription
List<String>

A list containing the missingZones.