Google Cloud Audit API - Class BigQueryAuditMetadata.Types.JobConfig (2.4.0)

public sealed class BigQueryAuditMetadata.Types.JobConfig : IMessage<BigQueryAuditMetadata.Types.JobConfig>, IEquatable<BigQueryAuditMetadata.Types.JobConfig>, IDeepCloneable<BigQueryAuditMetadata.Types.JobConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobConfig.

Job configuration. See the Jobs API resource for more details on individual fields.

Inheritance

object > BigQueryAuditMetadata.Types.JobConfig

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

JobConfig()

public JobConfig()

JobConfig(JobConfig)

public JobConfig(BigQueryAuditMetadata.Types.JobConfig other)
Parameter
NameDescription
otherBigQueryAuditMetadataTypesJobConfig

Properties

ConfigCase

public BigQueryAuditMetadata.Types.JobConfig.ConfigOneofCase ConfigCase { get; }
Property Value
TypeDescription
BigQueryAuditMetadataTypesJobConfigConfigOneofCase

ExtractConfig

public BigQueryAuditMetadata.Types.JobConfig.Types.Extract ExtractConfig { get; set; }

Extract job information.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobConfigTypesExtract

Labels

public MapField<string, string> Labels { get; }

Labels provided for the job.

Property Value
TypeDescription
MapFieldstringstring

LoadConfig

public BigQueryAuditMetadata.Types.JobConfig.Types.Load LoadConfig { get; set; }

Load job information.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobConfigTypesLoad

QueryConfig

public BigQueryAuditMetadata.Types.JobConfig.Types.Query QueryConfig { get; set; }

Query job information.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobConfigTypesQuery

TableCopyConfig

public BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy TableCopyConfig { get; set; }

TableCopy job information.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobConfigTypesTableCopy

Type

public BigQueryAuditMetadata.Types.JobConfig.Types.Type Type { get; set; }

Job type.

Property Value
TypeDescription
BigQueryAuditMetadataTypesJobConfigTypesType