Show / Hide Table of Contents

Class CustomersResource.ProductLinksResource.CreateRequest

Creates a product link. List of thrown errors: AuthenticationError AuthorizationError DatabaseError FieldError HeaderError InternalError MutateError QuotaError RequestError

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

Constructors

CreateRequest(IClientService, GoogleAdsSearchads360V23ServicesCreateProductLinkRequest, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleAdsSearchads360V23ServicesCreateProductLinkRequest body, string customerId)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesCreateProductLinkRequest body
string customerId

Properties

CustomerId

Required. The ID of the customer for which the product link is created.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Create parameter list.

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

Implements

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