Interface ListLocationsResponseOrBuilder (2.37.1)

public interface ListLocationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLocations(int index)

public abstract Location getLocations(int index)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Location

getLocationsCount()

public abstract int getLocationsCount()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
TypeDescription
int

getLocationsList()

public abstract List<Location> getLocationsList()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
TypeDescription
List<Location>

getLocationsOrBuilder(int index)

public abstract LocationOrBuilder getLocationsOrBuilder(int index)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LocationOrBuilder

getLocationsOrBuilderList()

public abstract List<? extends LocationOrBuilder> getLocationsOrBuilderList()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.location.LocationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.