Google Cloud Recaptcha Enterprise V1 Client - Class ListFirewallPoliciesResponse (1.12.0)

Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ListFirewallPoliciesResponse.

Response to request to list firewall policies belonging to a project.

Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListFirewallPoliciesResponse

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ firewall_policies array<Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy>

Policy details.

↳ next_page_token string

Token to retrieve the next page of results. It is set to empty if no policies remain in results.

getFirewallPolicies

Policy details.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setFirewallPolicies

Policy details.

Parameter
Name Description
var array<Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy>
Returns
Type Description
$this

getNextPageToken

Token to retrieve the next page of results. It is set to empty if no policies remain in results.

Returns
Type Description
string

setNextPageToken

Token to retrieve the next page of results. It is set to empty if no policies remain in results.

Parameter
Name Description
var string
Returns
Type Description
$this