Data Loss Prevention V2 Client - Class CreateConnectionRequest (2.11.0)

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

Request message for CreateConnection.

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

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}

โ†ณ connection Connection

Required. The connection resource.

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}
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}
Parameter
Name Description
var string
Returns
Type Description
$this

getConnection

Required. The connection resource.

Returns
Type Description
Connection|null

hasConnection

clearConnection

setConnection

Required. The connection resource.

Parameter
Name Description
var Connection
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} Please see DlpServiceClient::organizationLocationName() for help formatting this field.
connection Connection

Required. The connection resource.

Returns
Type Description
CreateConnectionRequest