Cloud Key Management Service (KMS) V1 API - Class Google::Cloud::Kms::V1::ListImportJobsResponse (v0.12.0)

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

#import_jobs=

def import_jobs=(value) -> ::Array<::Google::Cloud::Kms::V1::ImportJob>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
Returns

#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.