public sealed class BigQueryAuditMetadata.Types.JobConfig.Types.Extract : IMessage<BigQueryAuditMetadata.Types.JobConfig.Types.Extract>, IEquatable<BigQueryAuditMetadata.Types.JobConfig.Types.Extract>, IDeepCloneable<BigQueryAuditMetadata.Types.JobConfig.Types.Extract>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Audit API class BigQueryAuditMetadata.Types.JobConfig.Types.Extract.
Extract job configuration.
Implements
IMessageBigQueryAuditMetadataTypesJobConfigTypesExtract, IEquatableBigQueryAuditMetadataTypesJobConfigTypesExtract, IDeepCloneableBigQueryAuditMetadataTypesJobConfigTypesExtract, IBufferMessage, IMessageNamespace
Google.Cloud.AuditAssembly
Google.Cloud.Audit.dll
Constructors
Extract()
public Extract()
Extract(Extract)
public Extract(BigQueryAuditMetadata.Types.JobConfig.Types.Extract other)
Parameter | |
---|---|
Name | Description |
other | BigQueryAuditMetadataTypesJobConfigTypesExtract |
Properties
DestinationUris
public RepeatedField<string> DestinationUris { get; }
URIs where extracted data should be written. Entire list is truncated if exceeds 50K.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
DestinationUrisTruncated
public bool DestinationUrisTruncated { get; set; }
True if the destination_URIs field was truncated.
Property Value | |
---|---|
Type | Description |
bool |
HasSourceModel
public bool HasSourceModel { get; }
Gets whether the "source_model" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSourceTable
public bool HasSourceTable { get; }
Gets whether the "source_table" field is set
Property Value | |
---|---|
Type | Description |
bool |
SourceCase
public BigQueryAuditMetadata.Types.JobConfig.Types.Extract.SourceOneofCase SourceCase { get; }
Property Value | |
---|---|
Type | Description |
BigQueryAuditMetadataTypesJobConfigTypesExtractSourceOneofCase |
SourceModel
public string SourceModel { get; set; }
The source model.
Property Value | |
---|---|
Type | Description |
string |
SourceTable
public string SourceTable { get; set; }
The source table.
Property Value | |
---|---|
Type | Description |
string |