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 CreateExecutionRequest
CreateExecutionRequest.Builder. build()
CreateExecutionRequest
CreateExecutionRequest.Builder. buildPartial()
static CreateExecutionRequest
CreateExecutionRequest. getDefaultInstance()
CreateExecutionRequest
CreateExecutionRequest.Builder. getDefaultInstanceForType()
CreateExecutionRequest
CreateExecutionRequest. getDefaultInstanceForType()
static CreateExecutionRequest
CreateExecutionRequest. parseDelimitedFrom(InputStream input)
static CreateExecutionRequest
CreateExecutionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(byte[] data)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(InputStream input)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateExecutionRequest
CreateExecutionRequest. parseFrom(ByteBuffer data)
static CreateExecutionRequest
CreateExecutionRequest. 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 Execution
ExecutionsClient. createExecution(CreateExecutionRequest request)
Creates a new execution using the latest revision of the given workflow.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.Execution
ExecutionsGrpc.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.void
ExecutionsGrpc.ExecutionsStub. createExecution(CreateExecutionRequest request, io.grpc.stub.StreamObserver<Execution> responseObserver)
Creates a new execution using the latest revision of the given workflow.CreateExecutionRequest.Builder
CreateExecutionRequest.Builder. mergeFrom(CreateExecutionRequest other)
static CreateExecutionRequest.Builder
CreateExecutionRequest. 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.
-