Class: Google::Cloud::Kms::V1::ListKeyHandlesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListKeyHandlesRequest
- 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
-
#filter ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. Filter to apply when listing
KeyHandles, e.g.
resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"
.
120 121 122 123 |
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 120 class ListKeyHandlesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Optional limit on the number of KeyHandles to include in the response. The service may return fewer than this value. Further KeyHandles can subsequently be obtained by including the ListKeyHandlesResponse.next_page_token in a subsequent request. If unspecified, at most 100 KeyHandles will be returned.
120 121 122 123 |
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 120 class ListKeyHandlesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. Optional pagination token, returned earlier via ListKeyHandlesResponse.next_page_token.
120 121 122 123 |
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 120 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}
.
120 121 122 123 |
# File 'proto_docs/google/cloud/kms/v1/autokey.rb', line 120 class ListKeyHandlesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |