Class ListCssProductsResponse.Builder (0.1.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.shopping.css.v1.CssProduct>
Returns
TypeDescription
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
NameDescription
valueCssProduct
Returns
TypeDescription
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
NameDescription
builderForValueCssProduct.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueCssProduct
Returns
TypeDescription
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
NameDescription
indexint
builderForValueCssProduct.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
CssProduct.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListCssProductsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListCssProductsResponse.Builder
Overrides

build()

public ListCssProductsResponse build()
Returns
TypeDescription
ListCssProductsResponse

buildPartial()

public ListCssProductsResponse buildPartial()
Returns
TypeDescription
ListCssProductsResponse

clear()

public ListCssProductsResponse.Builder clear()
Returns
TypeDescription
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
TypeDescription
ListCssProductsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListCssProductsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ListCssProductsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListCssProductsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListCssProductsResponse.Builder
Overrides

clone()

public ListCssProductsResponse.Builder clone()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.shopping.css.v1.CssProductOrBuilder>

getDefaultInstanceForType()

public ListCssProductsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListCssProductsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListCssProductsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListCssProductsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListCssProductsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListCssProductsResponse.Builder
Overrides

mergeFrom(ListCssProductsResponse other)

public ListCssProductsResponse.Builder mergeFrom(ListCssProductsResponse other)
Parameter
NameDescription
otherListCssProductsResponse
Returns
TypeDescription
ListCssProductsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListCssProductsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueCssProduct
Returns
TypeDescription
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
NameDescription
indexint
builderForValueCssProduct.Builder
Returns
TypeDescription
ListCssProductsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListCssProductsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListCssProductsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListCssProductsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListCssProductsResponse.Builder
Overrides