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 DeleteDocumentLinkRequest
DeleteDocumentLinkRequest.Builder. build()
DeleteDocumentLinkRequest
DeleteDocumentLinkRequest.Builder. buildPartial()
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. getDefaultInstance()
DeleteDocumentLinkRequest
DeleteDocumentLinkRequest.Builder. getDefaultInstanceForType()
DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. getDefaultInstanceForType()
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseDelimitedFrom(InputStream input)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(byte[] data)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(InputStream input)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. parseFrom(ByteBuffer data)
static DeleteDocumentLinkRequest
DeleteDocumentLinkRequest. 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 void
DocumentLinkServiceClient. deleteDocumentLink(DeleteDocumentLinkRequest request)
Remove the link between the source and target documents.default void
DocumentLinkServiceGrpc.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.Empty
DocumentLinkServiceGrpc.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.void
DocumentLinkServiceGrpc.DocumentLinkServiceStub. deleteDocumentLink(DeleteDocumentLinkRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Remove the link between the source and target documents.DeleteDocumentLinkRequest.Builder
DeleteDocumentLinkRequest.Builder. mergeFrom(DeleteDocumentLinkRequest other)
static DeleteDocumentLinkRequest.Builder
DeleteDocumentLinkRequest. 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.
-