Module: Google::Cloud::ApiGateway::V1::GetApiConfigRequest::ConfigView

Defined in:
proto_docs/google/cloud/apigateway/v1/apigateway.rb

Overview

Enum to control which fields should be included in the response.

Constant Summary collapse

CONFIG_VIEW_UNSPECIFIED =
0
BASIC =

Do not include configuration source files.

1
FULL =

Include configuration source files.

2