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].
Implements
IMessageListRunsRequest, IEquatableListRunsRequest, IDeepCloneableListRunsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
ListRunsRequest()
public ListRunsRequest()
ListRunsRequest(ListRunsRequest)
public ListRunsRequest(ListRunsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListRunsRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The name of process that owns this collection of runs.
Property Value | |
---|---|
Type | Description |
string |
ParentAsProcessName
public ProcessName ParentAsProcessName { get; set; }
ProcessName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProcessName |