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 \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Resource name in the format: projects/{project}/locations/{location}/connections/{connection}
.
↳ connection
↳ update_mask
getName
Required. Resource name in the format: projects/{project}/locations/{location}/connections/{connection}
.
string
setName
Required. Resource name in the format: projects/{project}/locations/{location}/connections/{connection}
.
var
string
$this
getConnection
Required. The connection with new values for the relevant fields.
hasConnection
clearConnection
setConnection
Required. The connection with new values for the relevant fields.
$this
getUpdateMask
Optional. Mask to control which fields get updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Mask to control which fields get updated.
$this
static::build
name
string
Required. Resource name in the format: projects/{project}/locations/{location}/connections/{connection}
. Please see DlpServiceClient::connectionName()
for help formatting this field.