public sealed class DatabaseResourceReference : IMessage<DatabaseResourceReference>, IEquatable<DatabaseResourceReference>, IDeepCloneable<DatabaseResourceReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DatabaseResourceReference.
Identifies a single database resource, like a table within a database.
Implements
IMessageDatabaseResourceReference, IEquatableDatabaseResourceReference, IDeepCloneableDatabaseResourceReference, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
DatabaseResourceReference()
public DatabaseResourceReference()
DatabaseResourceReference(DatabaseResourceReference)
public DatabaseResourceReference(DatabaseResourceReference other)
Parameter | |
---|---|
Name | Description |
other |
DatabaseResourceReference |
Properties
Database
public string Database { get; set; }
Required. Name of a database within the instance.
Property Value | |
---|---|
Type | Description |
string |
DatabaseResource
public string DatabaseResource { get; set; }
Required. Name of a database resource, for example, a table within the database.
Property Value | |
---|---|
Type | Description |
string |
Instance
public string Instance { get; set; }
Required. The instance where this resource is located. For example: Cloud SQL instance ID.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; set; }
Required. If within a project-level config, then this must match the config's project ID.
Property Value | |
---|---|
Type | Description |
string |