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

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
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIngressRules

The full list of ingress FirewallRules for this application.

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