Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::ListRetiredResourcesResponse (v1.11.0)

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

Response message for KeyManagementService.ListRetiredResources.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

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

#retired_resources

def retired_resources() -> ::Array<::Google::Cloud::Kms::V1::RetiredResource>
Returns

#retired_resources=

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

#total_size

def total_size() -> ::Integer
Returns

#total_size=

def total_size=(value) -> ::Integer
Parameter
  • value (::Integer) — The total number of RetiredResources that matched the query.
Returns