Class: Google::Cloud::Kms::V1::ListImportJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Kms::V1::ListImportJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/kms/v1/service.rb
Overview
Response message for KeyManagementService.ListImportJobs.
Instance Attribute Summary collapse
-
#import_jobs ⇒ ::Array<::Google::Cloud::Kms::V1::ImportJob>
The list of ImportJobs.
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#total_size ⇒ ::Integer
The total number of ImportJobs that matched the query.
Instance Attribute Details
#import_jobs ⇒ ::Array<::Google::Cloud::Kms::V1::ImportJob>
Returns The list of ImportJobs.
248 249 250 251 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 248 class ListImportJobsResponse 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 ListImportJobsRequest.page_token to retrieve the next page of results.
248 249 250 251 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 248 class ListImportJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The total number of ImportJobs that matched the query.
248 249 250 251 |
# File 'proto_docs/google/cloud/kms/v1/service.rb', line 248 class ListImportJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |