Class: Google::Cloud::Kms::Inventory::V1::ListCryptoKeysRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::Inventory::V1::ListCryptoKeysRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/inventory/v1/key_dashboard_service.rb
Overview
Request message for KeyDashboardService.ListCryptoKeys.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of keys to return. The service may return fewer than this value. If unspecified, at most 1000 keys will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
40 41 42 43 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_dashboard_service.rb', line 40 class ListCryptoKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Pass this into a subsequent request in order to receive the next page of results.
40 41 42 43 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_dashboard_service.rb', line 40 class ListCryptoKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The Google Cloud project for which to retrieve key metadata, in
the format projects/*
.
40 41 42 43 |
# File 'proto_docs/google/cloud/kms/inventory/v1/key_dashboard_service.rb', line 40 class ListCryptoKeysRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |