Data Loss Prevention V2 Client - Class UpdateConnectionRequest (1.15.1)

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

Request message for UpdateConnection.

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

Namespace

Google \ Cloud \ Dlp \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name in the format: projects/{project}/locations/{location}/connections/{connection}.

↳ connection Google\Cloud\Dlp\V2\Connection

Required. The connection with new values for the relevant fields.

↳ update_mask Google\Protobuf\FieldMask

Optional. Mask to control which fields get updated.

getName

Required. Resource name in the format: projects/{project}/locations/{location}/connections/{connection}.

Returns
Type Description
string

setName

Required. Resource name in the format: projects/{project}/locations/{location}/connections/{connection}.

Parameter
Name Description
var string
Returns
Type Description
$this

getConnection

Required. The connection with new values for the relevant fields.

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

hasConnection

clearConnection

setConnection

Required. The connection with new values for the relevant fields.

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

getUpdateMask

Optional. Mask to control which fields get updated.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Mask to control which fields get updated.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

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

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