Class: Google::Cloud::Kms::Inventory::V1::ListCryptoKeysResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::Inventory::V1::ListCryptoKeysResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/inventory/v1/key_dashboard_service.rb
Overview
Response message for KeyDashboardService.ListCryptoKeys.
Instance Attribute Summary collapse
-
#crypto_keys ⇒ ::Array<::Google::Cloud::Kms::V1::CryptoKey>
The list of CryptoKeys.
-
#next_page_token ⇒ ::String
The page token returned from the previous response if the next page is desired.
Instance Attribute Details
#crypto_keys ⇒ ::Array<::Google::Cloud::Kms::V1::CryptoKey>
Returns The list of CryptoKeys.
54 55 56 57 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_dashboard_service.rb', line 54 class ListCryptoKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The page token returned from the previous response if the next page is desired.
54 55 56 57 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_dashboard_service.rb', line 54 class ListCryptoKeysResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |