Uses of Interface
com.google.cloud.dataform.v1alpha2.WorkflowInvocationActionOrBuilder
-
Packages that use WorkflowInvocationActionOrBuilder Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform API -
-
Uses of WorkflowInvocationActionOrBuilder in com.google.cloud.dataform.v1alpha2
Classes in com.google.cloud.dataform.v1alpha2 that implement WorkflowInvocationActionOrBuilder Modifier and Type Class Description class
WorkflowInvocationAction
Represents a single action in a workflow invocation.static class
WorkflowInvocationAction.Builder
Represents a single action in a workflow invocation.Methods in com.google.cloud.dataform.v1alpha2 that return WorkflowInvocationActionOrBuilder Modifier and Type Method Description WorkflowInvocationActionOrBuilder
QueryWorkflowInvocationActionsResponse.Builder. getWorkflowInvocationActionsOrBuilder(int index)
List of workflow invocation actions.WorkflowInvocationActionOrBuilder
QueryWorkflowInvocationActionsResponse. getWorkflowInvocationActionsOrBuilder(int index)
List of workflow invocation actions.WorkflowInvocationActionOrBuilder
QueryWorkflowInvocationActionsResponseOrBuilder. getWorkflowInvocationActionsOrBuilder(int index)
List of workflow invocation actions.Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type WorkflowInvocationActionOrBuilder Modifier and Type Method Description List<? extends WorkflowInvocationActionOrBuilder>
QueryWorkflowInvocationActionsResponse.Builder. getWorkflowInvocationActionsOrBuilderList()
List of workflow invocation actions.List<? extends WorkflowInvocationActionOrBuilder>
QueryWorkflowInvocationActionsResponse. getWorkflowInvocationActionsOrBuilderList()
List of workflow invocation actions.List<? extends WorkflowInvocationActionOrBuilder>
QueryWorkflowInvocationActionsResponseOrBuilder. getWorkflowInvocationActionsOrBuilderList()
List of workflow invocation actions.
-