Uses of Interface
com.google.cloud.workflows.v1.WorkflowOrBuilder
-
Packages that use WorkflowOrBuilder Package Description com.google.cloud.workflows.v1 A client to Workflows API -
-
Uses of WorkflowOrBuilder in com.google.cloud.workflows.v1
Classes in com.google.cloud.workflows.v1 that implement WorkflowOrBuilder Modifier and Type Class Description class
Workflow
Workflow program to be executed by Workflows.static class
Workflow.Builder
Workflow program to be executed by Workflows.Methods in com.google.cloud.workflows.v1 that return WorkflowOrBuilder Modifier and Type Method Description WorkflowOrBuilder
CreateWorkflowRequest.Builder. getWorkflowOrBuilder()
Required.WorkflowOrBuilder
CreateWorkflowRequest. getWorkflowOrBuilder()
Required.WorkflowOrBuilder
CreateWorkflowRequestOrBuilder. getWorkflowOrBuilder()
Required.WorkflowOrBuilder
UpdateWorkflowRequest.Builder. getWorkflowOrBuilder()
Required.WorkflowOrBuilder
UpdateWorkflowRequest. getWorkflowOrBuilder()
Required.WorkflowOrBuilder
UpdateWorkflowRequestOrBuilder. getWorkflowOrBuilder()
Required.WorkflowOrBuilder
ListWorkflowsResponse.Builder. getWorkflowsOrBuilder(int index)
The workflows that match the request.WorkflowOrBuilder
ListWorkflowsResponse. getWorkflowsOrBuilder(int index)
The workflows that match the request.WorkflowOrBuilder
ListWorkflowsResponseOrBuilder. getWorkflowsOrBuilder(int index)
The workflows that match the request.Methods in com.google.cloud.workflows.v1 that return types with arguments of type WorkflowOrBuilder Modifier and Type Method Description List<? extends WorkflowOrBuilder>
ListWorkflowsResponse.Builder. getWorkflowsOrBuilderList()
The workflows that match the request.List<? extends WorkflowOrBuilder>
ListWorkflowsResponse. getWorkflowsOrBuilderList()
The workflows that match the request.List<? extends WorkflowOrBuilder>
ListWorkflowsResponseOrBuilder. getWorkflowsOrBuilderList()
The workflows that match the request.
-