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.
Implements
IMessage<BigQueryAuditMetadata.Types.JobConfig>, IEquatable<BigQueryAuditMetadata.Types.JobConfig>, IDeepCloneable<BigQueryAuditMetadata.Types.JobConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobConfig()
public JobConfig()
JobConfig(BigQueryAuditMetadata.Types.JobConfig)
public JobConfig(BigQueryAuditMetadata.Types.JobConfig other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadata.Types.JobConfig |
Properties
ConfigCase
public BigQueryAuditMetadata.Types.JobConfig.ConfigOneofCase ConfigCase { get; }
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobConfig.ConfigOneofCase |
ExtractConfig
public BigQueryAuditMetadata.Types.JobConfig.Types.Extract ExtractConfig { get; set; }
Extract job information.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobConfig.Types.Extract |
Labels
public MapField<string, string> Labels { get; }
Labels provided for the job.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
LoadConfig
public BigQueryAuditMetadata.Types.JobConfig.Types.Load LoadConfig { get; set; }
Load job information.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobConfig.Types.Load |
QueryConfig
public BigQueryAuditMetadata.Types.JobConfig.Types.Query QueryConfig { get; set; }
Query job information.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobConfig.Types.Query |
TableCopyConfig
public BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy TableCopyConfig { get; set; }
TableCopy job information.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy |
Type
public BigQueryAuditMetadata.Types.JobConfig.Types.Type Type { get; set; }
Job type.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadata.Types.JobConfig.Types.Type |