Class: Google::Cloud::Kms::V1::ListKeyHandlesResponse

Inherits:
Object
  • Object
show all
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.

Returns:



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