Class ListCssProductsResponse.Builder (0.11.0)

public static final class ListCssProductsResponse.Builder extends GeneratedMessageV3.Builder<ListCssProductsResponse.Builder> implements ListCssProductsResponseOrBuilder

Response message for the ListCssProducts method.

Protobuf type google.shopping.css.v1.ListCssProductsResponse

Static 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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListCssProductsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListCssProductsResponse.Builder
Overrides

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
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public ListCssProductsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListCssProductsResponse.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListCssProductsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListCssProductsResponse.Builder
Overrides

clone()

public ListCssProductsResponse.Builder clone()
Returns
Type Description
ListCssProductsResponse.Builder
Overrides

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
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListCssProductsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListCssProductsResponse.Builder
Overrides

mergeFrom(ListCssProductsResponse other)

public ListCssProductsResponse.Builder mergeFrom(ListCssProductsResponse other)
Parameter
Name Description
other ListCssProductsResponse
Returns
Type Description
ListCssProductsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListCssProductsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListCssProductsResponse.Builder
Overrides

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

setField(Descriptors.FieldDescriptor field, Object value)

public ListCssProductsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListCssProductsResponse.Builder
Overrides

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 String

The 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 ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListCssProductsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListCssProductsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListCssProductsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListCssProductsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListCssProductsResponse.Builder
Overrides