Uses of Class
com.cognite.client.dto.ThreeDFileBinary
Packages that use ThreeDFileBinary
Package
Description
-
Uses of ThreeDFileBinary in com.cognite.client
Methods in com.cognite.client that return ThreeDFileBinaryModifier and TypeMethodDescriptionDownloads 3D file binaries.ThreeDFiles.downloadFileBinary(Long threeDFileId, URI tempStoragePath, boolean forceTempStorage) Downloads 3D file binaries.ThreeDFiles.downloadToPath(Long threeDFileId, Path downloadPath) Downloads 3D file binaries to a local / network path. -
Uses of ThreeDFileBinary in com.cognite.client.dto
Methods in com.cognite.client.dto that return ThreeDFileBinaryModifier and TypeMethodDescriptionThreeDFileBinary.Builder.build()ThreeDFileBinary.Builder.buildPartial()static ThreeDFileBinaryThreeDFileBinary.getDefaultInstance()ThreeDFileBinary.Builder.getDefaultInstanceForType()ThreeDFileBinary.getDefaultInstanceForType()static ThreeDFileBinaryThreeDFileBinary.parseDelimitedFrom(InputStream input) static ThreeDFileBinaryThreeDFileBinary.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDFileBinaryThreeDFileBinary.parseFrom(byte[] data) static ThreeDFileBinaryThreeDFileBinary.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDFileBinaryThreeDFileBinary.parseFrom(com.google.protobuf.ByteString data) static ThreeDFileBinaryThreeDFileBinary.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDFileBinaryThreeDFileBinary.parseFrom(com.google.protobuf.CodedInputStream input) static ThreeDFileBinaryThreeDFileBinary.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDFileBinaryThreeDFileBinary.parseFrom(InputStream input) static ThreeDFileBinaryThreeDFileBinary.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ThreeDFileBinaryThreeDFileBinary.parseFrom(ByteBuffer data) static ThreeDFileBinaryThreeDFileBinary.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type ThreeDFileBinaryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ThreeDFileBinary>ThreeDFileBinary.getParserForType()static com.google.protobuf.Parser<ThreeDFileBinary>ThreeDFileBinary.parser()Methods in com.cognite.client.dto with parameters of type ThreeDFileBinaryModifier and TypeMethodDescriptionThreeDFileBinary.Builder.mergeFrom(ThreeDFileBinary other) static ThreeDFileBinary.BuilderThreeDFileBinary.newBuilder(ThreeDFileBinary prototype) -
Uses of ThreeDFileBinary in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return ThreeDFileBinaryModifier and TypeMethodDescriptionConnectorServiceV1.ThreeDFileBinaryReader.readThreeDFileBinaries(Request request) Executes an item-based request to get file binaries and blocks the thread until all files have been downloaded.Methods in com.cognite.client.servicesV1 that return types with arguments of type ThreeDFileBinaryModifier and TypeMethodDescriptionstatic CompletableFuture<ThreeDFileBinary>ConnectorServiceV1.DownloadThreeDFileBinary.downloadThreeDFileBinaryFromURL(String downloadUrl, int maxRetries, URI tempStorageURI, boolean forceTempStorage, List<okhttp3.Interceptor> interceptors) ConnectorServiceV1.ThreeDFileBinaryReader.readThreeDFileBinariesAsync(Request request) Executes an item-based request to get file binaries asynchronously. -
Uses of ThreeDFileBinary in com.cognite.client.servicesV1.executor
Methods in com.cognite.client.servicesV1.executor that return ThreeDFileBinaryModifier and TypeMethodDescriptionThreeDFileBinaryRequestExecutor.downloadBinary(okhttp3.Request request) Executes a given request and returns the response body as a 3d file binary.Methods in com.cognite.client.servicesV1.executor that return types with arguments of type ThreeDFileBinaryModifier and TypeMethodDescriptionThreeDFileBinaryRequestExecutor.downloadBinaryAsync(okhttp3.Request request) Executes a given request and returns the response body as a 3d file binary.