Show / Hide Table of Contents

Class CustomersResource.BatchJobsResource.AddOperationsRequest

Add operations to the batch job. List of thrown errors: AuthenticationError AuthorizationError BatchJobError HeaderError InternalError QuotaError RequestError ResourceCountLimitExceededError

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

Constructors

AddOperationsRequest(IClientService, GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest, string)

Constructs a new AddOperations request.

Declaration
public AddOperationsRequest(IClientService service, GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest body, string resourceName)
Parameters
Type Name Description
IClientService service
GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest body
string resourceName

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

ResourceName

Required. The resource name of the batch job.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes AddOperations parameter list.

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

Implements

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