Reference documentation and code samples for the Google Cloud Recaptcha Enterprise V1 Client class ListIpOverridesRequest.
The ListIpOverrides request message.
Generated from protobuf message google.cloud.recaptchaenterprise.v1.ListIpOverridesRequest
Namespace
Google \ Cloud \ RecaptchaEnterprise \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent key for which the IP overrides are listed, in the format |
↳ page_size |
int
Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100. |
↳ page_token |
string
Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any. |
getParent
Required. The parent key for which the IP overrides are listed, in the
format projects/{project}/keys/{key}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent key for which the IP overrides are listed, in the
format projects/{project}/keys/{key}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Optional. The maximum number of overrides to return. Default is 10. Max limit is 100. If the number of overrides is less than the page_size, all overrides are returned. If the page size is more than 100, it is coerced to 100.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The parent key for which the IP overrides are listed, in the
format |
Returns | |
---|---|
Type | Description |
Google\Cloud\RecaptchaEnterprise\V1\ListIpOverridesRequest |