Cloud KMS V1 Client - Class ListImportJobsResponse (1.21.0)

Reference documentation and code samples for the Cloud KMS V1 Client class ListImportJobsResponse.

Response message for KeyManagementService.ListImportJobs.

Generated from protobuf message google.cloud.kms.v1.ListImportJobsResponse

Namespace

Google \ Cloud \ Kms \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ import_jobs array<Google\Cloud\Kms\V1\ImportJob>

The list of ImportJobs.

↳ next_page_token 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 int

The total number of ImportJobs that matched the query.

getImportJobs

The list of ImportJobs.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setImportJobs

The list of ImportJobs.

Parameter
NameDescription
var array<Google\Cloud\Kms\V1\ImportJob>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTotalSize

The total number of ImportJobs that matched the query.

Returns
TypeDescription
int

setTotalSize

The total number of ImportJobs that matched the query.

Parameter
NameDescription
var int
Returns
TypeDescription
$this