Reference documentation and code samples for the Data Loss Prevention V2 Client class ListConnectionsRequest.
Request message for ListConnections.
Generated from protobuf message google.privacy.dlp.v2.ListConnectionsRequest
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Resource name of the organization or project, for example, organizations/433245324/locations/europe
or projects/project-id/locations/asia
.
↳ page_size
int
Optional. Number of results per page, max 1000.
↳ page_token
string
Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
↳ filter
string
Optional. Supported field/value: state
- MISSING|AVAILABLE|ERROR
getParent
Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe
or projects/project-id/locations/asia
.
string
setParent
Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe
or projects/project-id/locations/asia
.
var
string
$this
getPageSize
Optional. Number of results per page, max 1000.
int
setPageSize
Optional. Number of results per page, max 1000.
var
int
$this
getPageToken
Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
string
setPageToken
Optional. Page token from a previous page to return the next set of results. If set, all other request fields must match the original request.
var
string
$this
getFilter
Optional. Supported field/value: state
- MISSING|AVAILABLE|ERROR
string
setFilter
Optional. Supported field/value: state
- MISSING|AVAILABLE|ERROR
var
string
$this
static::build
parent
string
Required. Resource name of the organization or project, for
example, organizations/433245324/locations/europe
or projects/project-id/locations/asia
. Please see Google\Cloud\Dlp\V2\DlpServiceClient::organizationLocationName()
for help formatting this field.