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 for ListIpOverrides.
 *
 * Generated from protobuf message <code>google.cloud.recaptchaenterprise.v1.ListIpOverridesResponse</code>
 */
class ListIpOverridesResponse extends \Google\Protobuf\Internal\Message
{
    /**
     * IP Overrides details.
     *
     * Generated from protobuf field <code>repeated .google.cloud.recaptchaenterprise.v1.IpOverrideData ip_overrides = 1;</code>
     */
    private $ip_overrides;
    /**
     * Token to retrieve the next page of results. If this field is empty, no keys
     * remain in the 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\IpOverrideData>|\Google\Protobuf\Internal\RepeatedField $ip_overrides
     *           IP Overrides details.
     *     @type string $next_page_token
     *           Token to retrieve the next page of results. If this field is empty, no keys
     *           remain in the results.
     * }
     */
    public function __construct($data = NULL) {
        \GPBMetadata\Google\Cloud\Recaptchaenterprise\V1\Recaptchaenterprise::initOnce();
        parent::__construct($data);
    }

    /**
     * IP Overrides details.
     *
     * Generated from protobuf field <code>repeated .google.cloud.recaptchaenterprise.v1.IpOverrideData ip_overrides = 1;</code>
     * @return \Google\Protobuf\Internal\RepeatedField
     */
    public function getIpOverrides()
    {
        return $this->ip_overrides;
    }

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

        return $this;
    }

    /**
     * Token to retrieve the next page of results. If this field is empty, no keys
     * remain in the 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. If this field is empty, no keys
     * remain in the 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;
    }

}

© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration