Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListIngressRulesRequest.
Request message forFirewall.ListIngressRules.
Generated from protobuf messagegoogle.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Appengine Admin V1 Client - Class ListIngressRulesRequest (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-appengine-admin/latest/V1.ListIngressRulesRequest)\n- [2.0.3](/php/docs/reference/cloud-appengine-admin/2.0.3/V1.ListIngressRulesRequest)\n- [1.3.5](/php/docs/reference/cloud-appengine-admin/1.3.5/V1.ListIngressRulesRequest)\n- [1.2.2](/php/docs/reference/cloud-appengine-admin/1.2.2/V1.ListIngressRulesRequest)\n- [1.1.1](/php/docs/reference/cloud-appengine-admin/1.1.1/V1.ListIngressRulesRequest)\n- [1.0.6](/php/docs/reference/cloud-appengine-admin/1.0.6/V1.ListIngressRulesRequest) \nReference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ListIngressRulesRequest.\n\nRequest message for `Firewall.ListIngressRules`.\n\nGenerated from protobuf message `google.appengine.v1.ListIngressRulesRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AppEngine \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nName of the Firewall collection to retrieve.\n\nExample: `apps/myapp/firewall/ingressRules`.\n\n### setParent\n\nName of the Firewall collection to retrieve.\n\nExample: `apps/myapp/firewall/ingressRules`.\n\n### getPageSize\n\nMaximum results to return per page.\n\n### setPageSize\n\nMaximum results to return per page.\n\n### getPageToken\n\nContinuation token for fetching the next page of results.\n\n### setPageToken\n\nContinuation token for fetching the next page of results.\n\n### getMatchingAddress\n\nA valid IP Address. If set, only rules matching this address will be\nreturned. The first returned rule will be the rule that fires on requests\nfrom this IP.\n\n### setMatchingAddress\n\nA valid IP Address. If set, only rules matching this address will be\nreturned. The first returned rule will be the rule that fires on requests\nfrom this IP."]]