public interface ListLocationsResponseOrBuilder extends MessageOrBuilder
Implements
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |