reCAPTCHA Enterprise V1 API - Class Google::Cloud::RecaptchaEnterprise::V1::ListKeysRequest (v0.19.0)

Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::ListKeysRequest.

The list keys 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 keys to return. Default is 10. Max limit is 1000.

#page_size=

def page_size=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.
Returns
  • (::Integer) — Optional. The maximum number of keys to return. Default is 10. Max limit is 1000.

#page_token

def page_token() -> ::String
Returns
  • (::String) — Optional. The next_page_token value returned from a previous. ListKeysRequest, if any.

#page_token=

def page_token=(value) -> ::String
Parameter
  • value (::String) — Optional. The next_page_token value returned from a previous. ListKeysRequest, if any.
Returns
  • (::String) — Optional. The next_page_token value returned from a previous. ListKeysRequest, if any.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the project that contains the keys that will be listed, in the format projects/{project}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project that contains the keys that will be listed, in the format projects/{project}.
Returns
  • (::String) — Required. The name of the project that contains the keys that will be listed, in the format projects/{project}.