Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::ListIpOverridesRequest.
The ListIpOverrides request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — 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_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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
- (::Integer) — 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
def page_token() -> ::String
Returns
- (::String) — Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any.
Returns
- (::String) — Optional. The next_page_token value returned from a previous ListIpOverridesRequest, if any.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent key for which the IP overrides are listed, in the
format
projects/{project}/keys/{key}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent key for which the IP overrides are listed, in the
format
projects/{project}/keys/{key}
.
Returns
-
(::String) — Required. The parent key for which the IP overrides are listed, in the
format
projects/{project}/keys/{key}
.