Class: Google::Cloud::RecaptchaEnterprise::V1beta1::ListKeysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::ListKeysResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
Response to request to list keys in a project.
Instance Attribute Summary collapse
-
#keys ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1beta1::Key>
Key details.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results.
Instance Attribute Details
#keys ⇒ ::Array<::Google::Cloud::RecaptchaEnterprise::V1beta1::Key>
Returns Key details.
228 229 230 231 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 228 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.
228 229 230 231 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 228 class ListKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |