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 \ V1Methods
__construct
Constructor.
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
.
string
setParent
Name of the Firewall collection to retrieve.
Example: apps/myapp/firewall/ingressRules
.
var
string
$this
getPageSize
Maximum results to return per page.
int
setPageSize
Maximum results to return per page.
var
int
$this
getPageToken
Continuation token for fetching the next page of results.
string
setPageToken
Continuation token for fetching the next page of results.
var
string
$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.
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.
var
string
$this