Google Cloud Data Loss Prevention v2 API - Class TableReference (4.18.0)

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.

Inheritance

object > TableReference

Namespace

Google.Cloud.Dlp.V2

Assembly

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