Reference documentation and code samples for the Data Loss Prevention V2 Client class SearchConnectionsResponse.
Response message for SearchConnections.
Generated from protobuf message google.privacy.dlp.v2.SearchConnectionsResponse
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connections |
array<Google\Cloud\Dlp\V2\Connection>
List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name. |
↳ next_page_token |
string
Token to retrieve the next page of results. An empty value means there are no more results. |
getConnections
List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set.
For full details of a Connection, call GetConnection with the name.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setConnections
List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set.
For full details of a Connection, call GetConnection with the name.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dlp\V2\Connection>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results. An empty value means there are no more results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results. An empty value means there are no more results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |