Google Cloud Appengine Admin V1 Client - Class ListIngressRulesRequest (1.3.4)

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

Request message for Firewall.ListIngressRules.

Generated from protobuf message google.appengine.v1.ListIngressRulesRequest

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Name of the Firewall collection to retrieve. Example: apps/myapp/firewall/ingressRules.

↳ page_size int

Maximum results to return per page.

↳ page_token string

Continuation token for fetching the next page of results.

↳ matching_address string

A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

getParent

Name of the Firewall collection to retrieve.

Example: apps/myapp/firewall/ingressRules.

Returns
Type Description
string

setParent

Name of the Firewall collection to retrieve.

Example: apps/myapp/firewall/ingressRules.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Maximum results to return per page.

Returns
Type Description
int

setPageSize

Maximum results to return per page.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Continuation token for fetching the next page of results.

Returns
Type Description
string

setPageToken

Continuation token for fetching the next page of results.

Parameter
Name Description
var string
Returns
Type Description
$this

getMatchingAddress

A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

Returns
Type Description
string

setMatchingAddress

A valid IP Address. If set, only rules matching this address will be returned. The first returned rule will be the rule that fires on requests from this IP.

Parameter
Name Description
var string
Returns
Type Description
$this