public static final class ListLocationsRequest.Builder extends GeneratedMessageV3.Builder<ListLocationsRequest.Builder> implements ListLocationsRequestOrBuilder
The request message for Locations.ListLocations.
Protobuf type google.cloud.location.ListLocationsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListLocationsRequest.BuilderImplements
ListLocationsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListLocationsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListLocationsRequest.Builder |
build()
public ListLocationsRequest build()
Type | Description |
ListLocationsRequest |
buildPartial()
public ListLocationsRequest buildPartial()
Type | Description |
ListLocationsRequest |
clear()
public ListLocationsRequest.Builder clear()
Type | Description |
ListLocationsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListLocationsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ListLocationsRequest.Builder |
clearFilter()
public ListLocationsRequest.Builder clearFilter()
The standard list filter.
string filter = 2;
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
clearName()
public ListLocationsRequest.Builder clearName()
The resource that owns the locations collection, if applicable.
string name = 1;
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListLocationsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ListLocationsRequest.Builder |
clearPageSize()
public ListLocationsRequest.Builder clearPageSize()
The standard list page size.
int32 page_size = 3;
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
clearPageToken()
public ListLocationsRequest.Builder clearPageToken()
The standard list page token.
string page_token = 4;
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
clone()
public ListLocationsRequest.Builder clone()
Type | Description |
ListLocationsRequest.Builder |
getDefaultInstanceForType()
public ListLocationsRequest getDefaultInstanceForType()
Type | Description |
ListLocationsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFilter()
public String getFilter()
The standard list filter.
string filter = 2;
Type | Description |
String | The filter. |
getFilterBytes()
public ByteString getFilterBytes()
The standard list filter.
string filter = 2;
Type | Description |
ByteString | The bytes for filter. |
getName()
public String getName()
The resource that owns the locations collection, if applicable.
string name = 1;
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
The resource that owns the locations collection, if applicable.
string name = 1;
Type | Description |
ByteString | The bytes for name. |
getPageSize()
public int getPageSize()
The standard list page size.
int32 page_size = 3;
Type | Description |
int | The pageSize. |
getPageToken()
public String getPageToken()
The standard list page token.
string page_token = 4;
Type | Description |
String | The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
The standard list page token.
string page_token = 4;
Type | Description |
ByteString | The bytes for pageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ListLocationsRequest other)
public ListLocationsRequest.Builder mergeFrom(ListLocationsRequest other)
Name | Description |
other | ListLocationsRequest |
Type | Description |
ListLocationsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListLocationsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListLocationsRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ListLocationsRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ListLocationsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListLocationsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListLocationsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListLocationsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ListLocationsRequest.Builder |
setFilter(String value)
public ListLocationsRequest.Builder setFilter(String value)
The standard list filter.
string filter = 2;
Name | Description |
value | String The filter to set. |
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
setFilterBytes(ByteString value)
public ListLocationsRequest.Builder setFilterBytes(ByteString value)
The standard list filter.
string filter = 2;
Name | Description |
value | ByteString The bytes for filter to set. |
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
setName(String value)
public ListLocationsRequest.Builder setName(String value)
The resource that owns the locations collection, if applicable.
string name = 1;
Name | Description |
value | String The name to set. |
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public ListLocationsRequest.Builder setNameBytes(ByteString value)
The resource that owns the locations collection, if applicable.
string name = 1;
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
setPageSize(int value)
public ListLocationsRequest.Builder setPageSize(int value)
The standard list page size.
int32 page_size = 3;
Name | Description |
value | int The pageSize to set. |
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
setPageToken(String value)
public ListLocationsRequest.Builder setPageToken(String value)
The standard list page token.
string page_token = 4;
Name | Description |
value | String The pageToken to set. |
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListLocationsRequest.Builder setPageTokenBytes(ByteString value)
The standard list page token.
string page_token = 4;
Name | Description |
value | ByteString The bytes for pageToken to set. |
Type | Description |
ListLocationsRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListLocationsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ListLocationsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListLocationsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ListLocationsRequest.Builder |