Show / Hide Table of Contents

Class CssesResource

The "csses" collection of methods.

Inheritance
object
CssesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CssesResource

Constructors

CssesResource(IClientService)

Constructs a new resource.

Declaration
public CssesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(long, long)

Retrieves a single CSS domain by ID.

Declaration
public virtual CssesResource.GetRequest Get(long cssGroupId, long cssDomainId)
Parameters
Type Name Description
long 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.

long cssDomainId

Required. The ID of the CSS domain to return.

Returns
Type Description
CssesResource.GetRequest

List(long)

Lists CSS domains affiliated with a CSS group.

Declaration
public virtual CssesResource.ListRequest List(long cssGroupId)
Parameters
Type Name Description
long cssGroupId

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

Returns
Type Description
CssesResource.ListRequest

Updatelabels(LabelIds, long, long)

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

Declaration
public virtual CssesResource.UpdatelabelsRequest Updatelabels(LabelIds body, long cssGroupId, long cssDomainId)
Parameters
Type Name Description
LabelIds body

The body of the request.

long cssGroupId

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

long cssDomainId

Required. The ID of the updated CSS domain.

Returns
Type Description
CssesResource.UpdatelabelsRequest
In this article
Back to top Generated by DocFX