Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::ListCryptoKeysResponse (v0.14.0)

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

#crypto_keys=

def crypto_keys=(value) -> ::Array<::Google::Cloud::Kms::V1::CryptoKey>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
Returns

#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.