Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class ListGatewaysResponse.
Response message for ApiGatewayService.ListGateways
Generated from protobuf message google.cloud.apigateway.v1.ListGatewaysResponse
Namespace
Google \ Cloud \ ApiGateway \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gateways |
array<Gateway>
Gateways. |
↳ next_page_token |
string
Next page token. |
↳ unreachable_locations |
array
Locations that could not be reached. |
getGateways
Gateways.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setGateways
Gateways.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Gateway>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Next page token.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Next page token.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachableLocations
Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachableLocations
Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|