Uses of Class
com.cognite.client.servicesV1.ResponseBinary
Packages that use ResponseBinary
Package
Description
-
Uses of ResponseBinary in com.cognite.client
Methods in com.cognite.client that return ResponseBinary -
Uses of ResponseBinary in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return ResponseBinaryModifier and TypeMethodDescriptionabstract ResponseBinaryResponseItems.getResponseBinary()static ResponseBinaryResponseBinary.of(okhttp3.Response response, com.google.protobuf.ByteString body) ResponseBinary.withApiJobDuration(long millies) Set the api job duration (in milliseconds) associated with this response.ResponseBinary.withApiJobQueueDuration(long millies) Set the api job queue duration (in milliseconds) associated with this response.ResponseBinary.withApiLatency(long latency) ResponseBinary.withApiRetryCounter(int count) Methods in com.cognite.client.servicesV1 with parameters of type ResponseBinaryModifier and TypeMethodDescriptionstatic <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 ResponseBinaryModifier and TypeMethodDescriptionRequestExecutor.executeRequest(okhttp3.Request request) Executes a given request.FileBinaryRequestExecutor.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 ResponseBinaryModifier and TypeMethodDescriptionRequestExecutor.executeRequestAsync(okhttp3.Request request) Executes a given request.FileBinaryRequestExecutor.uploadBinaryAsync(FileBinary fileBinary, URL targetURL) Executes a given request and returns the response body as a file binary.