Class ListLfpStoresResponse.Builder (0.4.0)

public static final class ListLfpStoresResponse.Builder extends GeneratedMessageV3.Builder<ListLfpStoresResponse.Builder> implements ListLfpStoresResponseOrBuilder

Response message for the ListLfpStores method.

Protobuf type google.shopping.merchant.lfp.v1beta.ListLfpStoresResponse

Static Methods

getDescriptor()

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

Methods

addAllLfpStores(Iterable<? extends LfpStore> values)

public ListLfpStoresResponse.Builder addAllLfpStores(Iterable<? extends LfpStore> values)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameter
Name Description
values Iterable<? extends com.google.shopping.merchant.lfp.v1beta.LfpStore>
Returns
Type Description
ListLfpStoresResponse.Builder

addLfpStores(LfpStore value)

public ListLfpStoresResponse.Builder addLfpStores(LfpStore value)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameter
Name Description
value LfpStore
Returns
Type Description
ListLfpStoresResponse.Builder

addLfpStores(LfpStore.Builder builderForValue)

public ListLfpStoresResponse.Builder addLfpStores(LfpStore.Builder builderForValue)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameter
Name Description
builderForValue LfpStore.Builder
Returns
Type Description
ListLfpStoresResponse.Builder

addLfpStores(int index, LfpStore value)

public ListLfpStoresResponse.Builder addLfpStores(int index, LfpStore value)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameters
Name Description
index int
value LfpStore
Returns
Type Description
ListLfpStoresResponse.Builder

addLfpStores(int index, LfpStore.Builder builderForValue)

public ListLfpStoresResponse.Builder addLfpStores(int index, LfpStore.Builder builderForValue)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameters
Name Description
index int
builderForValue LfpStore.Builder
Returns
Type Description
ListLfpStoresResponse.Builder

addLfpStoresBuilder()

public LfpStore.Builder addLfpStoresBuilder()

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Returns
Type Description
LfpStore.Builder

addLfpStoresBuilder(int index)

public LfpStore.Builder addLfpStoresBuilder(int index)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
LfpStore.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListLfpStoresResponse build()
Returns
Type Description
ListLfpStoresResponse

buildPartial()

public ListLfpStoresResponse buildPartial()
Returns
Type Description
ListLfpStoresResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearLfpStores()

public ListLfpStoresResponse.Builder clearLfpStores()

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Returns
Type Description
ListLfpStoresResponse.Builder

clearNextPageToken()

public ListLfpStoresResponse.Builder clearNextPageToken()

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ListLfpStoresResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public ListLfpStoresResponse getDefaultInstanceForType()
Returns
Type Description
ListLfpStoresResponse

getDescriptorForType()

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

getLfpStores(int index)

public LfpStore getLfpStores(int index)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
LfpStore

getLfpStoresBuilder(int index)

public LfpStore.Builder getLfpStoresBuilder(int index)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
LfpStore.Builder

getLfpStoresBuilderList()

public List<LfpStore.Builder> getLfpStoresBuilderList()

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Returns
Type Description
List<Builder>

getLfpStoresCount()

public int getLfpStoresCount()

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Returns
Type Description
int

getLfpStoresList()

public List<LfpStore> getLfpStoresList()

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Returns
Type Description
List<LfpStore>

getLfpStoresOrBuilder(int index)

public LfpStoreOrBuilder getLfpStoresOrBuilder(int index)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
LfpStoreOrBuilder

getLfpStoresOrBuilderList()

public List<? extends LfpStoreOrBuilder> getLfpStoresOrBuilderList()

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.lfp.v1beta.LfpStoreOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

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(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ListLfpStoresResponse other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeLfpStores(int index)

public ListLfpStoresResponse.Builder removeLfpStores(int index)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameter
Name Description
index int
Returns
Type Description
ListLfpStoresResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setLfpStores(int index, LfpStore value)

public ListLfpStoresResponse.Builder setLfpStores(int index, LfpStore value)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameters
Name Description
index int
value LfpStore
Returns
Type Description
ListLfpStoresResponse.Builder

setLfpStores(int index, LfpStore.Builder builderForValue)

public ListLfpStoresResponse.Builder setLfpStores(int index, LfpStore.Builder builderForValue)

The stores from the specified merchant.

repeated .google.shopping.merchant.lfp.v1beta.LfpStore lfp_stores = 1;

Parameters
Name Description
index int
builderForValue LfpStore.Builder
Returns
Type Description
ListLfpStoresResponse.Builder

setNextPageToken(String value)

public ListLfpStoresResponse.Builder setNextPageToken(String value)

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListLfpStoresResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListLfpStoresResponse.Builder setNextPageTokenBytes(ByteString value)

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListLfpStoresResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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