Class DocumentServiceStub

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

    @BetaApi
    @Generated("by gapic-generator-java")
    public abstract class DocumentServiceStub
    extends Object
    implements com.google.api.gax.core.BackgroundResource
    Base stub class for the DocumentService service API.

    This class is for advanced usage and reflects the underlying API directly.

    • Constructor Detail

      • DocumentServiceStub

        public DocumentServiceStub()
    • Method Detail

      • getOperationsStub

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

        public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
      • updateDatasetCallable

        public com.google.api.gax.rpc.UnaryCallable<UpdateDatasetRequest,​com.google.longrunning.Operation> updateDatasetCallable()
      • importDocumentsCallable

        public com.google.api.gax.rpc.UnaryCallable<ImportDocumentsRequest,​com.google.longrunning.Operation> importDocumentsCallable()
      • batchDeleteDocumentsCallable

        public com.google.api.gax.rpc.UnaryCallable<BatchDeleteDocumentsRequest,​com.google.longrunning.Operation> batchDeleteDocumentsCallable()
      • 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()