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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
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>
|
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;
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;
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;
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;
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;
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
|
public FindLfpProvidersResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FindLfpProvidersResponse build()
public FindLfpProvidersResponse buildPartial()
public FindLfpProvidersResponse.Builder clear()
Overrides
public FindLfpProvidersResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
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;
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;
public FindLfpProvidersResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FindLfpProvidersResponse.Builder clone()
Overrides
public FindLfpProvidersResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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
|
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
|
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;
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 |
|
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;
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
|
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FindLfpProvidersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FindLfpProvidersResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public FindLfpProvidersResponse.Builder mergeFrom(FindLfpProvidersResponse other)
public final FindLfpProvidersResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
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
|
public FindLfpProvidersResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
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;
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;
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.
|
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.
|
public FindLfpProvidersResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final FindLfpProvidersResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides