public sealed class ListPatchJobInstanceDetailsResponse : IPageResponse<PatchJobInstanceDetails>, IEnumerable<PatchJobInstanceDetails>, IEnumerable, IMessage<ListPatchJobInstanceDetailsResponse>, IEquatable<ListPatchJobInstanceDetailsResponse>, IDeepCloneable<ListPatchJobInstanceDetailsResponse>, IBufferMessage, IMessage
A response message for listing the instances details for a patch job.
Implements
IPageResponse<PatchJobInstanceDetails>, IEnumerable<PatchJobInstanceDetails>, IEnumerable, IMessage<ListPatchJobInstanceDetailsResponse>, System.IEquatable<ListPatchJobInstanceDetailsResponse>, IDeepCloneable<ListPatchJobInstanceDetailsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1Assembly
Google.Cloud.OsConfig.V1.dll
Constructors
ListPatchJobInstanceDetailsResponse()
public ListPatchJobInstanceDetailsResponse()
ListPatchJobInstanceDetailsResponse(ListPatchJobInstanceDetailsResponse)
public ListPatchJobInstanceDetailsResponse(ListPatchJobInstanceDetailsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPatchJobInstanceDetailsResponse |
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 |
PatchJobInstanceDetails
public RepeatedField<PatchJobInstanceDetails> PatchJobInstanceDetails { get; }
A list of instance status.
Property Value | |
---|---|
Type | Description |
RepeatedField<PatchJobInstanceDetails> |
Methods
GetEnumerator()
public IEnumerator<PatchJobInstanceDetails> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<PatchJobInstanceDetails> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
System.Collections.IEnumerator |