public static final class ListLfpStoresResponse.Builder extends GeneratedMessage.Builder<ListLfpStoresResponse.Builder> implements ListLfpStoresResponseOrBuilderResponse message for the ListLfpStores method.
Protobuf type google.shopping.merchant.lfp.v1beta.ListLfpStoresResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListLfpStoresResponse.BuilderImplements
ListLfpStoresResponseOrBuilderStatic 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 |
|
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 |
|
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. |
getDefaultInstanceForType()
public ListLfpStoresResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListLfpStoresResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListLfpStoresResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListLfpStoresResponse.Builder |
|
mergeFrom(ListLfpStoresResponse other)
public ListLfpStoresResponse.Builder mergeFrom(ListLfpStoresResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLfpStoresResponse |
| Returns | |
|---|---|
| Type | Description |
ListLfpStoresResponse.Builder |
|
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 |
|
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 |
StringThe 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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListLfpStoresResponse.Builder |
This builder for chaining. |