public sealed class ListExecutionsResponse : IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessage, IPageResponse<Execution>, IEnumerable<Execution>, IEnumerable
Response for the [ListExecutions][google.cloud.workflows.executions.v1.Executions.ListExecutions] method.
Implements
IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessage, IPageResponse<Execution>, IEnumerable<Execution>, IEnumerableNamespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Constructors
ListExecutionsResponse()
public ListExecutionsResponse()
ListExecutionsResponse(ListExecutionsResponse)
public ListExecutionsResponse(ListExecutionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListExecutionsResponse |
Properties
Executions
public RepeatedField<Execution> Executions { get; }
The executions which match the request.
Property Value | |
---|---|
Type | Description |
RepeatedField<Execution> |
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 |
Methods
GetEnumerator()
public IEnumerator<Execution> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Execution> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |