Class: Google::Cloud::ApiGateway::V1::GetApiConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::GetApiConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Request message for ApiGatewayService.GetApiConfig
Defined Under Namespace
Modules: ConfigView
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#view ⇒ ::Google::Cloud::ApiGateway::V1::GetApiConfigRequest::ConfigView
Specifies which fields of the API Config are returned in the response.
Instance Attribute Details
#name ⇒ ::String
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 520 class GetApiConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum to control which fields should be included in the response. module ConfigView CONFIG_VIEW_UNSPECIFIED = 0 # Do not include configuration source files. BASIC = 1 # Include configuration source files. FULL = 2 end end |
#view ⇒ ::Google::Cloud::ApiGateway::V1::GetApiConfigRequest::ConfigView
520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 520 class GetApiConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enum to control which fields should be included in the response. module ConfigView CONFIG_VIEW_UNSPECIFIED = 0 # Do not include configuration source files. BASIC = 1 # Include configuration source files. FULL = 2 end end |