Class: Google::Cloud::Kms::V1::ListCryptoKeyVersionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListCryptoKeyVersionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Response message for KeyManagementService.ListCryptoKeyVersions.
Instance Attribute Summary collapse
-
#crypto_key_versions ⇒ ::Array<::Google::Cloud::Kms::V1::CryptoKeyVersion>
The list of CryptoKeyVersions.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#total_size ⇒ ::Integer
The total number of CryptoKeyVersions that matched the query.
Instance Attribute Details
#crypto_key_versions ⇒ ::Array<::Google::Cloud::Kms::V1::CryptoKeyVersion>
Returns The list of CryptoKeyVersions.
229 230 231 232 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 229 class ListCryptoKeyVersionsResponse 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 ListCryptoKeyVersionsRequest.page_token to retrieve the next page of results.
229 230 231 232 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 229 class ListCryptoKeyVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of CryptoKeyVersions that matched the query.
229 230 231 232 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 229 class ListCryptoKeyVersionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |