Show / Hide Table of Contents

Class CustomersResource.AccountLinksResource.MutateRequest

Creates or removes an account link. From V5, create is not supported through AccountLinkService.MutateAccountLink. Use AccountLinkService.CreateAccountLink instead. List of thrown errors: AccountLinkError AuthenticationError AuthorizationError FieldMaskError HeaderError InternalError MutateError QuotaError RequestError

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>
CustomersResource.AccountLinksResource.MutateRequest
Implements
IClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>
IClientServiceRequest
Inherited Members
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.Xgafv
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.AccessToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.Alt
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.Callback
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.Fields
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.Key
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.OauthToken
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.PrettyPrint
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.QuotaUser
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.UploadType
SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.UploadProtocol
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.Execute()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ExecuteAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ETagAction
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ModifyRequest
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ValidateParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.ApiVersion
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.RequestParameters
ClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.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.AccountLinksResource.MutateRequest : SA360BaseServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>, IClientServiceRequest<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>, IClientServiceRequest

Constructors

MutateRequest(IClientService, GoogleAdsSearchads360V23ServicesMutateAccountLinkRequest, string)

Constructs a new Mutate request.

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

Properties

CustomerId

Required. The ID of the customer 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<GoogleAdsSearchads360V23ServicesMutateAccountLinkResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Mutate parameter list.

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

Implements

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