Class WorkflowsStub
- java.lang.Object
-
- com.google.cloud.workflows.v1beta.stub.WorkflowsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcWorkflowsStub,HttpJsonWorkflowsStub
@BetaApi @Generated("by gapic-generator-java") public abstract class WorkflowsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Workflows service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description WorkflowsStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidclose()com.google.api.gax.rpc.UnaryCallable<CreateWorkflowRequest,com.google.longrunning.Operation>createWorkflowCallable()com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata>createWorkflowOperationCallable()com.google.api.gax.rpc.UnaryCallable<DeleteWorkflowRequest,com.google.longrunning.Operation>deleteWorkflowCallable()com.google.api.gax.rpc.OperationCallable<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata>deleteWorkflowOperationCallable()com.google.api.gax.httpjson.longrunning.stub.OperationsStubgetHttpJsonOperationsStub()com.google.longrunning.stub.OperationsStubgetOperationsStub()com.google.api.gax.rpc.UnaryCallable<GetWorkflowRequest,Workflow>getWorkflowCallable()com.google.api.gax.rpc.UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse>listWorkflowsCallable()com.google.api.gax.rpc.UnaryCallable<ListWorkflowsRequest,WorkflowsClient.ListWorkflowsPagedResponse>listWorkflowsPagedCallable()com.google.api.gax.rpc.UnaryCallable<UpdateWorkflowRequest,com.google.longrunning.Operation>updateWorkflowCallable()com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata>updateWorkflowOperationCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
listWorkflowsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListWorkflowsRequest,WorkflowsClient.ListWorkflowsPagedResponse> listWorkflowsPagedCallable()
-
listWorkflowsCallable
public com.google.api.gax.rpc.UnaryCallable<ListWorkflowsRequest,ListWorkflowsResponse> listWorkflowsCallable()
-
getWorkflowCallable
public com.google.api.gax.rpc.UnaryCallable<GetWorkflowRequest,Workflow> getWorkflowCallable()
-
createWorkflowOperationCallable
public com.google.api.gax.rpc.OperationCallable<CreateWorkflowRequest,Workflow,OperationMetadata> createWorkflowOperationCallable()
-
createWorkflowCallable
public com.google.api.gax.rpc.UnaryCallable<CreateWorkflowRequest,com.google.longrunning.Operation> createWorkflowCallable()
-
deleteWorkflowOperationCallable
public com.google.api.gax.rpc.OperationCallable<DeleteWorkflowRequest,com.google.protobuf.Empty,OperationMetadata> deleteWorkflowOperationCallable()
-
deleteWorkflowCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteWorkflowRequest,com.google.longrunning.Operation> deleteWorkflowCallable()
-
updateWorkflowOperationCallable
public com.google.api.gax.rpc.OperationCallable<UpdateWorkflowRequest,Workflow,OperationMetadata> updateWorkflowOperationCallable()
-
updateWorkflowCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateWorkflowRequest,com.google.longrunning.Operation> updateWorkflowCallable()
-
close
public abstract void close()
- Specified by:
closein interfaceAutoCloseable
-
-