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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb

Overview

Response message for KeyManagementService::ListCryptoKeys.

Instance Attribute Summary collapse

Instance Attribute Details

#crypto_keysArray<Google::Cloud::Kms::V1::CryptoKey>

Returns The list of CryptoKeys.

Returns:



147
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 147

class ListCryptoKeysResponse; end

#next_page_tokenString

Returns A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest#page_token to retrieve the next page of results.

Returns:



147
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 147

class ListCryptoKeysResponse; end

#total_sizeInteger

Returns The total number of CryptoKeys that matched the query.

Returns:

  • (Integer)

    The total number of CryptoKeys that matched the query.



147
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 147

class ListCryptoKeysResponse; end