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