Class WorkflowsStub

  • All Implemented Interfaces:
    com.google.api.gax.core.BackgroundResource, AutoCloseable
    Direct Known Subclasses:
    GrpcWorkflowsStub, HttpJsonWorkflowsStub

    @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 Detail

      • WorkflowsStub

        public WorkflowsStub()
    • Method Detail

      • getOperationsStub

        public com.google.longrunning.stub.OperationsStub getOperationsStub()
      • getHttpJsonOperationsStub

        public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
      • 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()
      • updateWorkflowCallable

        public com.google.api.gax.rpc.UnaryCallable<UpdateWorkflowRequest,​com.google.longrunning.Operation> updateWorkflowCallable()
      • listLocationsCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
      • getLocationCallable

        public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationCallable()