Uses of Class
com.cognite.client.servicesV1.ResponseBinary
-
Packages that use ResponseBinary Package Description com.cognite.client.servicesV1 com.cognite.client.servicesV1.executor -
-
Uses of ResponseBinary in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return ResponseBinary Modifier and Type Method Description abstract ResponseBinaryResponseItems. getResponseBinary()static ResponseBinaryResponseBinary. of(okhttp3.Response response, com.google.protobuf.ByteString body)ResponseBinaryResponseBinary. withApiJobDuration(long millies)Set the api job duration (in milliseconds) associated with this response.ResponseBinaryResponseBinary. withApiJobQueueDuration(long millies)Set the api job queue duration (in milliseconds) associated with this response.ResponseBinaryResponseBinary. withApiLatency(long latency)ResponseBinaryResponseBinary. withApiRetryCounter(int count)Methods in com.cognite.client.servicesV1 with parameters of type ResponseBinary Modifier and Type Method Description static <T> ResponseItems<T>ResponseItems. of(ResponseParser<T> responseParser, ResponseBinary response) -
Uses of ResponseBinary in com.cognite.client.servicesV1.executor
Methods in com.cognite.client.servicesV1.executor that return ResponseBinary Modifier and Type Method Description ResponseBinaryRequestExecutor. executeRequest(okhttp3.Request request)Executes a given request.ResponseBinaryFileBinaryRequestExecutor. uploadBinary(FileBinary fileBinary, URL targetURL)Writes a file binary to the target URL.Methods in com.cognite.client.servicesV1.executor that return types with arguments of type ResponseBinary Modifier and Type Method Description CompletableFuture<ResponseBinary>RequestExecutor. executeRequestAsync(okhttp3.Request request)Executes a given request.CompletableFuture<ResponseBinary>FileBinaryRequestExecutor. uploadBinaryAsync(FileBinary fileBinary, URL targetURL)Executes a given request and returns the response body as a file binary.
-