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

public sealed class 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(BigQueryAuditMetadata.Types.JobConfig)

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

Properties

ConfigCase

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

ExtractConfig

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

Extract job information.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.JobConfig.Types.Extract

Labels

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

Labels provided for the job.

Property Value
TypeDescription
MapField<String, String>

LoadConfig

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

Load job information.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.JobConfig.Types.Load

QueryConfig

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

Query job information.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.JobConfig.Types.Query

TableCopyConfig

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

TableCopy job information.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy

Type

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

Job type.

Property Value
TypeDescription
BigQueryAuditMetadata.Types.JobConfig.Types.Type