public interface ListLocationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLocations(int index)
public abstract Location getLocations(int index)A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
| Name | Description |
| index | int |
| Type | Description |
| Location |
getLocationsCount()
public abstract int getLocationsCount()A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
| Type | Description |
| int |
getLocationsList()
public abstract List<Location> getLocationsList()A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
| Type | Description |
| List<Location> |
getLocationsOrBuilder(int index)
public abstract LocationOrBuilder getLocationsOrBuilder(int index)A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
| Name | Description |
| index | int |
| Type | Description |
| LocationOrBuilder |
getLocationsOrBuilderList()
public abstract List<? extends LocationOrBuilder> getLocationsOrBuilderList()A full list of GKE locations.
repeated .google.container.v1beta1.Location locations = 1;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |