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:



220
221
222
223
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 220

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:



220
221
222
223
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 220

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.

This field is not populated if ListKeyRingsRequest.filter is applied.

Returns:



220
221
222
223
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 220

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