Interface ListClustersResponseOrBuilder (0.16.0)

publicinterface ListClustersResponseOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getClusters(int index)

publicabstractClustergetClusters(intindex)

Clusters in the location.

repeated .google.cloud.edgecontainer.v1.Cluster clusters = 1;

Parameter
Name Description
index int
Returns
Type Description
Cluster

getClustersCount()

publicabstractintgetClustersCount()

Clusters in the location.

repeated .google.cloud.edgecontainer.v1.Cluster clusters = 1;

Returns
Type Description
int

getClustersList()

publicabstractList<Cluster>getClustersList()

Clusters in the location.

repeated .google.cloud.edgecontainer.v1.Cluster clusters = 1;

Returns
Type Description
List<Cluster>

getClustersOrBuilder(int index)

publicabstractClusterOrBuildergetClustersOrBuilder(intindex)

Clusters in the location.

repeated .google.cloud.edgecontainer.v1.Cluster clusters = 1;

Parameter
Name Description
index int
Returns
Type Description
ClusterOrBuilder

getClustersOrBuilderList()

publicabstractList<?extendsClusterOrBuilder>getClustersOrBuilderList()

Clusters in the location.

repeated .google.cloud.edgecontainer.v1.Cluster clusters = 1;

Returns
Type Description
List<? extends com.google.cloud.edgecontainer.v1.ClusterOrBuilder>

getNextPageToken()

publicabstractStringgetNextPageToken()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

publicabstractByteStringgetNextPageTokenBytes()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

publicabstractStringgetUnreachable(intindex)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

publicabstractByteStringgetUnreachableBytes(intindex)

Locations that could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

publicabstractintgetUnreachableCount()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

publicabstractList<String>getUnreachableList()

Locations that could not be reached.

repeated string unreachable = 3;

Returns
Type Description
List<String>

A list containing the unreachable.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.