Class: Google::Cloud::Kms::V1::ListKeyRingsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb

Overview

Response message for KeyManagementService::ListKeyRings.

Instance Attribute Summary collapse

Instance Attribute Details

#key_ringsArray<Google::Cloud::Kms::V1::KeyRing>

Returns The list of KeyRings.

Returns:



104
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 104

class ListKeyRingsResponse; end

#next_page_tokenString

Returns A token to retrieve next page of results. Pass this value in ListKeyRingsRequest#page_token to retrieve the next page of results.

Returns:



104
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 104

class ListKeyRingsResponse; end

#total_sizeInteger

Returns The total number of KeyRings that matched the query.

Returns:

  • (Integer)

    The total number of KeyRings that matched the query.



104
# File 'lib/google/cloud/kms/v1/doc/google/cloud/kms/v1/service.rb', line 104

class ListKeyRingsResponse; end