Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesBatchJob

A list of mutates being processed asynchronously. The mutates are uploaded by the user. The mutates themselves aren't readable and the results of the job can only be read using BatchJobService.ListBatchJobResults.

Inheritance
object
GoogleAdsSearchads360V23ResourcesBatchJob
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesBatchJob : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Output only. ID of this batch job.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

LongRunningOperation

Output only. The resource name of the long-running operation that can be used to poll for completion. Only set when the batch job status is RUNNING or DONE.

Declaration
[JsonProperty("longRunningOperation")]
public virtual string LongRunningOperation { get; set; }
Property Value
Type Description
string

Metadata

Output only. Contains additional information about this batch job.

Declaration
[JsonProperty("metadata")]
public virtual GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata Metadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesBatchJobBatchJobMetadata

NextAddSequenceToken

Output only. The next sequence token to use when adding operations. Only set when the batch job status is PENDING.

Declaration
[JsonProperty("nextAddSequenceToken")]
public virtual string NextAddSequenceToken { get; set; }
Property Value
Type Description
string

ResourceName

Immutable. The resource name of the batch job. Batch job resource names have the form: customers/{customer_id}/batchJobs/{batch_job_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

Output only. Status of this batch job.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX