Reference documentation and code samples for the Google Cloud Api Gateway V1 Client class ConfigView.
Enum to control which fields should be included in the response.
Protobuf type google.cloud.apigateway.v1.GetApiConfigRequest.ConfigView
Namespace
Google \ Cloud \ ApiGateway \ V1 \ GetApiConfigRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONFIG_VIEW_UNSPECIFIED
Value: 0Generated from protobuf enum CONFIG_VIEW_UNSPECIFIED = 0;
BASIC
Value: 1Do not include configuration source files.
Generated from protobuf enum BASIC = 1;
FULL
Value: 2Include configuration source files.
Generated from protobuf enum FULL = 2;