public interface ListCloudLocationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCloudLocations(int index)
public abstract CloudLocation getCloudLocations(int index)Output only. List of cloud locations.
repeated .google.cloud.locationfinder.v1.CloudLocation cloud_locations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CloudLocation |
|
getCloudLocationsCount()
public abstract int getCloudLocationsCount()Output only. List of cloud locations.
repeated .google.cloud.locationfinder.v1.CloudLocation cloud_locations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
|
getCloudLocationsList()
public abstract List<CloudLocation> getCloudLocationsList()Output only. List of cloud locations.
repeated .google.cloud.locationfinder.v1.CloudLocation cloud_locations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<CloudLocation> |
|
getCloudLocationsOrBuilder(int index)
public abstract CloudLocationOrBuilder getCloudLocationsOrBuilder(int index)Output only. List of cloud locations.
repeated .google.cloud.locationfinder.v1.CloudLocation cloud_locations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CloudLocationOrBuilder |
|
getCloudLocationsOrBuilderList()
public abstract List<? extends CloudLocationOrBuilder> getCloudLocationsOrBuilderList()Output only. List of cloud locations.
repeated .google.cloud.locationfinder.v1.CloudLocation cloud_locations = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.locationfinder.v1.CloudLocationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token in subsequent requests to retrieve the next page. If this field is not present, there are no subsequent results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token in subsequent requests to retrieve the next page. If this field is not present, there are no subsequent results.
string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |