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

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setParent

Name of the Firewall collection to retrieve.

Example: apps/myapp/firewall/ingressRules.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Maximum results to return per page.

Returns
TypeDescription
int

setPageSize

Maximum results to return per page.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

Continuation token for fetching the next page of results.

Returns
TypeDescription
string

setPageToken

Continuation token for fetching the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this