Uses of Class
com.cognite.client.dto.FileBinary
Packages that use FileBinary
Package
Description
-
Uses of FileBinary in com.cognite.client
Methods in com.cognite.client that return types with arguments of type FileBinaryModifier and TypeMethodDescriptionFiles.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 FileBinaryModifier and TypeMethodDescriptionFileBinary.Builder.build()FileBinary.Builder.buildPartial()static FileBinaryFileBinary.getDefaultInstance()FileBinary.Builder.getDefaultInstanceForType()FileBinary.getDefaultInstanceForType()FileContainer.Builder.getFileBinary().com.cognite.client.dto.FileBinary file_binary = 2;FileContainer.getFileBinary().com.cognite.client.dto.FileBinary file_binary = 2;FileContainerOrBuilder.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 FileBinaryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FileBinary>FileBinary.getParserForType()static com.google.protobuf.Parser<FileBinary>FileBinary.parser()Methods in com.cognite.client.dto with parameters of type FileBinaryModifier and TypeMethodDescriptionFileContainer.Builder.mergeFileBinary(FileBinary value) .com.cognite.client.dto.FileBinary file_binary = 2;FileBinary.Builder.mergeFrom(FileBinary other) static FileBinary.BuilderFileBinary.newBuilder(FileBinary prototype) FileContainer.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 FileBinaryModifier and TypeMethodDescriptionstatic 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) ConnectorServiceV1.FileBinaryReader.readFileBinaries(Request items) Executes an item-based request to get file binaries and blocks the thread until all files have been downloaded.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 FileBinaryModifier and TypeMethodDescriptionFileBinaryRequestExecutor.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 FileBinaryModifier and TypeMethodDescriptionFileBinaryRequestExecutor.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 FileBinaryModifier and TypeMethodDescriptionFileBinaryRequestExecutor.uploadBinary(FileBinary fileBinary, URL targetURL) Writes a file binary to the target URL.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 FileBinaryModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<FileBinary>FileBinaryResponseParser.extractItems(byte[] payload) Extract the file binary from the response body.