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].
Implements
IPageResponseImportJob, IEnumerableImportJob, IEnumerable, IMessageListImportJobsResponse, IEquatableListImportJobsResponse, IDeepCloneableListImportJobsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListImportJobsResponse()
public ListImportJobsResponse()
ListImportJobsResponse(ListImportJobsResponse)
public ListImportJobsResponse(ListImportJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListImportJobsResponse |
Properties
ImportJobs
public RepeatedField<ImportJob> ImportJobs { get; }
The list of [ImportJobs][google.cloud.kms.v1.ImportJob].
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
TotalSize
public int TotalSize { get; set; }
The total number of [ImportJobs][google.cloud.kms.v1.ImportJob] that matched the query.
Property Value | |
---|---|
Type | Description |
int |
Methods
GetEnumerator()
public IEnumerator<ImportJob> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorImportJob |