Show / Hide Table of Contents

Class CssesResource.UpdatelabelsRequest

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

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<Css>
ShoppingContentBaseServiceRequest<Css>
CssesResource.UpdatelabelsRequest
Implements
IClientServiceRequest<Css>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<Css>.Xgafv
ShoppingContentBaseServiceRequest<Css>.AccessToken
ShoppingContentBaseServiceRequest<Css>.Alt
ShoppingContentBaseServiceRequest<Css>.Callback
ShoppingContentBaseServiceRequest<Css>.Fields
ShoppingContentBaseServiceRequest<Css>.Key
ShoppingContentBaseServiceRequest<Css>.OauthToken
ShoppingContentBaseServiceRequest<Css>.PrettyPrint
ShoppingContentBaseServiceRequest<Css>.QuotaUser
ShoppingContentBaseServiceRequest<Css>.UploadType
ShoppingContentBaseServiceRequest<Css>.UploadProtocol
ClientServiceRequest<Css>.Execute()
ClientServiceRequest<Css>.ExecuteAsStream()
ClientServiceRequest<Css>.ExecuteAsync()
ClientServiceRequest<Css>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Css>.ExecuteAsStreamAsync()
ClientServiceRequest<Css>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Css>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<Css>.GenerateRequestUri()
ClientServiceRequest<Css>.GetDefaultETagAction(String)
ClientServiceRequest<Css>.ETagAction
ClientServiceRequest<Css>.ModifyRequest
ClientServiceRequest<Css>.ValidateParameters
ClientServiceRequest<Css>.RequestParameters
ClientServiceRequest<Css>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class UpdatelabelsRequest : ShoppingContentBaseServiceRequest<Css>, IClientServiceRequest<Css>, IClientServiceRequest

Constructors

UpdatelabelsRequest(IClientService, LabelIds, Int64, Int64)

Constructs a new Updatelabels request.

Declaration
public UpdatelabelsRequest(IClientService service, LabelIds body, long cssGroupId, long cssDomainId)
Parameters
Type Name Description
IClientService service
LabelIds body
System.Int64 cssGroupId
System.Int64 cssDomainId

Properties

CssDomainId

Required. The ID of the updated CSS domain.

Declaration
[RequestParameter("cssDomainId", RequestParameterType.Path)]
public virtual long CssDomainId { get; }
Property Value
Type Description
System.Int64

CssGroupId

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

Declaration
[RequestParameter("cssGroupId", RequestParameterType.Path)]
public virtual long CssGroupId { get; }
Property Value
Type Description
System.Int64

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
System.Object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.GetBody()

InitParameters()

Initializes Updatelabels parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2_1.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.Css>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top