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

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

Request message for Firewall.UpdateIngressRule.

Generated from protobuf message google.appengine.v1.UpdateIngressRuleRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Name of the Firewall resource to update. Example: apps/myapp/firewall/ingressRules/100.

↳ rule Google\Cloud\AppEngine\V1\FirewallRule

A FirewallRule containing the updated resource

↳ update_mask Google\Protobuf\FieldMask

Standard field mask for the set of fields to be updated.

getName

Name of the Firewall resource to update.

Example: apps/myapp/firewall/ingressRules/100.

Returns
TypeDescription
string

setName

Name of the Firewall resource to update.

Example: apps/myapp/firewall/ingressRules/100.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getRule

A FirewallRule containing the updated resource

Returns
TypeDescription
Google\Cloud\AppEngine\V1\FirewallRule|null

hasRule

clearRule

setRule

A FirewallRule containing the updated resource

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

getUpdateMask

Standard field mask for the set of fields to be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Standard field mask for the set of fields to be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this