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].
Implements
IMessageListRunsResponse, IEquatableListRunsResponse, IDeepCloneableListRunsResponse, IBufferMessage, IMessage, IPageResponseRun, IEnumerableRun, IEnumerableNamespace
GoogleCloudGoogle.Cloud.DataCatalogGoogle.Cloud.DataCatalog.LineageV1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
ListRunsResponse()
public ListRunsResponse()
ListRunsResponse(ListRunsResponse)
public ListRunsResponse(ListRunsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListRunsResponse |
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 | |
---|---|
Type | Description |
string |
Runs
public RepeatedField<Run> Runs { get; }
The runs from the specified project and location.
Property Value | |
---|---|
Type | Description |
RepeatedFieldRun |
Methods
GetEnumerator()
public IEnumerator<Run> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorRun |