Show / Hide Table of Contents

Class CustomersResource.RecommendationsResource.ApplyRequest

Applies given recommendations with corresponding apply parameters. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RecommendationError RequestError UrlFieldError

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

Constructors

ApplyRequest(IClientService, GoogleAdsSearchads360V23ServicesApplyRecommendationRequest, string)

Constructs a new Apply request.

Declaration
public ApplyRequest(IClientService service, GoogleAdsSearchads360V23ServicesApplyRecommendationRequest body, string customerId)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesApplyRecommendationRequest body
string customerId

Properties

CustomerId

Required. The ID of the customer with the recommendation.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Apply parameter list.

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

Implements

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