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

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
NameDescription
value mixed

static::value

Parameter
NameDescription
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;