Uses of Class
com.cognite.client.dto.FileBinary
-
Packages that use FileBinary Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1 com.cognite.client.servicesV1.executor com.cognite.client.servicesV1.response -
-
Uses of FileBinary in com.cognite.client
Methods in com.cognite.client that return types with arguments of type FileBinary Modifier and Type Method Description List<FileBinary>Files. downloadFileBinaries(List<Item> fileItems, URI tempStoragePath, boolean forceTempStorage)Downloads file binaries. -
Uses of FileBinary in com.cognite.client.dto
Methods in com.cognite.client.dto that return FileBinary Modifier and Type Method Description FileBinaryFileBinary.Builder. build()FileBinaryFileBinary.Builder. buildPartial()static FileBinaryFileBinary. getDefaultInstance()FileBinaryFileBinary.Builder. getDefaultInstanceForType()FileBinaryFileBinary. getDefaultInstanceForType()FileBinaryFileContainer.Builder. getFileBinary().com.cognite.client.dto.FileBinary file_binary = 2;FileBinaryFileContainer. getFileBinary().com.cognite.client.dto.FileBinary file_binary = 2;FileBinaryFileContainerOrBuilder. getFileBinary().com.cognite.client.dto.FileBinary file_binary = 2;static FileBinaryFileBinary. parseDelimitedFrom(InputStream input)static FileBinaryFileBinary. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileBinaryFileBinary. parseFrom(byte[] data)static FileBinaryFileBinary. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileBinaryFileBinary. parseFrom(com.google.protobuf.ByteString data)static FileBinaryFileBinary. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileBinaryFileBinary. parseFrom(com.google.protobuf.CodedInputStream input)static FileBinaryFileBinary. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileBinaryFileBinary. parseFrom(InputStream input)static FileBinaryFileBinary. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileBinaryFileBinary. parseFrom(ByteBuffer data)static FileBinaryFileBinary. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.cognite.client.dto that return types with arguments of type FileBinary Modifier and Type Method Description com.google.protobuf.Parser<FileBinary>FileBinary. getParserForType()static com.google.protobuf.Parser<FileBinary>FileBinary. parser()Methods in com.cognite.client.dto with parameters of type FileBinary Modifier and Type Method Description FileContainer.BuilderFileContainer.Builder. mergeFileBinary(FileBinary value).com.cognite.client.dto.FileBinary file_binary = 2;FileBinary.BuilderFileBinary.Builder. mergeFrom(FileBinary other)static FileBinary.BuilderFileBinary. newBuilder(FileBinary prototype)FileContainer.BuilderFileContainer.Builder. setFileBinary(FileBinary value).com.cognite.client.dto.FileBinary file_binary = 2; -
Uses of FileBinary in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return types with arguments of type FileBinary Modifier and Type Method Description static CompletableFuture<FileBinary>ConnectorServiceV1.DownloadFileBinary. downloadFileBinaryFromURL(String downloadUrl)static CompletableFuture<FileBinary>ConnectorServiceV1.DownloadFileBinary. downloadFileBinaryFromURL(String downloadUrl, int maxRetries, URI tempStorageURI, boolean forceTempStorage)static CompletableFuture<FileBinary>ConnectorServiceV1.DownloadFileBinary. downloadFileBinaryFromURL(String downloadUrl, URI tempStorageURI)static CompletableFuture<FileBinary>ConnectorServiceV1.DownloadFileBinary. downloadFileBinaryFromURL(String downloadUrl, URI tempStorageURI, boolean forceTempStorage)List<ResponseItems<FileBinary>>ConnectorServiceV1.FileBinaryReader. readFileBinaries(Request items)Executes an item-based request to get file binaries and blocks the thread until all files have been downloaded.CompletableFuture<List<ResponseItems<FileBinary>>>ConnectorServiceV1.FileBinaryReader. readFileBinariesAsync(Request items)Executes an item-based request to get file binaries asynchronously. -
Uses of FileBinary in com.cognite.client.servicesV1.executor
Methods in com.cognite.client.servicesV1.executor that return FileBinary Modifier and Type Method Description FileBinaryFileBinaryRequestExecutor. downloadBinary(okhttp3.Request request)Executes a given request and returns the response body as a file binary.Methods in com.cognite.client.servicesV1.executor that return types with arguments of type FileBinary Modifier and Type Method Description CompletableFuture<FileBinary>FileBinaryRequestExecutor. downloadBinaryAsync(okhttp3.Request request)Executes a given request and returns the response body as a file binary.Methods in com.cognite.client.servicesV1.executor with parameters of type FileBinary Modifier and Type Method Description ResponseBinaryFileBinaryRequestExecutor. uploadBinary(FileBinary fileBinary, URL targetURL)Writes a file binary to the target URL.CompletableFuture<ResponseBinary>FileBinaryRequestExecutor. uploadBinaryAsync(FileBinary fileBinary, URL targetURL)Executes a given request and returns the response body as a file binary. -
Uses of FileBinary in com.cognite.client.servicesV1.response
Methods in com.cognite.client.servicesV1.response that return types with arguments of type FileBinary Modifier and Type Method Description com.google.common.collect.ImmutableList<FileBinary>FileBinaryResponseParser. extractItems(byte[] payload)Extract the file binary from the response body.
-