Class: Google::Cloud::RecaptchaEnterprise::V1::ListKeysRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

The list keys request message.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns 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.



975
976
977
978
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 975

class ListKeysRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#page_token::String

Returns 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.



975
976
977
978
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 975

class ListKeysRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}.



975
976
977
978
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 975

class ListKeysRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end