Interface ListCssProductsResponseOrBuilder (0.12.0)

public interface ListCssProductsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCssProducts(int index)

public abstract 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

getCssProductsCount()

public abstract 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 abstract 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 abstract 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 abstract 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>

getNextPageToken()

public abstract 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 abstract 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.