public interface ListLocationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Location |
getLocations(int index)
A list of locations that matches the specified filter in the request.
|
int |
getLocationsCount()
A list of locations that matches the specified filter in the request.
|
List<Location> |
getLocationsList()
A list of locations that matches the specified filter in the request.
|
LocationOrBuilder |
getLocationsOrBuilder(int index)
A list of locations that matches the specified filter in the request.
|
List<? extends LocationOrBuilder> |
getLocationsOrBuilderList()
A list of locations that matches the specified filter in the request.
|
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Location> getLocationsList()
A list of locations that matches the specified filter in the request.
repeated .google.cloud.location.Location locations = 1;Location getLocations(int index)
A list of locations that matches the specified filter in the request.
repeated .google.cloud.location.Location locations = 1;int getLocationsCount()
A list of locations that matches the specified filter in the request.
repeated .google.cloud.location.Location locations = 1;List<? extends LocationOrBuilder> getLocationsOrBuilderList()
A list of locations that matches the specified filter in the request.
repeated .google.cloud.location.Location locations = 1;LocationOrBuilder getLocationsOrBuilder(int index)
A list of locations that matches the specified filter in the request.
repeated .google.cloud.location.Location locations = 1;String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;Copyright © 2022 Google LLC. All rights reserved.