Class: Google::Cloud::Kms::V1::ListCryptoKeyVersionsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_key_versions::Array<::Google::Cloud::Kms::V1::CryptoKeyVersion>

Returns The list of CryptoKeyVersions.

Returns:



229
230
231
232
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 229

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

Returns:



229
230
231
232
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 229

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

#total_size::Integer

Returns The total number of CryptoKeyVersions that matched the query.

Returns:



229
230
231
232
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 229

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