Class: Google::Cloud::NetworkServices::V1::DeleteGatewayRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::DeleteGatewayRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/gateway.rb
Overview
Request used by the DeleteGateway method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the Gateway to delete. Must be in the format
projects/*/locations/*/gateways/*.
180 181 182 183 |
# File 'proto_docs/google/cloud/networkservices/v1/gateway.rb', line 180 class DeleteGatewayRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |