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
Returns Required. Gateway resource.
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
Returns Required. Identifier to assign to the Gateway. Must be unique within scope of the parent resource.
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
Returns Required. Parent resource of the Gateway, of the form:
projects/*/locations/*
.
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 |