Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::CreateDiscoveryConfigRequest (v0.20.2)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::CreateDiscoveryConfigRequest.

Request message for CreateDiscoveryConfig.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#config_id

def config_id() -> ::String
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.

#config_id=

def config_id=(value) -> ::String
Parameter
  • value (::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.
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.

#discovery_config

def discovery_config() -> ::Google::Cloud::Dlp::V2::DiscoveryConfig
Returns

#discovery_config=

def discovery_config=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryConfig
Parameter
Returns

#parent

def parent() -> ::String
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
    

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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
    
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