Class: Google::Cloud::Dlp::V2::DataSourceType

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

Overview

Message used to identify the type of resource being profiled.

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::String

Returns A string that identifies the type of resource being profiled. Current values:

  • google/bigquery/table
  • google/project
  • google/sql/table
  • google/gcs/bucket.

Returns:

  • (::String)

    A string that identifies the type of resource being profiled. Current values:

    • google/bigquery/table
    • google/project
    • google/sql/table
    • google/gcs/bucket


8173
8174
8175
8176
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8173

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