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

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gateways array<Google\Cloud\ApiGateway\V1\Gateway>

Gateways.

↳ next_page_token string

Next page token.

↳ unreachable_locations array

Locations that could not be reached.

getGateways

Gateways.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setGateways

Gateways.

Parameter
NameDescription
var array<Google\Cloud\ApiGateway\V1\Gateway>
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