Interface ListLocationsResponseOrBuilder (2.4.1)

public interface ListLocationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocations(int index)

public abstract Location getLocations(int index)

A full list of GKE locations.

repeated .google.container.v1beta1.Location locations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Location

getLocationsCount()

public abstract int getLocationsCount()

A full list of GKE locations.

repeated .google.container.v1beta1.Location locations = 1;

Returns
TypeDescription
int

getLocationsList()

public abstract List<Location> getLocationsList()

A full list of GKE locations.

repeated .google.container.v1beta1.Location locations = 1;

Returns
TypeDescription
List<Location>

getLocationsOrBuilder(int index)

public abstract LocationOrBuilder getLocationsOrBuilder(int index)

A full list of GKE locations.

repeated .google.container.v1beta1.Location locations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LocationOrBuilder

getLocationsOrBuilderList()

public abstract List<? extends LocationOrBuilder> getLocationsOrBuilderList()

A full list of GKE locations.

repeated .google.container.v1beta1.Location locations = 1;

Returns
TypeDescription
List<? extends com.google.container.v1beta1.LocationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Only return ListLocationsResponse that occur after the page_token. This value should be populated from the ListLocationsResponse.next_page_token if that response token was set (which happens when listing more Locations than fit in a single ListLocationsResponse).

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Only return ListLocationsResponse that occur after the page_token. This value should be populated from the ListLocationsResponse.next_page_token if that response token was set (which happens when listing more Locations than fit in a single ListLocationsResponse).

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.