Class: Google::Cloud::Kms::Inventory::V1::ListCryptoKeysRequest

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

Request message for KeyDashboardService.ListCryptoKeys.

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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/*.

Returns:

  • (::String)

    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