Reference documentation and code samples for the Google Cloud Apigee Connect V1 Client class ListConnectionsResponse.
The response for ListConnections.
Generated from protobuf message google.cloud.apigeeconnect.v1.ListConnectionsResponse
Namespace
Google \ Cloud \ ApigeeConnect \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ connections |
array<Google\Cloud\ApigeeConnect\V1\Connection>
A list of clients. |
↳ next_page_token |
string
A token that can be sent as |
getConnections
A list of clients.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setConnections
A list of clients.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ApigeeConnect\V1\Connection>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |