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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/kms/v1/service.rb

Overview

Response message for KeyManagementService.ListKeyRings.

Instance Attribute Summary collapse

Instance Attribute Details

#key_rings::Array<::Google::Cloud::Kms::V1::KeyRing>

Returns The list of KeyRings.

Returns:



190
191
192
193
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 190

class ListKeyRingsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

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

Returns:



190
191
192
193
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 190

class ListKeyRingsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#total_size::Integer

Returns The total number of KeyRings that matched the query.

Returns:

  • (::Integer)

    The total number of KeyRings that matched the query.



190
191
192
193
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 190

class ListKeyRingsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end