public sealed class ListAutomationRunsResponse : IMessage<ListAutomationRunsResponse>, IEquatable<ListAutomationRunsResponse>, IDeepCloneable<ListAutomationRunsResponse>, IBufferMessage, IMessage, IPageResponse<AutomationRun>, IEnumerable<AutomationRun>, IEnumerable
Reference documentation and code samples for the Google Cloud Deploy v1 API class ListAutomationRunsResponse.
The response object from ListAutomationRuns
.
Implements
IMessageListAutomationRunsResponse, IEquatableListAutomationRunsResponse, IDeepCloneableListAutomationRunsResponse, IBufferMessage, IMessage, IPageResponseAutomationRun, IEnumerableAutomationRun, IEnumerableNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
ListAutomationRunsResponse()
public ListAutomationRunsResponse()
ListAutomationRunsResponse(ListAutomationRunsResponse)
public ListAutomationRunsResponse(ListAutomationRunsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListAutomationRunsResponse |
Properties
AutomationRuns
public RepeatedField<AutomationRun> AutomationRuns { get; }
The AutomationRuns
objects.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAutomationRun |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<AutomationRun> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAutomationRun |