Show / Hide Table of Contents

Class AccountsResource.UpdatelabelsRequest

Updates labels that are assigned to the Merchant Center account by CSS user.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<AccountsUpdateLabelsResponse>
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>
AccountsResource.UpdatelabelsRequest
Implements
IClientServiceRequest<AccountsUpdateLabelsResponse>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.Xgafv
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.AccessToken
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.Alt
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.Callback
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.Fields
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.Key
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.OauthToken
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.QuotaUser
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.UploadType
ShoppingContentBaseServiceRequest<AccountsUpdateLabelsResponse>.UploadProtocol
ClientServiceRequest<AccountsUpdateLabelsResponse>.Execute()
ClientServiceRequest<AccountsUpdateLabelsResponse>.ExecuteAsStream()
ClientServiceRequest<AccountsUpdateLabelsResponse>.ExecuteAsync()
ClientServiceRequest<AccountsUpdateLabelsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<AccountsUpdateLabelsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<AccountsUpdateLabelsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<AccountsUpdateLabelsResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<AccountsUpdateLabelsResponse>.GenerateRequestUri()
ClientServiceRequest<AccountsUpdateLabelsResponse>.GetDefaultETagAction(String)
ClientServiceRequest<AccountsUpdateLabelsResponse>.ETagAction
ClientServiceRequest<AccountsUpdateLabelsResponse>.ModifyRequest
ClientServiceRequest<AccountsUpdateLabelsResponse>.ValidateParameters
ClientServiceRequest<AccountsUpdateLabelsResponse>.RequestParameters
ClientServiceRequest<AccountsUpdateLabelsResponse>.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<AccountsUpdateLabelsResponse>, IClientServiceRequest<AccountsUpdateLabelsResponse>, IClientServiceRequest

Constructors

UpdatelabelsRequest(IClientService, AccountsUpdateLabelsRequest, UInt64, UInt64)

Constructs a new Updatelabels request.

Declaration
public UpdatelabelsRequest(IClientService service, AccountsUpdateLabelsRequest body, ulong merchantId, ulong accountId)
Parameters
Type Name Description
IClientService service
AccountsUpdateLabelsRequest body
System.UInt64 merchantId
System.UInt64 accountId

Properties

AccountId

The ID of the account whose labels are updated.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual ulong AccountId { get; }
Property Value
Type Description
System.UInt64

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.AccountsUpdateLabelsResponse>.HttpMethod

MerchantId

The ID of the managing account.

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
System.UInt64

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.AccountsUpdateLabelsResponse>.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.AccountsUpdateLabelsResponse>.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.AccountsUpdateLabelsResponse>.GetBody()

InitParameters()

Initializes Updatelabels parameter list.

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

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top