class Csses extends Resource (View source)

The "csses" collection of methods.

Typical usage is:

 $contentService = new Google\Service\ShoppingContent(...);
 $csses = $contentService->csses;

Methods

Css
get(string $cssGroupId, string $cssDomainId, array $optParams = [])

Retrieves a single CSS domain by ID. (csses.get)

listCsses(string $cssGroupId, array $optParams = [])

Lists CSS domains affiliated with a CSS group. (csses.listCsses)

Css
updatelabels(string $cssGroupId, string $cssDomainId, LabelIds $postBody, array $optParams = [])

Updates labels that are assigned to a CSS domain by its CSS group.

Details

Css get(string $cssGroupId, string $cssDomainId, array $optParams = [])

Retrieves a single CSS domain by ID. (csses.get)

Parameters

string $cssGroupId

Required. The ID of the managing account. If this parameter is not the same as cssDomainId, then this ID must be a CSS group ID and cssDomainId must be the ID of a CSS domain affiliated with this group.

string $cssDomainId

Required. The ID of the CSS domain to return.

array $optParams

Optional parameters.

Return Value

Css

Exceptions

Exception

ListCssesResponse listCsses(string $cssGroupId, array $optParams = [])

Lists CSS domains affiliated with a CSS group. (csses.listCsses)

Parameters

string $cssGroupId

Required. The CSS group ID of CSS domains to be listed.

array $optParams

Optional parameters.

Return Value

ListCssesResponse

Exceptions

Exception

Css updatelabels(string $cssGroupId, string $cssDomainId, LabelIds $postBody, array $optParams = [])

Updates labels that are assigned to a CSS domain by its CSS group.

(csses.updatelabels)

Parameters

string $cssGroupId

Required. The CSS group ID of the updated CSS domain.

string $cssDomainId

Required. The ID of the updated CSS domain.

LabelIds $postBody
array $optParams

Optional parameters.

Return Value

Css

Exceptions

Exception