Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ListCryptoKeysResponse.
Response message for KeyManagementService.ListCryptoKeys.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#crypto_keys
def crypto_keys() -> ::Array<::Google::Cloud::Kms::V1::CryptoKey>
Returns
- (::Array<::Google::Cloud::Kms::V1::CryptoKey>) — The list of CryptoKeys.
#crypto_keys=
def crypto_keys=(value) -> ::Array<::Google::Cloud::Kms::V1::CryptoKey>
Parameter
- value (::Array<::Google::Cloud::Kms::V1::CryptoKey>) — The list of CryptoKeys.
Returns
- (::Array<::Google::Cloud::Kms::V1::CryptoKey>) — The list of CryptoKeys.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest.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 ListCryptoKeysRequest.page_token to retrieve the next page of results.
Returns
- (::String) — A token to retrieve next page of results. Pass this value in ListCryptoKeysRequest.page_token to retrieve the next page of results.
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — The total number of CryptoKeys that matched the query.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — The total number of CryptoKeys that matched the query.
Returns
- (::Integer) — The total number of CryptoKeys that matched the query.