public sealed class ListExecutionsResponse : IPageResponse<Execution>, IEnumerable<Execution>, IEnumerable, IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessage
Response for listing scheduled notebook executions
Implements
IPageResponse<Execution>, IEnumerable<Execution>, IEnumerable, IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
Google.Cloud.Notebooks.V1.dll
Constructors
ListExecutionsResponse()
public ListExecutionsResponse()
ListExecutionsResponse(ListExecutionsResponse)
public ListExecutionsResponse(ListExecutionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListExecutionsResponse |
Properties
Executions
public RepeatedField<Execution> Executions { get; }
A list of returned instances.
Property Value | |
---|---|
Type | Description |
RepeatedField<Execution> |
NextPageToken
public string NextPageToken { get; set; }
Page token that can be used to continue listing from the last result in the next list call.
Property Value | |
---|---|
Type | Description |
String |
Unreachable
public RepeatedField<string> Unreachable { get; }
Executions IDs that could not be reached. For example:
['projects/{project_id}/location/{location}/executions/imagenet_test1', 'projects/{project_id}/location/{location}/executions/classifier_train1']
Property Value | |
---|---|
Type | Description |
RepeatedField<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 |