Reference documentation and code samples for the Cloud Key Management Service (KMS) V1 API class Google::Cloud::Kms::V1::ListImportJobsResponse.
Response message for KeyManagementService.ListImportJobs.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#import_jobs
def import_jobs() -> ::Array<::Google::Cloud::Kms::V1::ImportJob>
    Returns
    
  - (::Array<::Google::Cloud::Kms::V1::ImportJob>) — The list of ImportJobs.
#import_jobs=
def import_jobs=(value) -> ::Array<::Google::Cloud::Kms::V1::ImportJob>
    Parameter
    
  - value (::Array<::Google::Cloud::Kms::V1::ImportJob>) — The list of ImportJobs.
    Returns
    
  - (::Array<::Google::Cloud::Kms::V1::ImportJob>) — The list of ImportJobs.
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.
    Returns
    
  - (::String) — A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.
#total_size
def total_size() -> ::Integer
    Returns
    
  - (::Integer) — The total number of ImportJobs that matched the query.
#total_size=
def total_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The total number of ImportJobs that matched the query.
    Returns
    
- (::Integer) — The total number of ImportJobs that matched the query.