Data Lineage v1 API - Class ListRunsRequest (1.3.0)

public sealed class ListRunsRequest : IMessage<ListRunsRequest>, IEquatable<ListRunsRequest>, IDeepCloneable<ListRunsRequest>, IBufferMessage, IMessage, IPageRequest

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

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

Inheritance

object > ListRunsRequest

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

ListRunsRequest()

public ListRunsRequest()

ListRunsRequest(ListRunsRequest)

public ListRunsRequest(ListRunsRequest other)
Parameter
NameDescription
otherListRunsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of runs to return. The service may return fewer than this value. If unspecified, at most 50 runs are returned. The maximum value is 100; values greater than 100 are cut to 100.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The page token received from a previous ListRuns call. Specify it to get the next page.

When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of process that owns this collection of runs.

Property Value
TypeDescription
string

ParentAsProcessName

public ProcessName ParentAsProcessName { get; set; }

ProcessName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProcessName