Class: Google::Cloud::Kms::V1::ListCryptoKeysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListCryptoKeysResponse
- Defined in:
- lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb
Overview
Response message for KeyManagementService::ListCryptoKeys.
Instance Attribute Summary collapse
-
#crypto_keys ⇒ Array<Google::Cloud::Kms::V1::CryptoKey>
The list of CryptoKeys.
-
#next_page_token ⇒ String
A token to retrieve next page of results.
-
#total_size ⇒ Integer
The total number of CryptoKeys that matched the query.
Instance Attribute Details
#crypto_keys ⇒ Array<Google::Cloud::Kms::V1::CryptoKey>
Returns The list of CryptoKeys.
95 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 95 class ListCryptoKeysResponse; 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.
95 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 95 class ListCryptoKeysResponse; end |
#total_size ⇒ Integer
Returns The total number of CryptoKeys that matched the query.
95 |
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 95 class ListCryptoKeysResponse; end |