Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ListIpOverridesResponse.
Response for ListIpOverrides.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListIpOverridesResponse
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ip_overrides |
array<Google\Cloud\RecaptchaEnterprise\V1\IpOverrideData>
IP Overrides details. |
↳ next_page_token |
string
Token to retrieve the next page of results. If this field is empty, no keys remain in the results. |
getIpOverrides
IP Overrides details.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setIpOverrides
IP Overrides details.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\RecaptchaEnterprise\V1\IpOverrideData>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
Token to retrieve the next page of results. If this field is empty, no keys remain in the results.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
Token to retrieve the next page of results. If this field is empty, no keys remain in the results.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |