Show / Hide Table of Contents

Class CustomersResource.CampaignGoalConfigsResource.MutateRequest

Create or update campaign goal configs. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError CampaignGoalConfigError GoalServicesError

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

Constructors

MutateRequest(IClientService, GoogleAdsSearchads360V23ServicesMutateCampaignGoalConfigsRequest, string)

Constructs a new Mutate request.

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

Properties

CustomerId

Required. The ID of the customer whose campaign goal configs 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<GoogleAdsSearchads360V23ServicesMutateCampaignGoalConfigsResponse>.HttpMethod

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Mutate parameter list.

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

Implements

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