class AccountsCssProducts extends Resource (View source)

The "cssProducts" collection of methods.

Typical usage is:

 $cssService = new Google\Service\Css(...);
 $cssProducts = $cssService->accounts_cssProducts;

Methods

get(string $name, array $optParams = [])

Retrieves the processed CSS Product from your CSS Center account. After inserting, updating, or deleting a product input, it may take several minutes before the updated final product can be retrieved. (cssProducts.get)

listAccountsCssProducts(string $parent, array $optParams = [])

Lists the processed CSS Products in your CSS Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested. After inserting, updating, or deleting a CSS product input, it may take several minutes before the updated processed CSS product can be retrieved.

Details

CssProduct get(string $name, array $optParams = [])

Retrieves the processed CSS Product from your CSS Center account. After inserting, updating, or deleting a product input, it may take several minutes before the updated final product can be retrieved. (cssProducts.get)

Parameters

string $name

Required. The name of the CSS product to retrieve.

array $optParams

Optional parameters.

Return Value

CssProduct

Exceptions

Exception

ListCssProductsResponse listAccountsCssProducts(string $parent, array $optParams = [])

Lists the processed CSS Products in your CSS Center account. The response might contain fewer items than specified by pageSize. Rely on pageToken to determine if there are more items to be requested. After inserting, updating, or deleting a CSS product input, it may take several minutes before the updated processed CSS product can be retrieved.

(cssProducts.listAccountsCssProducts)

Parameters

string $parent

Required. The account/domain to list processed CSS Products for. Format: accounts/{account}

array $optParams

Optional parameters.

Return Value

ListCssProductsResponse

Exceptions

Exception