public sealed class ListWorkflowInvocationsRequest : IMessage<ListWorkflowInvocationsRequest>, IEquatable<ListWorkflowInvocationsRequest>, IDeepCloneable<ListWorkflowInvocationsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Dataform v1beta1 API class ListWorkflowInvocationsRequest.
ListWorkflowInvocations
request message.
Implements
IMessageListWorkflowInvocationsRequest, IEquatableListWorkflowInvocationsRequest, IDeepCloneableListWorkflowInvocationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ListWorkflowInvocationsRequest()
public ListWorkflowInvocationsRequest()
ListWorkflowInvocationsRequest(ListWorkflowInvocationsRequest)
public ListWorkflowInvocationsRequest(ListWorkflowInvocationsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListWorkflowInvocationsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter for the returned list.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. This field only supports ordering by name
. If unspecified, the
server will choose the ordering. If specified, the default order is
ascending for the name
field.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Maximum number of workflow invocations to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Page token received from a previous ListWorkflowInvocations
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListWorkflowInvocations
must match the call that provided the page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource of the WorkflowInvocation type. Must be in
the format projects/*/locations/*/repositories/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsRepositoryName
public RepositoryName ParentAsRepositoryName { get; set; }
RepositoryName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
RepositoryName |