Uses of Class
com.google.cloud.workflows.v1.CreateWorkflowRequest
-
Packages that use CreateWorkflowRequest Package Description com.google.cloud.workflows.v1 A client to Workflows APIcom.google.cloud.workflows.v1.stub -
-
Uses of CreateWorkflowRequest in com.google.cloud.workflows.v1
Methods in com.google.cloud.workflows.v1 that return CreateWorkflowRequest Modifier and Type Method Description CreateWorkflowRequestCreateWorkflowRequest.Builder. build()CreateWorkflowRequestCreateWorkflowRequest.Builder. buildPartial()static CreateWorkflowRequestCreateWorkflowRequest. getDefaultInstance()CreateWorkflowRequestCreateWorkflowRequest.Builder. getDefaultInstanceForType()CreateWorkflowRequestCreateWorkflowRequest. getDefaultInstanceForType()static CreateWorkflowRequestCreateWorkflowRequest. parseDelimitedFrom(InputStream input)static CreateWorkflowRequestCreateWorkflowRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(byte[] data)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(com.google.protobuf.ByteString data)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(InputStream input)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(ByteBuffer data)static CreateWorkflowRequestCreateWorkflowRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.workflows.v1 that return types with arguments of type CreateWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateWorkflowRequest,com.google.longrunning.Operation>WorkflowsClient. createWorkflowCallable()Creates a new workflow.com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>WorkflowsClient. createWorkflowOperationCallable()Creates a new workflow.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateWorkflowRequest,Workflow,OperationMetadata>WorkflowsSettings.Builder. createWorkflowOperationSettings()Returns the builder for the settings used for calls to createWorkflow.com.google.api.gax.rpc.OperationCallSettings<CreateWorkflowRequest,Workflow,OperationMetadata>WorkflowsSettings. createWorkflowOperationSettings()Returns the object with the settings used for calls to createWorkflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWorkflowRequest,com.google.longrunning.Operation>WorkflowsSettings.Builder. createWorkflowSettings()Returns the builder for the settings used for calls to createWorkflow.com.google.api.gax.rpc.UnaryCallSettings<CreateWorkflowRequest,com.google.longrunning.Operation>WorkflowsSettings. createWorkflowSettings()Returns the object with the settings used for calls to createWorkflow.static io.grpc.MethodDescriptor<CreateWorkflowRequest,com.google.longrunning.Operation>WorkflowsGrpc. getCreateWorkflowMethod()com.google.protobuf.Parser<CreateWorkflowRequest>CreateWorkflowRequest. getParserForType()static com.google.protobuf.Parser<CreateWorkflowRequest>CreateWorkflowRequest. parser()Methods in com.google.cloud.workflows.v1 with parameters of type CreateWorkflowRequest Modifier and Type Method Description default voidWorkflowsGrpc.AsyncService. createWorkflow(CreateWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new workflow.com.google.longrunning.OperationWorkflowsGrpc.WorkflowsBlockingStub. createWorkflow(CreateWorkflowRequest request)Creates a new workflow.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>WorkflowsGrpc.WorkflowsFutureStub. createWorkflow(CreateWorkflowRequest request)Creates a new workflow.voidWorkflowsGrpc.WorkflowsStub. createWorkflow(CreateWorkflowRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates a new workflow.com.google.api.gax.longrunning.OperationFuture<Workflow,OperationMetadata>WorkflowsClient. createWorkflowAsync(CreateWorkflowRequest request)Creates a new workflow.CreateWorkflowRequest.BuilderCreateWorkflowRequest.Builder. mergeFrom(CreateWorkflowRequest other)static CreateWorkflowRequest.BuilderCreateWorkflowRequest. newBuilder(CreateWorkflowRequest prototype) -
Uses of CreateWorkflowRequest in com.google.cloud.workflows.v1.stub
Methods in com.google.cloud.workflows.v1.stub that return types with arguments of type CreateWorkflowRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateWorkflowRequest,com.google.longrunning.Operation>GrpcWorkflowsStub. createWorkflowCallable()com.google.api.gax.rpc.UnaryCallable<CreateWorkflowRequest,com.google.longrunning.Operation>HttpJsonWorkflowsStub. createWorkflowCallable()com.google.api.gax.rpc.UnaryCallable<CreateWorkflowRequest,com.google.longrunning.Operation>WorkflowsStub. createWorkflowCallable()com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>GrpcWorkflowsStub. createWorkflowOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>HttpJsonWorkflowsStub. createWorkflowOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>WorkflowsStub. createWorkflowOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateWorkflowRequest,Workflow,OperationMetadata>WorkflowsStubSettings.Builder. createWorkflowOperationSettings()Returns the builder for the settings used for calls to createWorkflow.com.google.api.gax.rpc.OperationCallSettings<CreateWorkflowRequest,Workflow,OperationMetadata>WorkflowsStubSettings. createWorkflowOperationSettings()Returns the object with the settings used for calls to createWorkflow.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateWorkflowRequest,com.google.longrunning.Operation>WorkflowsStubSettings.Builder. createWorkflowSettings()Returns the builder for the settings used for calls to createWorkflow.com.google.api.gax.rpc.UnaryCallSettings<CreateWorkflowRequest,com.google.longrunning.Operation>WorkflowsStubSettings. createWorkflowSettings()Returns the object with the settings used for calls to createWorkflow.
-