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.
Implements
IMessageBigQueryAuditMetadataTypesJobConfig, IEquatableBigQueryAuditMetadataTypesJobConfig, IDeepCloneableBigQueryAuditMetadataTypesJobConfig, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
JobConfig()
public JobConfig()
JobConfig(JobConfig)
public JobConfig(BigQueryAuditMetadata.Types.JobConfig other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesJobConfig |
Properties
ConfigCase
public BigQueryAuditMetadata.Types.JobConfig.ConfigOneofCase ConfigCase { get; }
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobConfigConfigOneofCase |
ExtractConfig
public BigQueryAuditMetadata.Types.JobConfig.Types.Extract ExtractConfig { get; set; }
Extract job information.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobConfigTypesExtract |
Labels
public MapField<string, string> Labels { get; }
Labels provided for the job.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
LoadConfig
public BigQueryAuditMetadata.Types.JobConfig.Types.Load LoadConfig { get; set; }
Load job information.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobConfigTypesLoad |
QueryConfig
public BigQueryAuditMetadata.Types.JobConfig.Types.Query QueryConfig { get; set; }
Query job information.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobConfigTypesQuery |
TableCopyConfig
public BigQueryAuditMetadata.Types.JobConfig.Types.TableCopy TableCopyConfig { get; set; }
TableCopy job information.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobConfigTypesTableCopy |
Type
public BigQueryAuditMetadata.Types.JobConfig.Types.Type Type { get; set; }
Job type.
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobConfigTypesType |