Class ListLocationsResponse.Builder (2.38.0)

public static final class ListLocationsResponse.Builder extends GeneratedMessageV3.Builder<ListLocationsResponse.Builder> implements ListLocationsResponseOrBuilder

The response message for Locations.ListLocations.

Protobuf type google.cloud.location.ListLocationsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllLocations(Iterable<? extends Location> values)

public ListLocationsResponse.Builder addAllLocations(Iterable<? extends Location> values)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.location.Location>
Returns
Type Description
ListLocationsResponse.Builder

addLocations(Location value)

public ListLocationsResponse.Builder addLocations(Location value)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
Name Description
value Location
Returns
Type Description
ListLocationsResponse.Builder

addLocations(Location.Builder builderForValue)

public ListLocationsResponse.Builder addLocations(Location.Builder builderForValue)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
Name Description
builderForValue Location.Builder
Returns
Type Description
ListLocationsResponse.Builder

addLocations(int index, Location value)

public ListLocationsResponse.Builder addLocations(int index, Location value)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameters
Name Description
index int
value Location
Returns
Type Description
ListLocationsResponse.Builder

addLocations(int index, Location.Builder builderForValue)

public ListLocationsResponse.Builder addLocations(int index, Location.Builder builderForValue)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameters
Name Description
index int
builderForValue Location.Builder
Returns
Type Description
ListLocationsResponse.Builder

addLocationsBuilder()

public Location.Builder addLocationsBuilder()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
Type Description
Location.Builder

addLocationsBuilder(int index)

public Location.Builder addLocationsBuilder(int index)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
Name Description
index int
Returns
Type Description
Location.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListLocationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListLocationsResponse.Builder
Overrides

build()

public ListLocationsResponse build()
Returns
Type Description
ListLocationsResponse

buildPartial()

public ListLocationsResponse buildPartial()
Returns
Type Description
ListLocationsResponse

clear()

public ListLocationsResponse.Builder clear()
Returns
Type Description
ListLocationsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListLocationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListLocationsResponse.Builder
Overrides

clearLocations()

public ListLocationsResponse.Builder clearLocations()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
Type Description
ListLocationsResponse.Builder

clearNextPageToken()

public ListLocationsResponse.Builder clearNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
Type Description
ListLocationsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListLocationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListLocationsResponse.Builder
Overrides

clone()

public ListLocationsResponse.Builder clone()
Returns
Type Description
ListLocationsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListLocationsResponse getDefaultInstanceForType()
Returns
Type Description
ListLocationsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLocations(int index)

public Location getLocations(int index)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
Name Description
index int
Returns
Type Description
Location

getLocationsBuilder(int index)

public Location.Builder getLocationsBuilder(int index)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
Name Description
index int
Returns
Type Description
Location.Builder

getLocationsBuilderList()

public List<Location.Builder> getLocationsBuilderList()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
Type Description
List<Builder>

getLocationsCount()

public int getLocationsCount()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
Type Description
int

getLocationsList()

public List<Location> getLocationsList()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
Type Description
List<Location>

getLocationsOrBuilder(int index)

public LocationOrBuilder getLocationsOrBuilder(int index)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
Name Description
index int
Returns
Type Description
LocationOrBuilder

getLocationsOrBuilderList()

public List<? extends LocationOrBuilder> getLocationsOrBuilderList()

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Returns
Type Description
List<? extends com.google.cloud.location.LocationOrBuilder>

getNextPageToken()

public String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListLocationsResponse other)

public ListLocationsResponse.Builder mergeFrom(ListLocationsResponse other)
Parameter
Name Description
other ListLocationsResponse
Returns
Type Description
ListLocationsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListLocationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListLocationsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListLocationsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListLocationsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListLocationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListLocationsResponse.Builder
Overrides

removeLocations(int index)

public ListLocationsResponse.Builder removeLocations(int index)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameter
Name Description
index int
Returns
Type Description
ListLocationsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListLocationsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListLocationsResponse.Builder
Overrides

setLocations(int index, Location value)

public ListLocationsResponse.Builder setLocations(int index, Location value)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameters
Name Description
index int
value Location
Returns
Type Description
ListLocationsResponse.Builder

setLocations(int index, Location.Builder builderForValue)

public ListLocationsResponse.Builder setLocations(int index, Location.Builder builderForValue)

A list of locations that matches the specified filter in the request.

repeated .google.cloud.location.Location locations = 1;

Parameters
Name Description
index int
builderForValue Location.Builder
Returns
Type Description
ListLocationsResponse.Builder

setNextPageToken(String value)

public ListLocationsResponse.Builder setNextPageToken(String value)

The standard List next-page token.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListLocationsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListLocationsResponse.Builder setNextPageTokenBytes(ByteString value)

The standard List next-page token.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListLocationsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListLocationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListLocationsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListLocationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListLocationsResponse.Builder
Overrides