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.
Note: The following fields are mutually exclusive: folder_id
, organization_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
4703 4704 4705 4706 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4703 class DataProfileLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#organization_id ⇒ ::Integer
Returns The ID of an organization to scan.
Note: The following fields are mutually exclusive: organization_id
, folder_id
. If a field in that set is populated, all other fields in the set will automatically be cleared.
4703 4704 4705 4706 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4703 class DataProfileLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |