public static final class ListCssProductsResponse.Builder extends GeneratedMessage.Builder<ListCssProductsResponse.Builder> implements ListCssProductsResponseOrBuilderResponse message for the ListCssProducts method.
Protobuf type google.shopping.css.v1.ListCssProductsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListCssProductsResponse.BuilderImplements
ListCssProductsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllCssProducts(Iterable<? extends CssProduct> values)
public ListCssProductsResponse.Builder addAllCssProducts(Iterable<? extends CssProduct> values)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.shopping.css.v1.CssProduct> |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
addCssProducts(CssProduct value)
public ListCssProductsResponse.Builder addCssProducts(CssProduct value)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
CssProduct |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
addCssProducts(CssProduct.Builder builderForValue)
public ListCssProductsResponse.Builder addCssProducts(CssProduct.Builder builderForValue)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
CssProduct.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
addCssProducts(int index, CssProduct value)
public ListCssProductsResponse.Builder addCssProducts(int index, CssProduct value)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
CssProduct |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
addCssProducts(int index, CssProduct.Builder builderForValue)
public ListCssProductsResponse.Builder addCssProducts(int index, CssProduct.Builder builderForValue)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
CssProduct.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
addCssProductsBuilder()
public CssProduct.Builder addCssProductsBuilder()The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Returns | |
|---|---|
| Type | Description |
CssProduct.Builder |
|
addCssProductsBuilder(int index)
public CssProduct.Builder addCssProductsBuilder(int index)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CssProduct.Builder |
|
build()
public ListCssProductsResponse build()| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse |
|
buildPartial()
public ListCssProductsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse |
|
clear()
public ListCssProductsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
clearCssProducts()
public ListCssProductsResponse.Builder clearCssProducts()The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
clearNextPageToken()
public ListCssProductsResponse.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 |
ListCssProductsResponse.Builder |
This builder for chaining. |
getCssProducts(int index)
public CssProduct getCssProducts(int index)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CssProduct |
|
getCssProductsBuilder(int index)
public CssProduct.Builder getCssProductsBuilder(int index)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CssProduct.Builder |
|
getCssProductsBuilderList()
public List<CssProduct.Builder> getCssProductsBuilderList()The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getCssProductsCount()
public int getCssProductsCount()The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getCssProductsList()
public List<CssProduct> getCssProductsList()The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Returns | |
|---|---|
| Type | Description |
List<CssProduct> |
|
getCssProductsOrBuilder(int index)
public CssProductOrBuilder getCssProductsOrBuilder(int index)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CssProductOrBuilder |
|
getCssProductsOrBuilderList()
public List<? extends CssProductOrBuilder> getCssProductsOrBuilderList()The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.shopping.css.v1.CssProductOrBuilder> |
|
getDefaultInstanceForType()
public ListCssProductsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListCssProductsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListCssProductsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
mergeFrom(ListCssProductsResponse other)
public ListCssProductsResponse.Builder mergeFrom(ListCssProductsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCssProductsResponse |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
removeCssProducts(int index)
public ListCssProductsResponse.Builder removeCssProducts(int index)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
setCssProducts(int index, CssProduct value)
public ListCssProductsResponse.Builder setCssProducts(int index, CssProduct value)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
CssProduct |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
setCssProducts(int index, CssProduct.Builder builderForValue)
public ListCssProductsResponse.Builder setCssProducts(int index, CssProduct.Builder builderForValue)The processed CSS products from the specified account. These are your processed CSS products after applying rules and supplemental feeds.
repeated .google.shopping.css.v1.CssProduct css_products = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
CssProduct.Builder |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
|
setNextPageToken(String value)
public ListCssProductsResponse.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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListCssProductsResponse.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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListCssProductsResponse.Builder |
This builder for chaining. |