Class: Google::Cloud::Kms::V1::ListKeyRingsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListKeyRingsResponse
- 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
-
#key_rings ⇒ ::Array<::Google::Cloud::Kms::V1::KeyRing>
The list of KeyRings.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#total_size ⇒ ::Integer
The total number of KeyRings that matched the query.
Instance Attribute Details
#key_rings ⇒ ::Array<::Google::Cloud::Kms::V1::KeyRing>
Returns The list of KeyRings.
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.
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 |