Class: Google::Cloud::RecaptchaEnterprise::V1::ListKeysResponse

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

Overview

Response to request to list keys in a project.

Instance Attribute Summary collapse

Instance Attribute Details

#keys::Array<::Google::Cloud::RecaptchaEnterprise::V1::Key>

Returns Key details.

Returns:



988
989
990
991
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 988

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

#next_page_token::String

Returns Token to retrieve the next page of results. It is set to empty if no keys remain in results.

Returns:

  • (::String)

    Token to retrieve the next page of results. It is set to empty if no keys remain in results.



988
989
990
991
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 988

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