Google Cloud Appengine Admin V1 Client - Class BatchUpdateIngressRulesRequest (1.0.6)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class BatchUpdateIngressRulesRequest.

Request message for Firewall.BatchUpdateIngressRules.

Generated from protobuf message google.appengine.v1.BatchUpdateIngressRulesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the Firewall collection to set. Example: apps/myapp/firewall/ingressRules.

↳ ingress_rules array<Google\Cloud\AppEngine\V1\FirewallRule>

A list of FirewallRules to replace the existing set.

getName

Name of the Firewall collection to set.

Example: apps/myapp/firewall/ingressRules.

Returns
TypeDescription
string

setName

Name of the Firewall collection to set.

Example: apps/myapp/firewall/ingressRules.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIngressRules

A list of FirewallRules to replace the existing set.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIngressRules

A list of FirewallRules to replace the existing set.

Parameter
NameDescription
var array<Google\Cloud\AppEngine\V1\FirewallRule>
Returns
TypeDescription
$this