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 (readonly)

Returns Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project.

Returns:

  • (::String)

    Output only. An identifying string to the type of resource being profiled. Current values: google/bigquery/table, google/project



5874
5875
5876
5877
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5874

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