Class: Google::Cloud::AppEngine::V1::UpdateIngressRuleRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:



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