Class: Google::Cloud::NetworkServices::V1::CreateGatewayRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::CreateGatewayRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/gateway.rb
Overview
Request used by the CreateGateway method.
Instance Attribute Summary collapse
-
#gateway ⇒ ::Google::Cloud::NetworkServices::V1::Gateway
Required.
-
#gateway_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#gateway ⇒ ::Google::Cloud::NetworkServices::V1::Gateway
Returns Required. Gateway resource to be created.
154 155 156 157 |
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 154 class CreateGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gateway_id ⇒ ::String
Returns Required. Short name of the Gateway resource to be created.
154 155 156 157 |
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 154 class CreateGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent resource of the Gateway. Must be in the
format projects/*/locations/*
.
154 155 156 157 |
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 154 class CreateGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |