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.
data
array
Optional. Data for populating the Message object.
↳ connections
array< 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.
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.
$this
getNextPageToken
Token to retrieve the next page of results. An empty value means there are no more results.
string
setNextPageToken
Token to retrieve the next page of results. An empty value means there are no more results.
var
string
$this