Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::BatchUpdateIngressRulesRequest.
Request message for Firewall.BatchUpdateIngressRules.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#ingress_rules
def ingress_rules() -> ::Array<::Google::Cloud::AppEngine::V1::FirewallRule> Returns 
 - (::Array<::Google::Cloud::AppEngine::V1::FirewallRule>) — A list of FirewallRules to replace the existing set.
 
#ingress_rules=
def ingress_rules=(value) -> ::Array<::Google::Cloud::AppEngine::V1::FirewallRule> Parameter 
 - value (::Array<::Google::Cloud::AppEngine::V1::FirewallRule>) — A list of FirewallRules to replace the existing set.
 
 Returns 
 - (::Array<::Google::Cloud::AppEngine::V1::FirewallRule>) — A list of FirewallRules to replace the existing set.
 
#name
def name() -> ::String Returns 
 -  (::String) — Name of the Firewall collection to set. Example: 
apps/myapp/firewall/ingressRules. 
#name=
def name=(value) -> ::String Parameter 
 -  value (::String) — Name of the Firewall collection to set. Example: 
apps/myapp/firewall/ingressRules. 
 Returns 
 -  (::String) — Name of the Firewall collection to set. Example: 
apps/myapp/firewall/ingressRules.