Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class ListApisResponse.
Response message for ApiGatewayService.ListApis
Generated from protobuf message google.cloud.apigateway.v1.ListApisResponse
Namespace
Google \ Cloud \ ApiGateway \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ apis |
array<Google\Cloud\ApiGateway\V1\Api>
APIs. |
↳ next_page_token |
string
Next page token. |
↳ unreachable_locations |
array
Locations that could not be reached. |
getApis
APIs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setApis
APIs.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ApiGateway\V1\Api>
|
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 |