Data Loss Prevention V2 Client - Class CreateDiscoveryConfigRequest (2.4.1)

Reference documentation and code samples for the Data Loss Prevention V2 Client class CreateDiscoveryConfigRequest.

Request message for CreateDiscoveryConfig.

Generated from protobuf message google.privacy.dlp.v2.CreateDiscoveryConfigRequest

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name
Description
data
array

Optional. Data for populating the Message object.

↳ parent
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 identifier example-project , and specifies the europe-west3 location for processing data: parent=projects/example-project/locations/europe-west3

↳ discovery_config
DiscoveryConfig

Required. The DiscoveryConfig to create.

↳ config_id
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.

getParent

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 identifier example-project , and specifies the europe-west3 location for processing data: parent=projects/example-project/locations/europe-west3
Returns
Type
Description
string

setParent

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 identifier example-project , and specifies the europe-west3 location for processing data: parent=projects/example-project/locations/europe-west3
Parameter
Name
Description
var
string
Returns
Type
Description
$this

getDiscoveryConfig

Required. The DiscoveryConfig to create.

Returns
Type
Description

hasDiscoveryConfig

clearDiscoveryConfig

setDiscoveryConfig

Required. The DiscoveryConfig to create.

Parameter
Name
Description
Returns
Type
Description
$this

getConfigId

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
Type
Description
string

setConfigId

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.

Parameter
Name
Description
var
string
Returns
Type
Description
$this

static::build

Parameters
Name
Description
parent
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 identifier example-project , and specifies the europe-west3 location for processing data:

parent=projects/example-project/locations/europe-west3 Please see DlpServiceClient::locationName() for help formatting this field.

discoveryConfig
DiscoveryConfig

Required. The DiscoveryConfig to create.

Returns
Type
Description
Design a Mobile Site
View Site in Mobile | Classic
Share by: