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
Instance Attribute Details
#key_handles ⇒ ::Array<::Google::Cloud::Kms::V1::KeyHandle>
Returns Resulting KeyHandles.
116 117 118 119 |
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 116 class ListKeyHandlesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |