Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ListKeyHandlesRequest.
Request message for Autokey.ListKeyHandles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
-
(::String) — Optional. Filter to apply when listing
KeyHandles, e.g.
resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"
.
#filter=
def filter=(value) -> ::String
Parameter
-
value (::String) — 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}"
.
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — 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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — 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.
Returns
- (::Integer) — 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.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. Optional pagination token, returned earlier via ListKeyHandlesResponse.next_page_token.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. Optional pagination token, returned earlier via ListKeyHandlesResponse.next_page_token.
Returns
- (::String) — Optional. Optional pagination token, returned earlier via ListKeyHandlesResponse.next_page_token.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Name of the resource project and location from which to list
KeyHandles, e.g.
projects/{PROJECT_ID}/locations/{LOCATION}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — 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}
.