Class CustomersResource.BatchJobsResource
The "batchJobs" collection of methods.
Inherited Members
Namespace: Google.Apis.SA360.v23
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class CustomersResource.BatchJobsResource
Constructors
BatchJobsResource(IClientService)
Constructs a new resource.
Declaration
public BatchJobsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
AddOperations(GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest, string)
Add operations to the batch job. List of thrown errors: AuthenticationError AuthorizationError BatchJobError HeaderError InternalError QuotaError RequestError ResourceCountLimitExceededError
Declaration
public virtual CustomersResource.BatchJobsResource.AddOperationsRequest AddOperations(GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest body, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesAddBatchJobOperationsRequest | body | The body of the request. |
| string | resourceName | Required. The resource name of the batch job. |
Returns
| Type | Description |
|---|---|
| CustomersResource.BatchJobsResource.AddOperationsRequest |
ListResults(string)
Returns the results of the batch job. The job must be done. Supports standard list paging. List of thrown errors: AuthenticationError AuthorizationError BatchJobError HeaderError InternalError QuotaError RequestError
Declaration
public virtual CustomersResource.BatchJobsResource.ListResultsRequest ListResults(string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | resourceName | Required. The resource name of the batch job whose results are being listed. |
Returns
| Type | Description |
|---|---|
| CustomersResource.BatchJobsResource.ListResultsRequest |
Mutate(GoogleAdsSearchads360V23ServicesMutateBatchJobRequest, string)
Mutates a batch job. List of thrown errors: AuthenticationError AuthorizationError HeaderError InternalError QuotaError RequestError ResourceCountLimitExceededError
Declaration
public virtual CustomersResource.BatchJobsResource.MutateRequest Mutate(GoogleAdsSearchads360V23ServicesMutateBatchJobRequest body, string customerId)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesMutateBatchJobRequest | body | The body of the request. |
| string | customerId | Required. The ID of the customer for which to create a batch job. |
Returns
| Type | Description |
|---|---|
| CustomersResource.BatchJobsResource.MutateRequest |
Run(GoogleAdsSearchads360V23ServicesRunBatchJobRequest, string)
Runs the batch job. The Operation.metadata field type is BatchJobMetadata. When finished, the long running operation will not contain errors or a response. Instead, use ListBatchJobResults to get the results of the job. List of thrown errors: AuthenticationError AuthorizationError BatchJobError HeaderError InternalError QuotaError RequestError
Declaration
public virtual CustomersResource.BatchJobsResource.RunRequest Run(GoogleAdsSearchads360V23ServicesRunBatchJobRequest body, string resourceName)
Parameters
| Type | Name | Description |
|---|---|---|
| GoogleAdsSearchads360V23ServicesRunBatchJobRequest | body | The body of the request. |
| string | resourceName | Required. The resource name of the BatchJob to run. |
Returns
| Type | Description |
|---|---|
| CustomersResource.BatchJobsResource.RunRequest |