BigQuery Audit Data Logging v1 API - Class JobQueryDoneResponse (1.3.0)

public sealed class JobQueryDoneResponse : IMessage<JobQueryDoneResponse>, IEquatable<JobQueryDoneResponse>, IDeepCloneable<JobQueryDoneResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobQueryDoneResponse.

Job getQueryDone response.

Inheritance

object > JobQueryDoneResponse

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

JobQueryDoneResponse()

public JobQueryDoneResponse()

JobQueryDoneResponse(JobQueryDoneResponse)

public JobQueryDoneResponse(JobQueryDoneResponse other)
Parameter
NameDescription
otherJobQueryDoneResponse

Properties

Job

public Job Job { get; set; }

The job and status information. The job completed if job.status.state is DONE.

Property Value
TypeDescription
Job