Show / Hide Table of Contents

Class CustomersResource.AdGroupCriterionLabelsResource.MutateRequest

Creates and removes ad group criterion labels. Operation statuses are returned. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError QuotaError RequestError

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>
CustomersResource.AdGroupCriterionLabelsResource.MutateRequest
Implements
IClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>
IClientServiceRequest
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.Xgafv
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.AccessToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.Alt
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.Callback
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.Fields
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.Key
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.OauthToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.PrettyPrint
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.QuotaUser
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.UploadType
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.UploadProtocol
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.Execute()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ETagAction
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ModifyRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ValidateParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.ApiVersion
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.RequestParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.AdGroupCriterionLabelsResource.MutateRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>, IClientServiceRequest

Constructors

MutateRequest(IClientService, GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsRequest, string)

Constructs a new Mutate request.

Declaration
public MutateRequest(IClientService service, GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsRequest body, string customerId)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsRequest body
string customerId

Properties

CustomerId

Required. ID of the customer whose ad group criterion labels are being modified.

Declaration
[RequestParameter("customerId", RequestParameterType.Path)]
public virtual string CustomerId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.GetBody()

InitParameters()

Initializes Mutate parameter list.

Declaration
protected override void InitParameters()
Overrides
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAdGroupCriterionLabelsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX