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 \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ import_jobs
↳ 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. This field is not populated if ListImportJobsRequest.filter is applied.
getImportJobs
The list of ImportJobs .
setImportJobs
The list of ImportJobs .
$this
getNextPageToken
A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.
string
setNextPageToken
A token to retrieve next page of results. Pass this value in ListImportJobsRequest.page_token to retrieve the next page of results.
var
string
$this
getTotalSize
The total number of ImportJobs that matched the query.
This field is not populated if ListImportJobsRequest.filter is applied.
int
setTotalSize
The total number of ImportJobs that matched the query.
This field is not populated if ListImportJobsRequest.filter is applied.
var
int
$this