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.
      5284 5285 5286 5287  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5284 class DiscoveryStartingLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#organization_id ⇒ ::Integer
Returns The ID of an organization to scan.
      5284 5285 5286 5287  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5284 class DiscoveryStartingLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |