public sealed class ListPatchJobsResponse : IPageResponse<PatchJob>, IEnumerable<PatchJob>, IEnumerable, IMessage<ListPatchJobsResponse>, IEquatable<ListPatchJobsResponse>, IDeepCloneable<ListPatchJobsResponse>, IBufferMessage, IMessageA response message for listing patch jobs.
Implements
IPageResponse<PatchJob>, IEnumerable<PatchJob>, IEnumerable, IMessage<ListPatchJobsResponse>, System.IEquatable<ListPatchJobsResponse>, IDeepCloneable<ListPatchJobsResponse>, 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 |
RepeatedField<PatchJob> |
|
Methods
GetEnumerator()
public IEnumerator<PatchJob> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<PatchJob> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
System.Collections.IEnumerator |
|