public sealed class QueryWorkflowInvocationActionsRequest : IMessage<QueryWorkflowInvocationActionsRequest>, IEquatable<QueryWorkflowInvocationActionsRequest>, IDeepCloneable<QueryWorkflowInvocationActionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Dataform v1 API class QueryWorkflowInvocationActionsRequest.
QueryWorkflowInvocationActions request message.
Implements
IMessageQueryWorkflowInvocationActionsRequest, IEquatableQueryWorkflowInvocationActionsRequest, IDeepCloneableQueryWorkflowInvocationActionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
QueryWorkflowInvocationActionsRequest()
public QueryWorkflowInvocationActionsRequest()QueryWorkflowInvocationActionsRequest(QueryWorkflowInvocationActionsRequest)
public QueryWorkflowInvocationActionsRequest(QueryWorkflowInvocationActionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
QueryWorkflowInvocationActionsRequest |
Properties
Name
public string Name { get; set; }Required. The workflow invocation's name.
| 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
QueryWorkflowInvocationActions call. Provide this to retrieve the
subsequent page.
When paginating, all other parameters provided to
QueryWorkflowInvocationActions, with the exception of page_size, must
match the call that provided the page token.
| Property Value | |
|---|---|
| Type | Description |
string |
|
WorkflowInvocationName
public WorkflowInvocationName WorkflowInvocationName { get; set; }WorkflowInvocationName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
WorkflowInvocationName |
|