Google Cloud Api Gateway V1 Client - Class ListApisResponse (1.1.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setApis

APIs.

Parameter
NameDescription
var array<Google\Cloud\ApiGateway\V1\Api>
Returns
TypeDescription
$this

getNextPageToken

Next page token.

Returns
TypeDescription
string

setNextPageToken

Next page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachableLocations

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachableLocations

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this