Uses of Class
com.google.cloud.workflows.executions.v1beta.Execution
-
Packages that use Execution Package Description com.google.cloud.workflows.executions.v1beta A client to Workflow Executions APIcom.google.cloud.workflows.executions.v1beta.stub -
-
Uses of Execution in com.google.cloud.workflows.executions.v1beta
Methods in com.google.cloud.workflows.executions.v1beta that return Execution Modifier and Type Method Description Execution
Execution.Builder. build()
Execution
Execution.Builder. buildPartial()
Execution
ExecutionsClient. cancelExecution(CancelExecutionRequest request)
Cancels an execution of the given name.Execution
ExecutionsClient. cancelExecution(ExecutionName name)
Cancels an execution of the given name.Execution
ExecutionsClient. cancelExecution(String name)
Cancels an execution of the given name.Execution
ExecutionsGrpc.ExecutionsBlockingStub. cancelExecution(CancelExecutionRequest request)
Cancels an execution of the given name.Execution
ExecutionsClient. createExecution(CreateExecutionRequest request)
Creates a new execution using the latest revision of the given workflow.Execution
ExecutionsClient. createExecution(WorkflowName parent, Execution execution)
Creates a new execution using the latest revision of the given workflow.Execution
ExecutionsClient. createExecution(String parent, Execution execution)
Creates a new execution using the latest revision of the given workflow.Execution
ExecutionsGrpc.ExecutionsBlockingStub. createExecution(CreateExecutionRequest request)
Creates a new execution using the latest revision of the given workflow.static Execution
Execution. getDefaultInstance()
Execution
Execution.Builder. getDefaultInstanceForType()
Execution
Execution. getDefaultInstanceForType()
Execution
CreateExecutionRequest.Builder. getExecution()
Required.Execution
CreateExecutionRequest. getExecution()
Required.Execution
CreateExecutionRequestOrBuilder. getExecution()
Required.Execution
ExecutionsClient. getExecution(ExecutionName name)
Returns an execution of the given name.Execution
ExecutionsClient. getExecution(GetExecutionRequest request)
Returns an execution of the given name.Execution
ExecutionsClient. getExecution(String name)
Returns an execution of the given name.Execution
ExecutionsGrpc.ExecutionsBlockingStub. getExecution(GetExecutionRequest request)
Returns an execution of the given name.Execution
ListExecutionsResponse.Builder. getExecutions(int index)
The executions which match the request.Execution
ListExecutionsResponse. getExecutions(int index)
The executions which match the request.Execution
ListExecutionsResponseOrBuilder. getExecutions(int index)
The executions which match the request.static Execution
Execution. parseDelimitedFrom(InputStream input)
static Execution
Execution. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(byte[] data)
static Execution
Execution. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(com.google.protobuf.ByteString data)
static Execution
Execution. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(com.google.protobuf.CodedInputStream input)
static Execution
Execution. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(InputStream input)
static Execution
Execution. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Execution
Execution. parseFrom(ByteBuffer data)
static Execution
Execution. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.workflows.executions.v1beta that return types with arguments of type Execution Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Execution>
ExecutionsGrpc.ExecutionsFutureStub. cancelExecution(CancelExecutionRequest request)
Cancels an execution of the given name.com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>
ExecutionsClient. cancelExecutionCallable()
Cancels an execution of the given name.com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelExecutionRequest,Execution>
ExecutionsSettings.Builder. cancelExecutionSettings()
Returns the builder for the settings used for calls to cancelExecution.com.google.api.gax.rpc.UnaryCallSettings<CancelExecutionRequest,Execution>
ExecutionsSettings. cancelExecutionSettings()
Returns the object with the settings used for calls to cancelExecution.com.google.common.util.concurrent.ListenableFuture<Execution>
ExecutionsGrpc.ExecutionsFutureStub. createExecution(CreateExecutionRequest request)
Creates a new execution using the latest revision of the given workflow.com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>
ExecutionsClient. createExecutionCallable()
Creates a new execution using the latest revision of the given workflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,Execution>
ExecutionsSettings.Builder. createExecutionSettings()
Returns the builder for the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,Execution>
ExecutionsSettings. createExecutionSettings()
Returns the object with the settings used for calls to createExecution.static io.grpc.MethodDescriptor<CancelExecutionRequest,Execution>
ExecutionsGrpc. getCancelExecutionMethod()
static io.grpc.MethodDescriptor<CreateExecutionRequest,Execution>
ExecutionsGrpc. getCreateExecutionMethod()
com.google.common.util.concurrent.ListenableFuture<Execution>
ExecutionsGrpc.ExecutionsFutureStub. getExecution(GetExecutionRequest request)
Returns an execution of the given name.com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
ExecutionsClient. getExecutionCallable()
Returns an execution of the given name.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>
ExecutionsSettings.Builder. getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>
ExecutionsSettings. getExecutionSettings()
Returns the object with the settings used for calls to getExecution.List<Execution>
ListExecutionsResponse.Builder. getExecutionsList()
The executions which match the request.List<Execution>
ListExecutionsResponse. getExecutionsList()
The executions which match the request.List<Execution>
ListExecutionsResponseOrBuilder. getExecutionsList()
The executions which match the request.static io.grpc.MethodDescriptor<GetExecutionRequest,Execution>
ExecutionsGrpc. getGetExecutionMethod()
com.google.protobuf.Parser<Execution>
Execution. getParserForType()
static com.google.protobuf.Parser<Execution>
Execution. parser()
Methods in com.google.cloud.workflows.executions.v1beta with parameters of type Execution Modifier and Type Method Description ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. addExecutions(int index, Execution value)
The executions which match the request.ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. addExecutions(Execution value)
The executions which match the request.Execution
ExecutionsClient. createExecution(WorkflowName parent, Execution execution)
Creates a new execution using the latest revision of the given workflow.Execution
ExecutionsClient. createExecution(String parent, Execution execution)
Creates a new execution using the latest revision of the given workflow.CreateExecutionRequest.Builder
CreateExecutionRequest.Builder. mergeExecution(Execution value)
Required.Execution.Builder
Execution.Builder. mergeFrom(Execution other)
static Execution.Builder
Execution. newBuilder(Execution prototype)
CreateExecutionRequest.Builder
CreateExecutionRequest.Builder. setExecution(Execution value)
Required.ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. setExecutions(int index, Execution value)
The executions which match the request.Method parameters in com.google.cloud.workflows.executions.v1beta with type arguments of type Execution Modifier and Type Method Description ListExecutionsResponse.Builder
ListExecutionsResponse.Builder. addAllExecutions(Iterable<? extends Execution> values)
The executions which match the request.default void
ExecutionsGrpc.AsyncService. cancelExecution(CancelExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Cancels an execution of the given name.void
ExecutionsGrpc.ExecutionsStub. cancelExecution(CancelExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Cancels an execution of the given name.static com.google.api.core.ApiFuture<ExecutionsClient.ListExecutionsPagedResponse>
ExecutionsClient.ListExecutionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)
default void
ExecutionsGrpc.AsyncService. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Creates a new execution using the latest revision of the given workflow.void
ExecutionsGrpc.ExecutionsStub. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Creates a new execution using the latest revision of the given workflow.protected ExecutionsClient.ListExecutionsPage
ExecutionsClient.ListExecutionsPage. createPage(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, ListExecutionsResponse response)
com.google.api.core.ApiFuture<ExecutionsClient.ListExecutionsPage>
ExecutionsClient.ListExecutionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListExecutionsRequest,ListExecutionsResponse,Execution> context, com.google.api.core.ApiFuture<ListExecutionsResponse> futureResponse)
default void
ExecutionsGrpc.AsyncService. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Returns an execution of the given name.void
ExecutionsGrpc.ExecutionsStub. getExecution(GetExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Returns an execution of the given name. -
Uses of Execution in com.google.cloud.workflows.executions.v1beta.stub
Methods in com.google.cloud.workflows.executions.v1beta.stub that return types with arguments of type Execution Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>
ExecutionsStub. cancelExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>
GrpcExecutionsStub. cancelExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<CancelExecutionRequest,Execution>
HttpJsonExecutionsStub. cancelExecutionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CancelExecutionRequest,Execution>
ExecutionsStubSettings.Builder. cancelExecutionSettings()
Returns the builder for the settings used for calls to cancelExecution.com.google.api.gax.rpc.UnaryCallSettings<CancelExecutionRequest,Execution>
ExecutionsStubSettings. cancelExecutionSettings()
Returns the object with the settings used for calls to cancelExecution.com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>
ExecutionsStub. createExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>
GrpcExecutionsStub. createExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<CreateExecutionRequest,Execution>
HttpJsonExecutionsStub. createExecutionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,Execution>
ExecutionsStubSettings.Builder. createExecutionSettings()
Returns the builder for the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,Execution>
ExecutionsStubSettings. createExecutionSettings()
Returns the object with the settings used for calls to createExecution.com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
ExecutionsStub. getExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
GrpcExecutionsStub. getExecutionCallable()
com.google.api.gax.rpc.UnaryCallable<GetExecutionRequest,Execution>
HttpJsonExecutionsStub. getExecutionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,Execution>
ExecutionsStubSettings.Builder. getExecutionSettings()
Returns the builder for the settings used for calls to getExecution.com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution>
ExecutionsStubSettings. getExecutionSettings()
Returns the object with the settings used for calls to getExecution.
-