Reference documentation and code samples for the KMS Inventory V1 API class Google::Cloud::Kms::Inventory::V1::ListCryptoKeysResponse.
Response message for KeyDashboardService.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) — The page token returned from the previous response if the next page is desired.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — The page token returned from the previous response if the next page is desired.
    Returns
    
- (::String) — The page token returned from the previous response if the next page is desired.