AccountsCssProducts
class AccountsCssProducts extends Resource (View source)
The "cssProducts" collection of methods.
Typical usage is:
$cssService = new Google\Service\Css(...);
$cssProducts = $cssService->accounts_cssProducts;
Methods
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)
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)
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)