Class: Google::Cloud::Dlp::V2::DiscoveryStartingLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::DiscoveryStartingLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The location to begin a discovery scan. Denotes an organization ID or folder ID within an organization.
Instance Attribute Summary collapse
-
#folder_id ⇒ ::Integer
The ID of the folder within an organization to be scanned.
-
#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 be scanned.
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.
5741 5742 5743 5744 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5741 class DiscoveryStartingLocation 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.
5741 5742 5743 5744 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5741 class DiscoveryStartingLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |