Google Cloud Data Loss Prevention v2 API - Class TableReference (4.9.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

TableId

public string TableId { get; set; }

Name of the table.

Property Value
Type Description
string