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:



285
286
287
288
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 285

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.



285
286
287
288
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 285

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