public interface ListLocationsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
The standard list filter.
|
com.google.protobuf.ByteString |
getFilterBytes()
The standard list filter.
|
String |
getName()
The resource that owns the locations collection, if applicable.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource that owns the locations collection, if applicable.
|
int |
getPageSize()
The standard list page size.
|
String |
getPageToken()
The standard list page token.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The standard list page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The resource that owns the locations collection, if applicable.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The resource that owns the locations collection, if applicable.
string name = 1;String getFilter()
The standard list filter.
string filter = 2;com.google.protobuf.ByteString getFilterBytes()
The standard list filter.
string filter = 2;int getPageSize()
The standard list page size.
int32 page_size = 3;String getPageToken()
The standard list page token.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
The standard list page token.
string page_token = 4;Copyright © 2022 Google LLC. All rights reserved.