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.
Implements
IMessage<JobQueryDoneResponse>, IEquatable<JobQueryDoneResponse>, IDeepCloneable<JobQueryDoneResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Logging.V1Assembly
Google.Cloud.BigQuery.Logging.V1.dll
Constructors
JobQueryDoneResponse()
public JobQueryDoneResponse()
JobQueryDoneResponse(JobQueryDoneResponse)
public JobQueryDoneResponse(JobQueryDoneResponse other)
Parameter | |
---|---|
Name | Description |
other | JobQueryDoneResponse |
Properties
Job
public Job Job { get; set; }
The job and status information.
The job completed if job.status.state
is DONE
.
Property Value | |
---|---|
Type | Description |
Job |