Reference documentation and code samples for the Data Loss Prevention V2 Client class SearchConnectionsRequest.
Request message for SearchConnections.
Generated from protobuf message google.privacy.dlp.v2.SearchConnectionsRequest
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Parent name, typically an organization, without location. For example: |
↳ 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: - |
getParent
Required. Parent name, typically an organization, without location.
For example: organizations/12345678
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Parent name, typically an organization, without location.
For example: organizations/12345678
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. Number of results per page, max 1000.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. Number of results per page, max 1000.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFilter
Optional. Supported field/value: - state
- MISSING|AVAILABLE|ERROR
Returns | |
---|---|
Type | Description |
string |
setFilter
Optional. Supported field/value: - state
- MISSING|AVAILABLE|ERROR
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. Parent name, typically an organization, without location.
For example: |
Returns | |
---|---|
Type | Description |
Google\Cloud\Dlp\V2\SearchConnectionsRequest |