Google Cloud Appengine Admin V1 Client - Class ListIngressRulesResponse (1.3.0)

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 \ V1

Methods

__construct

Constructor.

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

setIngressRules

The ingress FirewallRules for this application.

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

getNextPageToken

Continuation token for fetching the next page of results.

Returns
TypeDescription
string

setNextPageToken

Continuation token for fetching the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this