public interface ListLocationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| List<? extends com.google.cloud.location.LocationOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |