Class: Google::Cloud::Dlp::V2::DataProfileLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DataProfileLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The data that will be profiled.
Instance Attribute Summary collapse
-
#folder_id ⇒ ::Integer
The ID of the folder within an organization to scan.
-
#organization_id ⇒ ::Integer
The ID of an organization to scan.
Instance Attribute Details
#folder_id ⇒ ::Integer
Returns The ID of the folder within an organization to scan.
4321 4322 4323 4324 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4321 class DataProfileLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization_id ⇒ ::Integer
Returns The ID of an organization to scan.
4321 4322 4323 4324 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4321 class DataProfileLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |