Uses of Class
com.google.cloud.contentwarehouse.v1.ListLinkedTargetsResponse
-
Packages that use ListLinkedTargetsResponse Package Description com.google.cloud.contentwarehouse.v1 A client to Document AI Warehouse APIcom.google.cloud.contentwarehouse.v1.stub -
-
Uses of ListLinkedTargetsResponse in com.google.cloud.contentwarehouse.v1
Methods in com.google.cloud.contentwarehouse.v1 that return ListLinkedTargetsResponse Modifier and Type Method Description ListLinkedTargetsResponseListLinkedTargetsResponse.Builder. build()ListLinkedTargetsResponseListLinkedTargetsResponse.Builder. buildPartial()static ListLinkedTargetsResponseListLinkedTargetsResponse. getDefaultInstance()ListLinkedTargetsResponseListLinkedTargetsResponse.Builder. getDefaultInstanceForType()ListLinkedTargetsResponseListLinkedTargetsResponse. getDefaultInstanceForType()ListLinkedTargetsResponseDocumentLinkServiceClient. listLinkedTargets(DocumentName parent)Return all target document-links from the document.ListLinkedTargetsResponseDocumentLinkServiceClient. listLinkedTargets(ListLinkedTargetsRequest request)Return all target document-links from the document.ListLinkedTargetsResponseDocumentLinkServiceClient. listLinkedTargets(String parent)Return all target document-links from the document.ListLinkedTargetsResponseDocumentLinkServiceGrpc.DocumentLinkServiceBlockingStub. listLinkedTargets(ListLinkedTargetsRequest request)Return all target document-links from the document.static ListLinkedTargetsResponseListLinkedTargetsResponse. parseDelimitedFrom(InputStream input)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(byte[] data)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(com.google.protobuf.ByteString data)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(InputStream input)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(ByteBuffer data)static ListLinkedTargetsResponseListLinkedTargetsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contentwarehouse.v1 that return types with arguments of type ListLinkedTargetsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLinkedTargetsRequest,ListLinkedTargetsResponse>DocumentLinkServiceGrpc. getListLinkedTargetsMethod()com.google.protobuf.Parser<ListLinkedTargetsResponse>ListLinkedTargetsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListLinkedTargetsResponse>DocumentLinkServiceGrpc.DocumentLinkServiceFutureStub. listLinkedTargets(ListLinkedTargetsRequest request)Return all target document-links from the document.com.google.api.gax.rpc.UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse>DocumentLinkServiceClient. listLinkedTargetsCallable()Return all target document-links from the document.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListLinkedTargetsRequest,ListLinkedTargetsResponse>DocumentLinkServiceSettings.Builder. listLinkedTargetsSettings()Returns the builder for the settings used for calls to listLinkedTargets.com.google.api.gax.rpc.UnaryCallSettings<ListLinkedTargetsRequest,ListLinkedTargetsResponse>DocumentLinkServiceSettings. listLinkedTargetsSettings()Returns the object with the settings used for calls to listLinkedTargets.static com.google.protobuf.Parser<ListLinkedTargetsResponse>ListLinkedTargetsResponse. parser()Methods in com.google.cloud.contentwarehouse.v1 with parameters of type ListLinkedTargetsResponse Modifier and Type Method Description ListLinkedTargetsResponse.BuilderListLinkedTargetsResponse.Builder. mergeFrom(ListLinkedTargetsResponse other)static ListLinkedTargetsResponse.BuilderListLinkedTargetsResponse. newBuilder(ListLinkedTargetsResponse prototype)Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type ListLinkedTargetsResponse Modifier and Type Method Description default voidDocumentLinkServiceGrpc.AsyncService. listLinkedTargets(ListLinkedTargetsRequest request, io.grpc.stub.StreamObserver<ListLinkedTargetsResponse> responseObserver)Return all target document-links from the document.voidDocumentLinkServiceGrpc.DocumentLinkServiceStub. listLinkedTargets(ListLinkedTargetsRequest request, io.grpc.stub.StreamObserver<ListLinkedTargetsResponse> responseObserver)Return all target document-links from the document. -
Uses of ListLinkedTargetsResponse in com.google.cloud.contentwarehouse.v1.stub
Methods in com.google.cloud.contentwarehouse.v1.stub that return types with arguments of type ListLinkedTargetsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse>DocumentLinkServiceStub. listLinkedTargetsCallable()com.google.api.gax.rpc.UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse>GrpcDocumentLinkServiceStub. listLinkedTargetsCallable()com.google.api.gax.rpc.UnaryCallable<ListLinkedTargetsRequest,ListLinkedTargetsResponse>HttpJsonDocumentLinkServiceStub. listLinkedTargetsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ListLinkedTargetsRequest,ListLinkedTargetsResponse>DocumentLinkServiceStubSettings.Builder. listLinkedTargetsSettings()Returns the builder for the settings used for calls to listLinkedTargets.com.google.api.gax.rpc.UnaryCallSettings<ListLinkedTargetsRequest,ListLinkedTargetsResponse>DocumentLinkServiceStubSettings. listLinkedTargetsSettings()Returns the object with the settings used for calls to listLinkedTargets.
-