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
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the Firewall collection to set. Example: |
↳ ingress_rules |
array<FirewallRule>
A list of FirewallRules to replace the existing set. |
getName
Name of the Firewall collection to set.
Example: apps/myapp/firewall/ingressRules.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Name of the Firewall collection to set.
Example: apps/myapp/firewall/ingressRules.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIngressRules
A list of FirewallRules to replace the existing set.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setIngressRules
A list of FirewallRules to replace the existing set.
| Parameter | |
|---|---|
| Name | Description |
var |
array<FirewallRule>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|