Class: Google::Cloud::AppEngine::V1::GetIngressRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::GetIngressRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Firewall.GetIngressRule
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the Firewall resource to retrieve.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the Firewall resource to retrieve.
Example: apps/myapp/firewall/ingressRules/100
.
374 375 376 377 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 374 class GetIngressRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |