Class: Google::Cloud::AppEngine::V1::UpdateIngressRuleRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::UpdateIngressRuleRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for Firewall.UpdateIngressRule
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the Firewall resource to update.
-
#rule ⇒ ::Google::Cloud::AppEngine::V1::FirewallRule
A FirewallRule containing the updated resource.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Standard field mask for the set of fields to be updated.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the Firewall resource to update.
Example: apps/myapp/firewall/ingressRules/100
.
390 391 392 393 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 390 class UpdateIngressRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rule ⇒ ::Google::Cloud::AppEngine::V1::FirewallRule
Returns A FirewallRule containing the updated resource.
390 391 392 393 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 390 class UpdateIngressRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Standard field mask for the set of fields to be updated.
390 391 392 393 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 390 class UpdateIngressRuleRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |