Class: Google::Cloud::Kms::V1::ListKeyHandlesRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/autokey.rb

Overview

Request message for Autokey.ListKeyHandles.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Optional. Filter to apply when listing KeyHandles, e.g. resource_type_selector="{SERVICE}.googleapis.com/{TYPE}".

Returns:

  • (::String)

    Optional. Filter to apply when listing KeyHandles, e.g. resource_type_selector="{SERVICE}.googleapis.com/{TYPE}".



106
107
108
109
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 106

class ListKeyHandlesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. Name of the resource project and location from which to list KeyHandles, e.g. projects/{PROJECT_ID}/locations/{LOCATION}.

Returns:

  • (::String)

    Required. Name of the resource project and location from which to list KeyHandles, e.g. projects/{PROJECT_ID}/locations/{LOCATION}.



106
107
108
109
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 106

class ListKeyHandlesRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end