Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListIngressRulesResponse.
Response message for Firewall.ListIngressRules
.
Generated from protobuf message google.appengine.v1.ListIngressRulesResponse
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ingress_rules |
array<Google\Cloud\AppEngine\V1\FirewallRule>
The ingress FirewallRules for this application. |
↳ next_page_token |
string
Continuation token for fetching the next page of results. |
getIngressRules
The ingress FirewallRules for this application.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIngressRules
The ingress FirewallRules for this application.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AppEngine\V1\FirewallRule>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Continuation token for fetching the next page of results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Continuation token for fetching the next page of results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |