public sealed class ListPatchJobsResponse : IPageResponse<PatchJob>, IEnumerable<PatchJob>, IEnumerable, IMessage<ListPatchJobsResponse>, IEquatable<ListPatchJobsResponse>, IDeepCloneable<ListPatchJobsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1 API class ListPatchJobsResponse.
A response message for listing patch jobs.
Implements
IPageResponsePatchJob, IEnumerablePatchJob, IEnumerable, IMessageListPatchJobsResponse, IEquatableListPatchJobsResponse, IDeepCloneableListPatchJobsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListPatchJobsResponse()
public ListPatchJobsResponse()
ListPatchJobsResponse(ListPatchJobsResponse)
public ListPatchJobsResponse(ListPatchJobsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPatchJobsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
A pagination token that can be used to get the next page of results.
Property Value | |
---|---|
Type | Description |
string |
PatchJobs
public RepeatedField<PatchJob> PatchJobs { get; }
The list of patch jobs.
Property Value | |
---|---|
Type | Description |
RepeatedFieldPatchJob |
Methods
GetEnumerator()
public IEnumerator<PatchJob> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorPatchJob |