Reference documentation and code samples for the Data Loss Prevention V2 Client class ListConnectionsResponse.
Response message for ListConnections.
Generated from protobuf message google.privacy.dlp.v2.ListConnectionsResponse
Namespace
Google \ Cloud \ Dlp \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connections |
array<Connection>
List of connections. |
↳ 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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setConnections
List of connections.
| Parameter | |
|---|---|
| Name | Description |
var |
array<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 |
|