Class FindLfpProvidersResponse.Builder (0.20.0)

public static final class FindLfpProvidersResponse.Builder extends GeneratedMessageV3.Builder<FindLfpProvidersResponse.Builder> implements FindLfpProvidersResponseOrBuilder

Response message for the FindLfpProviders method.

Protobuf type google.shopping.merchant.accounts.v1beta.FindLfpProvidersResponse

Static Methods

getDescriptor()

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

Methods

addAllLfpProviders(Iterable<? extends LfpProvider> values)

public FindLfpProvidersResponse.Builder addAllLfpProviders(Iterable<? extends LfpProvider> values)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameter
Name Description
values Iterable<? extends com.google.shopping.merchant.accounts.v1beta.LfpProvider>
Returns
Type Description
FindLfpProvidersResponse.Builder

addLfpProviders(LfpProvider value)

public FindLfpProvidersResponse.Builder addLfpProviders(LfpProvider value)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameter
Name Description
value LfpProvider
Returns
Type Description
FindLfpProvidersResponse.Builder

addLfpProviders(LfpProvider.Builder builderForValue)

public FindLfpProvidersResponse.Builder addLfpProviders(LfpProvider.Builder builderForValue)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameter
Name Description
builderForValue LfpProvider.Builder
Returns
Type Description
FindLfpProvidersResponse.Builder

addLfpProviders(int index, LfpProvider value)

public FindLfpProvidersResponse.Builder addLfpProviders(int index, LfpProvider value)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameters
Name Description
index int
value LfpProvider
Returns
Type Description
FindLfpProvidersResponse.Builder

addLfpProviders(int index, LfpProvider.Builder builderForValue)

public FindLfpProvidersResponse.Builder addLfpProviders(int index, LfpProvider.Builder builderForValue)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameters
Name Description
index int
builderForValue LfpProvider.Builder
Returns
Type Description
FindLfpProvidersResponse.Builder

addLfpProvidersBuilder()

public LfpProvider.Builder addLfpProvidersBuilder()

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Returns
Type Description
LfpProvider.Builder

addLfpProvidersBuilder(int index)

public LfpProvider.Builder addLfpProvidersBuilder(int index)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameter
Name Description
index int
Returns
Type Description
LfpProvider.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public FindLfpProvidersResponse build()
Returns
Type Description
FindLfpProvidersResponse

buildPartial()

public FindLfpProvidersResponse buildPartial()
Returns
Type Description
FindLfpProvidersResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearLfpProviders()

public FindLfpProvidersResponse.Builder clearLfpProviders()

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Returns
Type Description
FindLfpProvidersResponse.Builder

clearNextPageToken()

public FindLfpProvidersResponse.Builder clearNextPageToken()

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

string next_page_token = 2;

Returns
Type Description
FindLfpProvidersResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public FindLfpProvidersResponse getDefaultInstanceForType()
Returns
Type Description
FindLfpProvidersResponse

getDescriptorForType()

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

getLfpProviders(int index)

public LfpProvider getLfpProviders(int index)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameter
Name Description
index int
Returns
Type Description
LfpProvider

getLfpProvidersBuilder(int index)

public LfpProvider.Builder getLfpProvidersBuilder(int index)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameter
Name Description
index int
Returns
Type Description
LfpProvider.Builder

getLfpProvidersBuilderList()

public List<LfpProvider.Builder> getLfpProvidersBuilderList()

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Returns
Type Description
List<Builder>

getLfpProvidersCount()

public int getLfpProvidersCount()

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Returns
Type Description
int

getLfpProvidersList()

public List<LfpProvider> getLfpProvidersList()

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Returns
Type Description
List<LfpProvider>

getLfpProvidersOrBuilder(int index)

public LfpProviderOrBuilder getLfpProvidersOrBuilder(int index)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameter
Name Description
index int
Returns
Type Description
LfpProviderOrBuilder

getLfpProvidersOrBuilderList()

public List<? extends LfpProviderOrBuilder> getLfpProvidersOrBuilderList()

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Returns
Type Description
List<? extends com.google.shopping.merchant.accounts.v1beta.LfpProviderOrBuilder>

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token 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 page_token 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 FindLfpProvidersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FindLfpProvidersResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeFrom(FindLfpProvidersResponse other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeLfpProviders(int index)

public FindLfpProvidersResponse.Builder removeLfpProviders(int index)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameter
Name Description
index int
Returns
Type Description
FindLfpProvidersResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setLfpProviders(int index, LfpProvider value)

public FindLfpProvidersResponse.Builder setLfpProviders(int index, LfpProvider value)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameters
Name Description
index int
value LfpProvider
Returns
Type Description
FindLfpProvidersResponse.Builder

setLfpProviders(int index, LfpProvider.Builder builderForValue)

public FindLfpProvidersResponse.Builder setLfpProviders(int index, LfpProvider.Builder builderForValue)

The LFP providers from the specified merchant in the specified country.

repeated .google.shopping.merchant.accounts.v1beta.LfpProvider lfp_providers = 1;

Parameters
Name Description
index int
builderForValue LfpProvider.Builder
Returns
Type Description
FindLfpProvidersResponse.Builder

setNextPageToken(String value)

public FindLfpProvidersResponse.Builder setNextPageToken(String value)

A token, which can be sent as page_token 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
FindLfpProvidersResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public FindLfpProvidersResponse.Builder setNextPageTokenBytes(ByteString value)

A token, which can be sent as page_token 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
FindLfpProvidersResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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