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:



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.

Returns:



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