public interface ListLfpStoresResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLfpStores(int index)
public abstract LfpStore getLfpStores(int index)The stores from the specified merchant.
repeated .google.shopping.merchant.lfp.v1.LfpStore lfp_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LfpStore |
|
getLfpStoresCount()
public abstract int getLfpStoresCount()The stores from the specified merchant.
repeated .google.shopping.merchant.lfp.v1.LfpStore lfp_stores = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getLfpStoresList()
public abstract List<LfpStore> getLfpStoresList()The stores from the specified merchant.
repeated .google.shopping.merchant.lfp.v1.LfpStore lfp_stores = 1;
| Returns | |
|---|---|
| Type | Description |
List<LfpStore> |
|
getLfpStoresOrBuilder(int index)
public abstract LfpStoreOrBuilder getLfpStoresOrBuilder(int index)The stores from the specified merchant.
repeated .google.shopping.merchant.lfp.v1.LfpStore lfp_stores = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
LfpStoreOrBuilder |
|
getLfpStoresOrBuilderList()
public abstract List<? extends LfpStoreOrBuilder> getLfpStoresOrBuilderList()The stores from the specified merchant.
repeated .google.shopping.merchant.lfp.v1.LfpStore lfp_stores = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.merchant.lfp.v1.LfpStoreOrBuilder> |
|
getNextPageToken()
public abstract 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 abstract 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. |