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

Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class ListApiConfigsResponse.

Response message for ApiGatewayService.ListApiConfigs

Generated from protobuf message google.cloud.apigateway.v1.ListApiConfigsResponse

Namespace

Google \ Cloud \ ApiGateway \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ api_configs array<Google\Cloud\ApiGateway\V1\ApiConfig>

API Configs.

↳ next_page_token string

Next page token.

↳ unreachable_locations array

Locations that could not be reached.

getApiConfigs

API Configs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setApiConfigs

API Configs.

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