Reference documentation and code samples for the Google Cloud Build V2 Client class ListConnectionsResponse.
Message for response to listing Connections.
Generated from protobuf message google.devtools.cloudbuild.v2.ListConnectionsResponse
Namespace
Google \ Cloud \ Build \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connections |
array<Google\Cloud\Build\V2\Connection>
The list of Connections. |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getConnections
The list of Connections.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setConnections
The list of Connections.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Build\V2\Connection>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |