Google Cloud Api Gateway V1 Client - Class ConfigView (2.0.0-RC1)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CONFIG_VIEW_UNSPECIFIED

Value: 0

Generated from protobuf enum CONFIG_VIEW_UNSPECIFIED = 0;

BASIC

Value: 1

Do not include configuration source files.

Generated from protobuf enum BASIC = 1;

FULL

Value: 2

Include configuration source files.

Generated from protobuf enum FULL = 2;