Class: Google::Cloud::Kms::V1::ListKeyHandlesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListKeyHandlesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/autokey.rb
Overview
Response message for Autokey.ListKeyHandles.
Instance Attribute Summary collapse
-
#key_handles ⇒ ::Array<::Google::Cloud::Kms::V1::KeyHandle>
Resulting KeyHandles.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
Instance Attribute Details
#key_handles ⇒ ::Array<::Google::Cloud::Kms::V1::KeyHandle>
Returns Resulting KeyHandles.
135 136 137 138 |
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 135 class ListKeyHandlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.page_token to retrieve the next page of results.
135 136 137 138 |
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 135 class ListKeyHandlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |