public interface FindLfpProvidersResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLfpProviders(int index)
public abstract LfpProvider getLfpProviders(int index)The LFP providers from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.LfpProvider lfp_providers = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LfpProvider |
|
getLfpProvidersCount()
public abstract int getLfpProvidersCount()The LFP providers from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.LfpProvider lfp_providers = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLfpProvidersList()
public abstract List<LfpProvider> getLfpProvidersList()The LFP providers from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.LfpProvider lfp_providers = 1;
| Returns | |
|---|---|
| Type | Description |
List<LfpProvider> |
|
getLfpProvidersOrBuilder(int index)
public abstract LfpProviderOrBuilder getLfpProvidersOrBuilder(int index)The LFP providers from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.LfpProvider lfp_providers = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LfpProviderOrBuilder |
|
getLfpProvidersOrBuilderList()
public abstract List<? extends LfpProviderOrBuilder> getLfpProvidersOrBuilderList()The LFP providers from the specified merchant in the specified country.
repeated .google.shopping.merchant.accounts.v1.LfpProvider lfp_providers = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.accounts.v1.LfpProviderOrBuilder> |
|
getNextPageToken()
public abstract 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 abstract 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. |