Google Cloud Recaptcha Enterprise V1 Client - Class ListFirewallPoliciesResponse (1.7.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 key.

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

Namespace

Google \ Cloud \ RecaptchaEnterprise \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFirewallPolicies

Policy details.

Parameter
NameDescription
var array<Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this