Class DocumentsStub

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

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

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

    • Constructor Detail

      • DocumentsStub

        public DocumentsStub()
    • Method Detail

      • getOperationsStub

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

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

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

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

        public com.google.api.gax.rpc.UnaryCallable<DeleteDocumentRequest,​com.google.longrunning.Operation> deleteDocumentCallable()
      • updateDocumentCallable

        public com.google.api.gax.rpc.UnaryCallable<UpdateDocumentRequest,​com.google.longrunning.Operation> updateDocumentCallable()
      • reloadDocumentCallable

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