Class: Google::Cloud::Kms::V1::ListCryptoKeysResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/service.rb

Overview

Response message for KeyManagementService.ListCryptoKeys.

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_keys::Array<::Google::Cloud::Kms::V1::CryptoKey>

Returns The list of CryptoKeys.

Returns:



209
210
211
212
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 209

class ListCryptoKeysResponse
  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 ListCryptoKeysRequest.page_token to retrieve the next page of results.

Returns:



209
210
211
212
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 209

class ListCryptoKeysResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_size::Integer

Returns The total number of CryptoKeys that matched the query.

Returns:

  • (::Integer)

    The total number of CryptoKeys that matched the query.



209
210
211
212
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 209

class ListCryptoKeysResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end