Copied!
<?php
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/recaptchaenterprise/v1/recaptchaenterprise.proto

namespace Google\Cloud\RecaptchaEnterprise\V1;

use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;

/**
 * Response to request to list firewall policies belonging to a project.
 *
 * Generated from protobuf message <code>google.cloud.recaptchaenterprise.v1.ListFirewallPoliciesResponse</code>
 */
class ListFirewallPoliciesResponse extends \Google\Protobuf\Internal\Message
{
    /**
     * Policy details.
     *
     * Generated from protobuf field <code>repeated .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policies = 1;</code>
     */
    private $firewall_policies;
    /**
     * Token to retrieve the next page of results. It is set to empty if no
     * policies remain in results.
     *
     * Generated from protobuf field <code>string next_page_token = 2;</code>
     */
    protected $next_page_token = '';

    /**
     * Constructor.
     *
     * @param array $data {
     *     Optional. Data for populating the Message object.
     *
     *     @type array<\Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy>|\Google\Protobuf\Internal\RepeatedField $firewall_policies
     *           Policy details.
     *     @type string $next_page_token
     *           Token to retrieve the next page of results. It is set to empty if no
     *           policies remain in results.
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Google\Cloud\Recaptchaenterprise\V1\Recaptchaenterprise::initOnce();
        parent::__construct($data);
    }

    /**
     * Policy details.
     *
     * Generated from protobuf field <code>repeated .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policies = 1;</code>
     * @return \Google\Protobuf\Internal\RepeatedField
     */
    public function getFirewallPolicies()
    {
        return $this->firewall_policies;
    }

    /**
     * Policy details.
     *
     * Generated from protobuf field <code>repeated .google.cloud.recaptchaenterprise.v1.FirewallPolicy firewall_policies = 1;</code>
     * @param array<\Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy>|\Google\Protobuf\Internal\RepeatedField $var
     * @return $this
     */
    public function setFirewallPolicies($var)
    {
        $arr = GPBUtil::checkRepeatedField($var, \Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Cloud\RecaptchaEnterprise\V1\FirewallPolicy::class);
        $this->firewall_policies = $arr;

        return $this;
    }

    /**
     * Token to retrieve the next page of results. It is set to empty if no
     * policies remain in results.
     *
     * Generated from protobuf field <code>string next_page_token = 2;</code>
     * @return string
     */
    public function getNextPageToken()
    {
        return $this->next_page_token;
    }

    /**
     * Token to retrieve the next page of results. It is set to empty if no
     * policies remain in results.
     *
     * Generated from protobuf field <code>string next_page_token = 2;</code>
     * @param string $var
     * @return $this
     */
    public function setNextPageToken($var)
    {
        GPBUtil::checkString($var, True);
        $this->next_page_token = $var;

        return $this;
    }

}

© 2026 Bruce Wells
Search Namespaces \ Classes
Configuration