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 ListLinkedTargetsResponse
ListLinkedTargetsResponse.Builder. build()
ListLinkedTargetsResponse
ListLinkedTargetsResponse.Builder. buildPartial()
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. getDefaultInstance()
ListLinkedTargetsResponse
ListLinkedTargetsResponse.Builder. getDefaultInstanceForType()
ListLinkedTargetsResponse
ListLinkedTargetsResponse. getDefaultInstanceForType()
ListLinkedTargetsResponse
DocumentLinkServiceClient. listLinkedTargets(DocumentName parent)
Return all target document-links from the document.ListLinkedTargetsResponse
DocumentLinkServiceClient. listLinkedTargets(ListLinkedTargetsRequest request)
Return all target document-links from the document.ListLinkedTargetsResponse
DocumentLinkServiceClient. listLinkedTargets(String parent)
Return all target document-links from the document.ListLinkedTargetsResponse
DocumentLinkServiceGrpc.DocumentLinkServiceBlockingStub. listLinkedTargets(ListLinkedTargetsRequest request)
Return all target document-links from the document.static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseDelimitedFrom(InputStream input)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(byte[] data)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(InputStream input)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. parseFrom(ByteBuffer data)
static ListLinkedTargetsResponse
ListLinkedTargetsResponse. 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.Builder
ListLinkedTargetsResponse.Builder. mergeFrom(ListLinkedTargetsResponse other)
static ListLinkedTargetsResponse.Builder
ListLinkedTargetsResponse. newBuilder(ListLinkedTargetsResponse prototype)
Method parameters in com.google.cloud.contentwarehouse.v1 with type arguments of type ListLinkedTargetsResponse Modifier and Type Method Description default void
DocumentLinkServiceGrpc.AsyncService. listLinkedTargets(ListLinkedTargetsRequest request, io.grpc.stub.StreamObserver<ListLinkedTargetsResponse> responseObserver)
Return all target document-links from the document.void
DocumentLinkServiceGrpc.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.
-