Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class GetIngressRuleRequest.
Request message for Firewall.GetIngressRule.
Generated from protobuf message google.appengine.v1.GetIngressRuleRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Name of the Firewall resource to retrieve. Example: |
getName
Name of the Firewall resource to retrieve.
Example: apps/myapp/firewall/ingressRules/100.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Name of the Firewall resource to retrieve.
Example: apps/myapp/firewall/ingressRules/100.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|