public sealed class BigQueryAuditMetadata.Types.JobInsertion : IMessage<BigQueryAuditMetadata.Types.JobInsertion>, IEquatable<BigQueryAuditMetadata.Types.JobInsertion>, IDeepCloneable<BigQueryAuditMetadata.Types.JobInsertion>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobInsertion.
Job insertion event.
Implements
IMessageBigQueryAuditMetadataTypesJobInsertion, IEquatableBigQueryAuditMetadataTypesJobInsertion, IDeepCloneableBigQueryAuditMetadataTypesJobInsertion, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobInsertion()
public JobInsertion()
JobInsertion(JobInsertion)
public JobInsertion(BigQueryAuditMetadata.Types.JobInsertion other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesJobInsertion |
Properties
Job
public BigQueryAuditMetadata.Types.Job Job { get; set; }
Job metadata.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJob |
Reason
public BigQueryAuditMetadata.Types.JobInsertion.Types.Reason Reason { get; set; }
Describes how the job was inserted.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobInsertionTypesReason |