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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setApiConfigs
API Configs.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ApiGateway\V1\ApiConfig>
|
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 |