Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::UpdateIngressRuleRequest.
Request message for Firewall.UpdateIngressRule
.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Name of the Firewall resource to update.
Example:
apps/myapp/firewall/ingressRules/100
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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
.
#rule
def rule() -> ::Google::Cloud::AppEngine::V1::FirewallRule
Returns
- (::Google::Cloud::AppEngine::V1::FirewallRule) — A FirewallRule containing the updated resource
#rule=
def rule=(value) -> ::Google::Cloud::AppEngine::V1::FirewallRule
Parameter
- value (::Google::Cloud::AppEngine::V1::FirewallRule) — A FirewallRule containing the updated resource
Returns
- (::Google::Cloud::AppEngine::V1::FirewallRule) — A FirewallRule containing the updated resource
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Standard field mask for the set of fields to be updated.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Standard field mask for the set of fields to be updated.
Returns
- (::Google::Protobuf::FieldMask) — Standard field mask for the set of fields to be updated.