Uses of Class
com.google.cloud.contentwarehouse.v1.DeleteDocumentLinkRequest
-
Packages that use DeleteDocumentLinkRequest Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of DeleteDocumentLinkRequest in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return DeleteDocumentLinkRequest Modifier and Type Method Description DeleteDocumentLinkRequestDeleteDocumentLinkRequest.Builder. build()DeleteDocumentLinkRequestDeleteDocumentLinkRequest.Builder. buildPartial()static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. getDefaultInstance()DeleteDocumentLinkRequestDeleteDocumentLinkRequest.Builder. getDefaultInstanceForType()DeleteDocumentLinkRequestDeleteDocumentLinkRequest. getDefaultInstanceForType()static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseDelimitedFrom(InputStream input)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(byte[] data)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(InputStream input)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(ByteBuffer data)static DeleteDocumentLinkRequestDeleteDocumentLinkRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type DeleteDocumentLinkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteDocumentLinkRequest,com.google.protobuf.Empty>DocumentLinkServiceClient. deleteDocumentLinkCallable()Remove the link between the source and target documents.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDocumentLinkRequest,com.google.protobuf.Empty>DocumentLinkServiceSettings.Builder. deleteDocumentLinkSettings()Returns the builder for the settings used for calls to deleteDocumentLink.com.google.api.gax.rpc.UnaryCallSettings<DeleteDocumentLinkRequest,com.google.protobuf.Empty>DocumentLinkServiceSettings. deleteDocumentLinkSettings()Returns the object with the settings used for calls to deleteDocumentLink.static io.grpc.MethodDescriptor<DeleteDocumentLinkRequest,com.google.protobuf.Empty>DocumentLinkServiceGrpc. getDeleteDocumentLinkMethod()com.google.protobuf.Parser<DeleteDocumentLinkRequest>DeleteDocumentLinkRequest. getParserForType()static com.google.protobuf.Parser<DeleteDocumentLinkRequest>DeleteDocumentLinkRequest. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type DeleteDocumentLinkRequest Modifier and Type Method Description voidDocumentLinkServiceClient. deleteDocumentLink(DeleteDocumentLinkRequest request)Remove the link between the source and target documents.default voidDocumentLinkServiceGrpc.AsyncService. deleteDocumentLink(DeleteDocumentLinkRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Remove the link between the source and target documents.com.google.protobuf.EmptyDocumentLinkServiceGrpc.DocumentLinkServiceBlockingStub. deleteDocumentLink(DeleteDocumentLinkRequest request)Remove the link between the source and target documents.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>DocumentLinkServiceGrpc.DocumentLinkServiceFutureStub. deleteDocumentLink(DeleteDocumentLinkRequest request)Remove the link between the source and target documents.voidDocumentLinkServiceGrpc.DocumentLinkServiceStub. deleteDocumentLink(DeleteDocumentLinkRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Remove the link between the source and target documents.DeleteDocumentLinkRequest.BuilderDeleteDocumentLinkRequest.Builder. mergeFrom(DeleteDocumentLinkRequest other)static DeleteDocumentLinkRequest.BuilderDeleteDocumentLinkRequest. newBuilder(DeleteDocumentLinkRequest prototype) -
Uses of DeleteDocumentLinkRequest in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type DeleteDocumentLinkRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteDocumentLinkRequest,com.google.protobuf.Empty>DocumentLinkServiceStub. deleteDocumentLinkCallable()com.google.api.gax.rpc.UnaryCallable<DeleteDocumentLinkRequest,com.google.protobuf.Empty>GrpcDocumentLinkServiceStub. deleteDocumentLinkCallable()com.google.api.gax.rpc.UnaryCallable<DeleteDocumentLinkRequest,com.google.protobuf.Empty>HttpJsonDocumentLinkServiceStub. deleteDocumentLinkCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDocumentLinkRequest,com.google.protobuf.Empty>DocumentLinkServiceStubSettings.Builder. deleteDocumentLinkSettings()Returns the builder for the settings used for calls to deleteDocumentLink.com.google.api.gax.rpc.UnaryCallSettings<DeleteDocumentLinkRequest,com.google.protobuf.Empty>DocumentLinkServiceStubSettings. deleteDocumentLinkSettings()Returns the object with the settings used for calls to deleteDocumentLink.
-