Uses of Interface
com.google.cloud.workflows.executions.v1beta.ExecutionOrBuilder
-
Packages that use ExecutionOrBuilder Package Description com.google.cloud.workflows.executions.v1beta A client to Workflow Executions API -
-
Uses of ExecutionOrBuilder in com.google.cloud.workflows.executions.v1beta
Classes in com.google.cloud.workflows.executions.v1beta that implement ExecutionOrBuilder Modifier and Type Class Description classExecutionA running instance of a [Workflow][google.cloud.workflows.v1beta.Workflow].static classExecution.BuilderA running instance of a [Workflow][google.cloud.workflows.v1beta.Workflow].Methods in com.google.cloud.workflows.executions.v1beta 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.v1beta 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.
-