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
-
(::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
-
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.
-
(::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
- (::Google::Cloud::Dlp::V2::DiscoveryConfig) — Required. The DiscoveryConfig to create.
#discovery_config=
def discovery_config=(value) -> ::Google::Cloud::Dlp::V2::DiscoveryConfig
- value (::Google::Cloud::Dlp::V2::DiscoveryConfig) — Required. The DiscoveryConfig to create.
- (::Google::Cloud::Dlp::V2::DiscoveryConfig) — Required. The DiscoveryConfig to create.
#parent
def parent() -> ::String
-
(::String) —
Required. Parent resource name.
The format of this value varies depending on the scope of the request (project or organization):
- Projects scope:
projects/{project_id}/locations/{location_id}
- Organizations scope:
organizations/{org_id}/locations/{location_id}
The following example
parent
string specifies a parent project with the identifierexample-project
, and specifies theeurope-west3
location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope:
#parent=
def parent=(value) -> ::String
-
value (::String) —
Required. Parent resource name.
The format of this value varies depending on the scope of the request (project or organization):
- Projects scope:
projects/{project_id}/locations/{location_id}
- Organizations scope:
organizations/{org_id}/locations/{location_id}
The following example
parent
string specifies a parent project with the identifierexample-project
, and specifies theeurope-west3
location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope:
-
(::String) —
Required. Parent resource name.
The format of this value varies depending on the scope of the request (project or organization):
- Projects scope:
projects/{project_id}/locations/{location_id}
- Organizations scope:
organizations/{org_id}/locations/{location_id}
The following example
parent
string specifies a parent project with the identifierexample-project
, and specifies theeurope-west3
location for processing data:parent=projects/example-project/locations/europe-west3
- Projects scope: