public sealed class TableReference : IMessage<TableReference>, IEquatable<TableReference>, IDeepCloneable<TableReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TableReference.
Message defining the location of a BigQuery table with the projectId inferred from the parent project.
Implements
IMessageTableReference, IEquatableTableReference, IDeepCloneableTableReference, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TableReference()
public TableReference()
TableReference(TableReference)
public TableReference(TableReference other)
Parameter | |
---|---|
Name | Description |
other |
TableReference |
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, the project ID is inferred from the parent project. This field is required if the parent resource is an organization.
Property Value | |
---|---|
Type | Description |
string |
TableId
public string TableId { get; set; }
Name of the table.
Property Value | |
---|---|
Type | Description |
string |