Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ListKeyHandlesResponse.
Response message for Autokey.ListKeyHandles.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key_handles
def key_handles() -> ::Array<::Google::Cloud::Kms::V1::KeyHandle>
Returns
- (::Array<::Google::Cloud::Kms::V1::KeyHandle>) — Resulting KeyHandles.
#key_handles=
def key_handles=(value) -> ::Array<::Google::Cloud::Kms::V1::KeyHandle>
Parameter
- value (::Array<::Google::Cloud::Kms::V1::KeyHandle>) — Resulting KeyHandles.
Returns
- (::Array<::Google::Cloud::Kms::V1::KeyHandle>) — Resulting KeyHandles.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.page_token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.page_token to retrieve the next page of results.
Returns
- (::String) — A token to retrieve next page of results. Pass this value in ListKeyHandlesRequest.page_token to retrieve the next page of results.