Class: Google::Cloud::AppEngine::V1::BatchUpdateIngressRulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::BatchUpdateIngressRulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Response message for Firewall.UpdateAllIngressRules
.
Instance Attribute Summary collapse
-
#ingress_rules ⇒ ::Array<::Google::Cloud::AppEngine::V1::FirewallRule>
The full list of ingress FirewallRules for this application.
Instance Attribute Details
#ingress_rules ⇒ ::Array<::Google::Cloud::AppEngine::V1::FirewallRule>
Returns The full list of ingress FirewallRules for this application.
342 343 344 345 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 342 class BatchUpdateIngressRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |