Uses of Interface
com.google.cloud.dataform.v1alpha2.WorkflowInvocationOrBuilder
-
Packages that use WorkflowInvocationOrBuilder Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform API -
-
Uses of WorkflowInvocationOrBuilder in com.google.cloud.dataform.v1alpha2
Classes in com.google.cloud.dataform.v1alpha2 that implement WorkflowInvocationOrBuilder Modifier and Type Class Description class
WorkflowInvocation
Represents a single invocation of a compilation result.static class
WorkflowInvocation.Builder
Represents a single invocation of a compilation result.Methods in com.google.cloud.dataform.v1alpha2 that return WorkflowInvocationOrBuilder Modifier and Type Method Description WorkflowInvocationOrBuilder
CreateWorkflowInvocationRequest.Builder. getWorkflowInvocationOrBuilder()
Required.WorkflowInvocationOrBuilder
CreateWorkflowInvocationRequest. getWorkflowInvocationOrBuilder()
Required.WorkflowInvocationOrBuilder
CreateWorkflowInvocationRequestOrBuilder. getWorkflowInvocationOrBuilder()
Required.WorkflowInvocationOrBuilder
ListWorkflowInvocationsResponse.Builder. getWorkflowInvocationsOrBuilder(int index)
List of workflow invocations.WorkflowInvocationOrBuilder
ListWorkflowInvocationsResponse. getWorkflowInvocationsOrBuilder(int index)
List of workflow invocations.WorkflowInvocationOrBuilder
ListWorkflowInvocationsResponseOrBuilder. getWorkflowInvocationsOrBuilder(int index)
List of workflow invocations.Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type WorkflowInvocationOrBuilder Modifier and Type Method Description List<? extends WorkflowInvocationOrBuilder>
ListWorkflowInvocationsResponse.Builder. getWorkflowInvocationsOrBuilderList()
List of workflow invocations.List<? extends WorkflowInvocationOrBuilder>
ListWorkflowInvocationsResponse. getWorkflowInvocationsOrBuilderList()
List of workflow invocations.List<? extends WorkflowInvocationOrBuilder>
ListWorkflowInvocationsResponseOrBuilder. getWorkflowInvocationsOrBuilderList()
List of workflow invocations.
-