Package com.google.cloud.location
Interface ListLocationsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListLocationsRequest,ListLocationsRequest.Builder
public interface ListLocationsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFilter()The standard list filter.com.google.protobuf.ByteStringgetFilterBytes()The standard list filter.StringgetName()The resource that owns the locations collection, if applicable.com.google.protobuf.ByteStringgetNameBytes()The resource that owns the locations collection, if applicable.intgetPageSize()The standard list page size.StringgetPageToken()The standard list page token.com.google.protobuf.ByteStringgetPageTokenBytes()The standard list page token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The resource that owns the locations collection, if applicable.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The resource that owns the locations collection, if applicable.
string name = 1;- Returns:
- The bytes for name.
-
getFilter
String getFilter()
The standard list filter.
string filter = 2;- Returns:
- The filter.
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
The standard list filter.
string filter = 2;- Returns:
- The bytes for filter.
-
getPageSize
int getPageSize()
The standard list page size.
int32 page_size = 3;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
The standard list page token.
string page_token = 4;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
The standard list page token.
string page_token = 4;- Returns:
- The bytes for pageToken.
-
-