Class: Google::Cloud::Dlp::V2::CreateDiscoveryConfigRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Request message for CreateDiscoveryConfig.

Instance Attribute Summary collapse

Instance Attribute Details

#config_id::String

Returns The config ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.

Returns:

  • (::String)

    The config ID can contain uppercase and lowercase letters, numbers, and hyphens; that is, it must match the regular expression: [a-zA-Z\d-_]+. The maximum length is 100 characters. Can be empty to allow the system to generate one.



3735
3736
3737
3738
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3735

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

#discovery_config::Google::Cloud::Dlp::V2::DiscoveryConfig

Returns Required. The DiscoveryConfig to create.

Returns:



3735
3736
3737
3738
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3735

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

#parent::String

Returns Required. Parent resource name.

The format of this value is as follows: projects/PROJECT_ID/locations/LOCATION_ID

The following example parent string specifies a parent project with the identifier example-project, and specifies the europe-west3 location for processing data:

parent=projects/example-project/locations/europe-west3.

Returns:

  • (::String)

    Required. Parent resource name.

    The format of this value is as follows: projects/PROJECT_ID/locations/LOCATION_ID

    The following example parent string specifies a parent project with the identifier example-project, and specifies the europe-west3 location for processing data:

    parent=projects/example-project/locations/europe-west3
    


3735
3736
3737
3738
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3735

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