Data Loss Prevention V2 Client - Class CreateConnectionRequest (1.15.1)

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 in the format: projects/{project}/locations/{location}.

↳ connection Google\Cloud\Dlp\V2\Connection

Required. The connection resource.

getParent

Required. Parent resource name in the format: projects/{project}/locations/{location}.

Returns
Type Description
string

setParent

Required. Parent resource name in the format: projects/{project}/locations/{location}.

Parameter
Name Description
var string
Returns
Type Description
$this

getConnection

Required. The connection resource.

Returns
Type Description
Google\Cloud\Dlp\V2\Connection|null

hasConnection

clearConnection

setConnection

Required. The connection resource.

Parameter
Name Description
var Google\Cloud\Dlp\V2\Connection
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. Parent resource name in the format: projects/{project}/locations/{location}. Please see Google\Cloud\Dlp\V2\DlpServiceClient::locationName() for help formatting this field.

connection Google\Cloud\Dlp\V2\Connection

Required. The connection resource.

Returns
Type Description
Google\Cloud\Dlp\V2\CreateConnectionRequest