Class: Google::Cloud::Dlp::V2::DatabaseResourceReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Identifies a single database resource, like a table within a database.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Required. Name of a database within the instance.

Returns:

  • (::String)

    Required. Name of a database within the instance.



4571
4572
4573
4574
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4571

class DatabaseResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#database_resource::String

Returns Required. Name of a database resource, for example, a table within the database.

Returns:

  • (::String)

    Required. Name of a database resource, for example, a table within the database.



4571
4572
4573
4574
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4571

class DatabaseResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance::String

Returns Required. The instance where this resource is located. For example: Cloud SQL instance ID.

Returns:

  • (::String)

    Required. The instance where this resource is located. For example: Cloud SQL instance ID.



4571
4572
4573
4574
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4571

class DatabaseResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns Required. If within a project-level config, then this must match the config's project ID.

Returns:

  • (::String)

    Required. If within a project-level config, then this must match the config's project ID.



4571
4572
4573
4574
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4571

class DatabaseResourceReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end