Google Cloud Appengine Admin V1 Client - Class BatchUpdateIngressRulesResponse (1.3.5)

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

Response message for Firewall.UpdateAllIngressRules.

Generated from protobuf message google.appengine.v1.BatchUpdateIngressRulesResponse

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

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

The full list of ingress FirewallRules for this application.

getIngressRules

The full list of ingress FirewallRules for this application.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setIngressRules

The full list of ingress FirewallRules for this application.

Parameter
Name Description
var array<Google\Cloud\AppEngine\V1\FirewallRule>
Returns
Type Description
$this