Uses of Class
com.google.cloud.contentwarehouse.v1.LockDocumentRequest
-
Packages that use LockDocumentRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of LockDocumentRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return LockDocumentRequest Modifier and Type Method Description LockDocumentRequest
LockDocumentRequest.Builder. build()
LockDocumentRequest
LockDocumentRequest.Builder. buildPartial()
static LockDocumentRequest
LockDocumentRequest. getDefaultInstance()
LockDocumentRequest
LockDocumentRequest.Builder. getDefaultInstanceForType()
LockDocumentRequest
LockDocumentRequest. getDefaultInstanceForType()
static LockDocumentRequest
LockDocumentRequest. parseDelimitedFrom(InputStream input)
static LockDocumentRequest
LockDocumentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockDocumentRequest
LockDocumentRequest. parseFrom(byte[] data)
static LockDocumentRequest
LockDocumentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockDocumentRequest
LockDocumentRequest. parseFrom(com.google.protobuf.ByteString data)
static LockDocumentRequest
LockDocumentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockDocumentRequest
LockDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static LockDocumentRequest
LockDocumentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockDocumentRequest
LockDocumentRequest. parseFrom(InputStream input)
static LockDocumentRequest
LockDocumentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LockDocumentRequest
LockDocumentRequest. parseFrom(ByteBuffer data)
static LockDocumentRequest
LockDocumentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type LockDocumentRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<LockDocumentRequest,Document>
DocumentServiceGrpc. getLockDocumentMethod()
com.google.protobuf.Parser<LockDocumentRequest>
LockDocumentRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<LockDocumentRequest,Document>
DocumentServiceClient. lockDocumentCallable()
Lock the document so the document cannot be updated by other users.com.google.api.gax.rpc.UnaryCallSettings.Builder<LockDocumentRequest,Document>
DocumentServiceSettings.Builder. lockDocumentSettings()
Returns the builder for the settings used for calls to lockDocument.com.google.api.gax.rpc.UnaryCallSettings<LockDocumentRequest,Document>
DocumentServiceSettings. lockDocumentSettings()
Returns the object with the settings used for calls to lockDocument.static com.google.protobuf.Parser<LockDocumentRequest>
LockDocumentRequest. parser()
Methods in com.google.cloud.contentwarehouse.v1 with parameters of type LockDocumentRequest Modifier and Type Method Description Document
DocumentServiceClient. lockDocument(LockDocumentRequest request)
Lock the document so the document cannot be updated by other users.default void
DocumentServiceGrpc.AsyncService. lockDocument(LockDocumentRequest request, io.grpc.stub.StreamObserver<Document> responseObserver)
Lock the document so the document cannot be updated by other users.Document
DocumentServiceGrpc.DocumentServiceBlockingStub. lockDocument(LockDocumentRequest request)
Lock the document so the document cannot be updated by other users.com.google.common.util.concurrent.ListenableFuture<Document>
DocumentServiceGrpc.DocumentServiceFutureStub. lockDocument(LockDocumentRequest request)
Lock the document so the document cannot be updated by other users.void
DocumentServiceGrpc.DocumentServiceStub. lockDocument(LockDocumentRequest request, io.grpc.stub.StreamObserver<Document> responseObserver)
Lock the document so the document cannot be updated by other users.LockDocumentRequest.Builder
LockDocumentRequest.Builder. mergeFrom(LockDocumentRequest other)
static LockDocumentRequest.Builder
LockDocumentRequest. newBuilder(LockDocumentRequest prototype)
-
Uses of LockDocumentRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type LockDocumentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<LockDocumentRequest,Document>
DocumentServiceStub. lockDocumentCallable()
com.google.api.gax.rpc.UnaryCallable<LockDocumentRequest,Document>
GrpcDocumentServiceStub. lockDocumentCallable()
com.google.api.gax.rpc.UnaryCallable<LockDocumentRequest,Document>
HttpJsonDocumentServiceStub. lockDocumentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<LockDocumentRequest,Document>
DocumentServiceStubSettings.Builder. lockDocumentSettings()
Returns the builder for the settings used for calls to lockDocument.com.google.api.gax.rpc.UnaryCallSettings<LockDocumentRequest,Document>
DocumentServiceStubSettings. lockDocumentSettings()
Returns the object with the settings used for calls to lockDocument.
-