Uses of Class
com.google.cloud.workflows.executions.v1beta.CreateExecutionRequest
-
Packages that use CreateExecutionRequest Package Description com.google.cloud.workflows.executions.v1beta A client to Workflow Executions APIcom.google.cloud.workflows.executions.v1beta.stub -
-
Uses of CreateExecutionRequest in com.google.cloud.workflows.executions.v1beta
Methods in com.google.cloud.workflows.executions.v1beta that return CreateExecutionRequest Modifier and Type Method Description CreateExecutionRequestCreateExecutionRequest.Builder. build()CreateExecutionRequestCreateExecutionRequest.Builder. buildPartial()static CreateExecutionRequestCreateExecutionRequest. getDefaultInstance()CreateExecutionRequestCreateExecutionRequest.Builder. getDefaultInstanceForType()CreateExecutionRequestCreateExecutionRequest. getDefaultInstanceForType()static CreateExecutionRequestCreateExecutionRequest. parseDelimitedFrom(InputStream input)static CreateExecutionRequestCreateExecutionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(byte[] data)static CreateExecutionRequestCreateExecutionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(com.google.protobuf.ByteString data)static CreateExecutionRequestCreateExecutionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateExecutionRequestCreateExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(InputStream input)static CreateExecutionRequestCreateExecutionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateExecutionRequestCreateExecutionRequest. parseFrom(ByteBuffer data)static CreateExecutionRequestCreateExecutionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workflows.executions.v1beta that return types with arguments of type CreateExecutionRequest Modifier and Type Method Description 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<CreateExecutionRequest,Execution>ExecutionsGrpc. getCreateExecutionMethod()com.google.protobuf.Parser<CreateExecutionRequest>CreateExecutionRequest. getParserForType()static com.google.protobuf.Parser<CreateExecutionRequest>CreateExecutionRequest. parser()Methods in com.google.cloud.workflows.executions.v1beta with parameters of type CreateExecutionRequest Modifier and Type Method Description ExecutionExecutionsClient. createExecution(CreateExecutionRequest request)Creates a new execution using the latest revision of the given workflow.default voidExecutionsGrpc.AsyncService. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Creates a new execution using the latest revision of the given workflow.ExecutionExecutionsGrpc.ExecutionsBlockingStub. createExecution(CreateExecutionRequest request)Creates a new execution using the latest revision of the given workflow.com.google.common.util.concurrent.ListenableFuture<Execution>ExecutionsGrpc.ExecutionsFutureStub. createExecution(CreateExecutionRequest request)Creates a new execution using the latest revision of the given workflow.voidExecutionsGrpc.ExecutionsStub. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)Creates a new execution using the latest revision of the given workflow.CreateExecutionRequest.BuilderCreateExecutionRequest.Builder. mergeFrom(CreateExecutionRequest other)static CreateExecutionRequest.BuilderCreateExecutionRequest. newBuilder(CreateExecutionRequest prototype) -
Uses of CreateExecutionRequest in com.google.cloud.workflows.executions.v1beta.stub
Methods in com.google.cloud.workflows.executions.v1beta.stub that return types with arguments of type CreateExecutionRequest Modifier and Type Method Description 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.
-