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

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

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

Job insert response.

Inheritance

object > JobInsertResponse

Namespace

Google.Cloud.BigQuery.Logging.V1

Assembly

Google.Cloud.BigQuery.Logging.V1.dll

Constructors

JobInsertResponse()

public JobInsertResponse()

JobInsertResponse(JobInsertResponse)

public JobInsertResponse(JobInsertResponse other)
Parameter
NameDescription
otherJobInsertResponse

Properties

Resource

public Job Resource { get; set; }

Job insert response.

Property Value
TypeDescription
Job