public sealed class ListExecutionsResponse : IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessage, IPageResponse<Execution>, IEnumerable<Execution>, IEnumerable
Reference documentation and code samples for the Cloud Run Admin v2 API class ListExecutionsResponse.
Response message containing a list of Executions.
Implements
IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessage, IPageResponse<Execution>, IEnumerable<Execution>, IEnumerableNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ListExecutionsResponse()
public ListExecutionsResponse()
ListExecutionsResponse(ListExecutionsResponse)
public ListExecutionsResponse(ListExecutionsResponse other)
Name | Description |
other | ListExecutionsResponse |
Properties
Executions
public RepeatedField<Execution> Executions { get; }
The resulting list of Executions.
Type | Description |
RepeatedField<Execution> |
NextPageToken
public string NextPageToken { get; set; }
A token indicating there are more items than page_size. Use it in the next ListExecutions request to continue.
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<Execution> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Type | Description |
IEnumerator<Execution> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Type | Description |
IEnumerator |