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

Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ListCryptoKeyVersionsRequest.

Request message for KeyManagementService.ListCryptoKeyVersions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#filter

def filter() -> ::String
Returns

#filter=

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

#order_by

def order_by() -> ::String
Returns
  • (::String) — Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results.

#order_by=

def order_by=(value) -> ::String
Parameter
  • value (::String) — Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results.
Returns
  • (::String) — Optional. Specify how the results should be sorted. If not specified, the results will be sorted in the default order. For more information, see Sorting and filtering list results.

#page_size

def page_size() -> ::Integer
Returns

#page_size=

def page_size=(value) -> ::Integer
Parameter
Returns

#page_token

def page_token() -> ::String
Returns

#page_token=

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

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the CryptoKey to list, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the CryptoKey to list, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.
Returns
  • (::String) — Required. The resource name of the CryptoKey to list, in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.

#view

def view() -> ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionView
Returns

#view=

def view=(value) -> ::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionView
Parameter
Returns