Class ListExecutionsResponse (1.0.0-beta04)

public sealed class ListExecutionsResponse : IPageResponse<Execution>, IEnumerable<Execution>, IEnumerable, IMessage<ListExecutionsResponse>, IEquatable<ListExecutionsResponse>, IDeepCloneable<ListExecutionsResponse>, IBufferMessage, IMessage

Response for listing scheduled notebook executions

Inheritance

Object > ListExecutionsResponse

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

ListExecutionsResponse()

public ListExecutionsResponse()

ListExecutionsResponse(ListExecutionsResponse)

public ListExecutionsResponse(ListExecutionsResponse other)
Parameter
NameDescription
otherListExecutionsResponse

Properties

Executions

public RepeatedField<Execution> Executions { get; }

A list of returned instances.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Execution> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<Execution>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator