class AccountsCssProductInputs extends Resource (View source)

The "cssProductInputs" collection of methods.

Typical usage is:

 $cssService = new Google\Service\Css(...);
 $cssProductInputs = $cssService->accounts_cssProductInputs;

Methods

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

Deletes a CSS Product input from your CSS Center account. After a delete it may take several minutes until the input is no longer available.

insert(string $parent, CssProductInput $postBody, array $optParams = [])

Uploads a CssProductInput to your CSS Center account. If an input with the same contentLanguage, identity, feedLabel and feedId already exists, this method replaces that entry. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed CSS Product can be retrieved. (cssProductInputs.insert)

Details

CssEmpty delete(string $name, array $optParams = [])

Deletes a CSS Product input from your CSS Center account. After a delete it may take several minutes until the input is no longer available.

(cssProductInputs.delete)

Parameters

string $name

Required. The name of the CSS product input resource to delete. Format: accounts/{account}/cssProductInputs/{css_product_input}

array $optParams

Optional parameters.

Return Value

CssEmpty

Exceptions

Exception

CssProductInput insert(string $parent, CssProductInput $postBody, array $optParams = [])

Uploads a CssProductInput to your CSS Center account. If an input with the same contentLanguage, identity, feedLabel and feedId already exists, this method replaces that entry. After inserting, updating, or deleting a CSS Product input, it may take several minutes before the processed CSS Product can be retrieved. (cssProductInputs.insert)

Parameters

string $parent

Required. The account where this CSS Product will be inserted. Format: accounts/{account}

CssProductInput $postBody
array $optParams

Optional parameters.

Return Value

CssProductInput

Exceptions

Exception