Class: Google::Cloud::Dlp::V2::DiscoveryStartingLocation

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#folder_id::Integer

Returns The ID of the Folder within an organization to scan.

Returns:

  • (::Integer)

    The ID of the Folder within an organization to scan.



4431
4432
4433
4434
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4431

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

#organization_id::Integer

Returns The ID of an organization to scan.

Returns:

  • (::Integer)

    The ID of an organization to scan.



4431
4432
4433
4434
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 4431

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