Interface ListCssProductsResponseOrBuilder (0.9.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.