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 \ V2Methods
__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: |
↳ connection |
Google\Cloud\Dlp\V2\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 |
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. The format of this value varies depending on the scope of the request (project or organization):
|
connection |
Google\Cloud\Dlp\V2\Connection
Required. The connection resource. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\CreateConnectionRequest |