Uses of Interface
com.google.cloud.workflows.executions.v1.ExecutionOrBuilder
-
Packages that use ExecutionOrBuilder Package Description com.google.cloud.workflows.executions.v1 A client to Workflow Executions API -
-
Uses of ExecutionOrBuilder in com.google.cloud.workflows.executions.v1
Classes in com.google.cloud.workflows.executions.v1 that implement ExecutionOrBuilder Modifier and Type Class Description classExecutionA running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).static classExecution.BuilderA running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).Methods in com.google.cloud.workflows.executions.v1 that return ExecutionOrBuilder Modifier and Type Method Description ExecutionOrBuilderCreateExecutionRequest.Builder. getExecutionOrBuilder()Required.ExecutionOrBuilderCreateExecutionRequest. getExecutionOrBuilder()Required.ExecutionOrBuilderCreateExecutionRequestOrBuilder. getExecutionOrBuilder()Required.ExecutionOrBuilderListExecutionsResponse.Builder. getExecutionsOrBuilder(int index)The executions which match the request.ExecutionOrBuilderListExecutionsResponse. getExecutionsOrBuilder(int index)The executions which match the request.ExecutionOrBuilderListExecutionsResponseOrBuilder. getExecutionsOrBuilder(int index)The executions which match the request.Methods in com.google.cloud.workflows.executions.v1 that return types with arguments of type ExecutionOrBuilder Modifier and Type Method Description List<? extends ExecutionOrBuilder>ListExecutionsResponse.Builder. getExecutionsOrBuilderList()The executions which match the request.List<? extends ExecutionOrBuilder>ListExecutionsResponse. getExecutionsOrBuilderList()The executions which match the request.List<? extends ExecutionOrBuilder>ListExecutionsResponseOrBuilder. getExecutionsOrBuilderList()The executions which match the request.
-