Class: Google::Cloud::ApiGateway::V1::CreateGatewayRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiGateway::V1::CreateGatewayRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigateway/v1/apigateway.rb
Overview
Request message for ApiGatewayService.CreateGateway
Instance Attribute Summary collapse
-
#gateway ⇒ ::Google::Cloud::ApiGateway::V1::Gateway
Required.
-
#gateway_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#gateway ⇒ ::Google::Cloud::ApiGateway::V1::Gateway
353 354 355 356 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 353 class CreateGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gateway_id ⇒ ::String
353 354 355 356 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 353 class CreateGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
353 354 355 356 |
# File 'proto_docs/google/cloud/apigateway/v1/apigateway.rb', line 353 class CreateGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |