Uses of Class
com.cognite.client.dto.ThreeDFileBinary
-
Packages that use ThreeDFileBinary Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1 com.cognite.client.servicesV1.executor -
-
Uses of ThreeDFileBinary in com.cognite.client
Methods in com.cognite.client that return ThreeDFileBinary Modifier and Type Method Description ThreeDFileBinaryThreeDFiles. download(Long threeDFileId, Path downloadPath, boolean preferByteStream)Downloads 3D file binaries.ThreeDFileBinaryThreeDFiles. downloadFileBinary(Long threeDFileId, URI tempStoragePath, boolean forceTempStorage)Downloads 3D file binaries.ThreeDFileBinaryThreeDFiles. 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 ThreeDFileBinary Modifier and Type Method Description ThreeDFileBinaryThreeDFileBinary.Builder. build()ThreeDFileBinaryThreeDFileBinary.Builder. buildPartial()static ThreeDFileBinaryThreeDFileBinary. getDefaultInstance()ThreeDFileBinaryThreeDFileBinary.Builder. getDefaultInstanceForType()ThreeDFileBinaryThreeDFileBinary. 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 ThreeDFileBinary Modifier and Type Method Description com.google.protobuf.Parser<ThreeDFileBinary>ThreeDFileBinary. getParserForType()static com.google.protobuf.Parser<ThreeDFileBinary>ThreeDFileBinary. parser()Methods in com.cognite.client.dto with parameters of type ThreeDFileBinary Modifier and Type Method Description ThreeDFileBinary.BuilderThreeDFileBinary.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 ThreeDFileBinary Modifier and Type Method Description ThreeDFileBinaryConnectorServiceV1.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 ThreeDFileBinary Modifier and Type Method Description static CompletableFuture<ThreeDFileBinary>ConnectorServiceV1.DownloadThreeDFileBinary. downloadThreeDFileBinaryFromURL(String downloadUrl, int maxRetries, URI tempStorageURI, boolean forceTempStorage, List<okhttp3.Interceptor> interceptors)CompletableFuture<ThreeDFileBinary>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 ThreeDFileBinary Modifier and Type Method Description ThreeDFileBinaryThreeDFileBinaryRequestExecutor. 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 ThreeDFileBinary Modifier and Type Method Description CompletableFuture<ThreeDFileBinary>ThreeDFileBinaryRequestExecutor. downloadBinaryAsync(okhttp3.Request request)Executes a given request and returns the response body as a 3d file binary.
-