public sealed class BigQueryTable : IMessage<BigQueryTable>, IEquatable<BigQueryTable>, IDeepCloneable<BigQueryTable>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BigQueryTable.
Message defining the location of a BigQuery table. A table is uniquely
identified  by its project_id, dataset_id, and table_name. Within a query
a table is often referenced with a string in the format of:
<project_id>:<dataset_id>.<table_id> or
<project_id>.<dataset_id>.<table_id>.
Implements
IMessageBigQueryTable, IEquatableBigQueryTable, IDeepCloneableBigQueryTable, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
BigQueryTable()
public BigQueryTable()BigQueryTable(BigQueryTable)
public BigQueryTable(BigQueryTable other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        BigQueryTable | 
      
Properties
DatasetId
public string DatasetId { get; set; }Dataset ID of the table.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
ProjectId
public string ProjectId { get; set; }The Google Cloud project ID of the project containing the table. If omitted, project ID is inferred from the API call.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
TableId
public string TableId { get; set; }Name of the table.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |