Google Cloud Key Management Service v1 API - Class ListImportJobsResponse (3.10.0)

public sealed class ListImportJobsResponse : IPageResponse<ImportJob>, IEnumerable<ImportJob>, IEnumerable, IMessage<ListImportJobsResponse>, IEquatable<ListImportJobsResponse>, IDeepCloneable<ListImportJobsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ListImportJobsResponse.

Response message for [KeyManagementService.ListImportJobs][google.cloud.kms.v1.KeyManagementService.ListImportJobs].

Inheritance

object > ListImportJobsResponse

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

ListImportJobsResponse()

public ListImportJobsResponse()

ListImportJobsResponse(ListImportJobsResponse)

public ListImportJobsResponse(ListImportJobsResponse other)
Parameter
NameDescription
otherListImportJobsResponse

Properties

ImportJobs

public RepeatedField<ImportJob> ImportJobs { get; }

The list of [ImportJobs][google.cloud.kms.v1.ImportJob].

Property Value
TypeDescription
RepeatedFieldImportJob

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results. Pass this value in [ListImportJobsRequest.page_token][google.cloud.kms.v1.ListImportJobsRequest.page_token] to retrieve the next page of results.

Property Value
TypeDescription
string

TotalSize

public int TotalSize { get; set; }

The total number of [ImportJobs][google.cloud.kms.v1.ImportJob] that matched the query.

Property Value
TypeDescription
int

Methods

GetEnumerator()

public IEnumerator<ImportJob> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorImportJob