Data Lineage v1 API - Class ListRunsResponse (1.3.0)

public sealed class ListRunsResponse : IMessage<ListRunsResponse>, IEquatable<ListRunsResponse>, IDeepCloneable<ListRunsResponse>, IBufferMessage, IMessage, IPageResponse<Run>, IEnumerable<Run>, IEnumerable

Reference documentation and code samples for the Data Lineage v1 API class ListRunsResponse.

Response message for [ListRuns][google.cloud.datacatalog.lineage.v1.ListRuns].

Inheritance

object > ListRunsResponse

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

ListRunsResponse()

public ListRunsResponse()

ListRunsResponse(ListRunsResponse)

public ListRunsResponse(ListRunsResponse other)
Parameter
NameDescription
otherListRunsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The token to specify as page_token in the next call to get the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Runs

public RepeatedField<Run> Runs { get; }

The runs from the specified project and location.

Property Value
TypeDescription
RepeatedFieldRun

Methods

GetEnumerator()

public IEnumerator<Run> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorRun