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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

Returns The list of CryptoKeys.

Returns:



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.

Returns:

  • (::String)

    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