Uses of Class
com.cognite.client.Request
Packages that use Request
Package
Description
-
Uses of Request in com.cognite.client
Methods in com.cognite.client that return RequestModifier and TypeMethodDescriptionabstract RequestRequest.Builder.build()static RequestRequest.create()Request.withAuthConfig(AuthConfig config) Sets the project configuration for a request.Request.withDatasetExternalIds(String... externalId) Convenience method for setting dataset external ids of a request.Request.withDatasetIds(long... internalId) Convenience method for setting dataset ids of a request.Request.withDbName(String dbName) Convenience method for adding the database name when reading from Cognite.Raw.Request.withFilterMetadataParameter(String key, String value) Adds a new parameter to the filter.metadata node.Request.withFilterParameter(String key, Object value) Adds a new parameter to the filter node.Request.withItemExternalIds(String... externalId) Convenience method for setting the external id for requesting multiple items.Request.withItemInternalIds(long... internalId) Convenience method for setting the external id for requesting multiple items.Sets the items array to the specified input list.Request.withProtoRequestBody(com.google.protobuf.Message requestBody) Adds the complete request body as a protobuf object.Request.withRequestJson(String value) Adds the complete request parameter structure based on Json.Request.withRequestParameters(Map<String, Object> requestParameters) Adds the complete request parameter structure based on Java objects.Request.withRootParameter(String key, Object value) Adds a new parameter to the root level.Request.withTableName(String tableName) Convenience method for adding the table name when reading from Cognite.Raw.Methods in com.cognite.client with parameters of type RequestModifier and TypeMethodDescriptionPerforms an item aggregation request to Cognite Data Fusion.Performs an item aggregation to Cognite Data Fusion.Performs an item aggregation request to Cognite Data Fusion.Performs an item aggregation request to Cognite Data Fusion.Performs an item aggregation request to Cognite Data Fusion.Performs an item aggregation request to Cognite Data Fusion.Returns allThreeDAssetMappingobjects that matches the filters set in theRequest.Returns allThreeDNodeobjects that matches the filters set in theRequest.Returns allThreeDNodeobjects that matches the filters set in theRequest.doubleDataPoints.getMaxFrequency(Request requestParameters, Instant startOfWindow, Instant endOfWindow) Calculate the max frequency of the TS items in the query.Returns allExtractionPipelineRunobjects that matches the filters set in theRequest.Returns allExtractionPipelineRunobjects that matches the filters set in theRequestfor the specified partitions.Returns allExtractionPipelineobjects that matches the filters set in theRequest.Returns allExtractionPipelineobjects that matches the filters set in theRequestfor the specified partitions.Returns allFileMetadataobjects that matches the filters set in theRequest.Returns allFileMetadataobjects that matches the filters set in theRequestfor the specified partitions.Returns a set of rows from a table.Returns a set of rows from a table.Returns all rows from a table.Returns allRelationshipobjects that matches the filters set in theRequest.Returns allRelationshipobjects that matches the filters set in theRequestfor the specified partitions.Return allSecurityCategoryobject that matches the filters set in theSecurityCategory.Returns allSecurityCategoryobjects that matches the filters set in theRequestfor the specified partitions.Return allSequenceMetadataobject that matches the filters set in theSequenceMetadata.Returns allSequenceMetadataobjects that matches the filters set in theRequestfor the specified partitions.Returns allThreeDAssetMappingobjects that matches the filters set in theRequest.ThreeDAssetMappings.list(Long modelId, Long revisionId, Request requestParameters, String... partitions) Returns allThreeDAssetMappingobjects that matches the filters set in theRequestfor the specified partitions.Returns allThreeDModelobjects that matches the filters set in theRequest.Returns allThreeDModelobjects that matches the filters set in theRequestfor the specified partitions.Returns allThreeDModelRevisionobjects that matches the filters set in theRequest.Returns allThreeDModelRevisionobjects that matches the filters set in theRequestfor the specified partitions.Returns allThreeDNodeobjects that matches the filters set in theRequest.Returns allThreeDNodeobjects that matches the filters set in theRequestfor the specified partitions.Returns all ancestorThreeDNodeobjects that matches the filters set in theRequest.ThreeDNodes.list(Long modelId, Long revisionId, Long nodeId, Request requestParameters, String... partitions) Returns all ancestorThreeDNodeobjects that matches the filters set in theRequestfor the specified partitions.Returns allTimeseriesMetadataobject that matches the filters set in theRequest.Returns allTimeseriesMetadataobjects that matches the filters set in theRequestfor the specified partitions.Returns allTransformation.Jobobject that matches the filters set in theRequest.Returns allTransformation.Jobobjects that matches the filters set in theRequestfor the specified partitions.Returns allTransformation.Notificationobject that matches the filters set in theRequest.Returns allTransformation.Notificationobjects that matches the filters set in theRequestfor the specified partitions.Returns allTransformationobject that matches the filters set in theRequest.Returns allTransformationobjects that matches the filters set in theRequestfor the specified partitions.Returns allTransformation.Scheduleobject that matches the filters set in theRequest.Returns allTransformation.Scheduleobjects that matches the filters set in theRequestfor the specified partitions.Returns allTimeseriesPointobjects that matches the filters set in theRequest.Returns allSequenceBodyobjects (i.e.Example:Retrieves 3D Revision Logs by modeId and revisionIdRawRows.retrieveCursors(String dbName, String tableName, int noCursors, Request requestParameters) Retrieves cursors for parallel retrieval of rows from Raw.RawRows.retrieveCursors(String dbName, String tableName, Request requestParameters) Retrieves cursors for parallel retrieval of rows from Raw.CdfHttpRequest.withRequestBody(Request request) Sets the request body via aRequestobject.Method parameters in com.cognite.client with type arguments of type RequestModifier and TypeMethodDescriptionEntityMatching.create(Collection<Request> requests) Train a model that predicts matches between entities (for example, time series names to asset names).EngineeringDiagrams.detectAnnotations(Collection<Request> requests, boolean convertToInteractive) Detect references to assets and files, etc.EntityMatching.predict(Collection<Request> requests) Matches a set of source entities with a set of targets via a given matching model.Returns allSequenceBodyobjects (i.e. -
Uses of Request in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 with parameters of type RequestModifier and TypeMethodDescriptionConnectorServiceV1.cancelTransformationJobs(Request queryParameters) Stop running the jobExecutes a request against the api endpoint.Executes a request to get items and blocks the thread until all items have been downloaded.Connector.executeAsync(Request requestParameters) Executes a request against the api endpoint on a separate thread.ConnectorServiceV1.AsyncJobReader.executeAsync(Request items) Executes an item-based request to get items asynchronously.ConnectorServiceV1.filterThreeDAssetMappings(Long modelId, Long revisionId, Request requestParameters) ConnectorServiceV1.filterThreeDNodes(Long modelId, Long revisionId, Request queryParameters) Executes a request to get items and blocks the thread until all items have been downloaded.Executes a request to get items and blocks the thread until all items have been downloaded.Executes a request against the api endpoint.ConnectorServiceV1.AsyncJobReader.getItemsAsync(Request items) Executes an item-based request to get items asynchronously.ConnectorServiceV1.SingleRequestItemReader.getItemsAsync(Request items) Executes an item-based request to get items asynchronously.ItemReader.getItemsAsync(Request requestParameters) Executes a request against the api endpoint on a separate thread.ConnectorServiceV1.readAssets(Request queryParameters) Read assets from Cognite.ConnectorServiceV1.readDataSets(Request queryParameters) Fetch data sets from Cognite.ConnectorServiceV1.readEvents(Request queryParameters) Read events from Cognite.ConnectorServiceV1.readExtractionPipelineRuns(Request queryParameters) Read extraction pipeline runs from Cognite.ConnectorServiceV1.readExtractionPipelines(Request queryParameters) Read extraction pipelines from Cognite.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.ConnectorServiceV1.readFileHeaders(Request queryParameters) List file headers from Cognite.ConnectorServiceV1.readLabels(Request queryParameters) Read labels from Cognite.ConnectorServiceV1.readRawRows(Request queryParameters) Fetch Raw rows from Cognite.ConnectorServiceV1.readRelationships(Request queryParameters) Fetch relationships from Cognite.ConnectorServiceV1.readSecurityCategories(Request queryParameters) Read security categories from Cognite.ConnectorServiceV1.readSequencesHeaders(Request queryParameters) Fetch sequences headers from Cognite.ConnectorServiceV1.readSequencesRows(Request queryParameters) Fetch sequences rows / body from Cognite.ConnectorServiceV1.readThreeDAncestorNodes(Request queryParameters) ConnectorServiceV1.readThreeDAssetMappings(Request requestParameters) ConnectorServiceV1.ThreeDFileBinaryReader.readThreeDFileBinaries(Request request) Executes an item-based request to get file binaries and blocks the thread until all files have been downloaded.ConnectorServiceV1.ThreeDFileBinaryReader.readThreeDFileBinariesAsync(Request request) Executes an item-based request to get file binaries asynchronously.ConnectorServiceV1.readThreeDModels(Request queryParameters) Fetch 3d models from Cognite.ConnectorServiceV1.readThreeDModelsRevisions(Request queryParameters) Read 3D Models Revisions from Cognite.ConnectorServiceV1.readThreeDNodes(Request queryParameters) ConnectorServiceV1.readTransformationJobMetrics(Request requestParameters) List TransformationJobMetricsConnectorServiceV1.readTransformationJobs(Request queryParameters) Filter Transformations in Cognite.ConnectorServiceV1.readTransformationNotifications(Request requestParameters) List Transformation NotificationsConnectorServiceV1.readTransformations(Request queryParameters) Filter Transformations in Cognite.ConnectorServiceV1.readTransformationSchedules(Request requestParameters) List TransformationSchedulesConnectorServiceV1.readTsDatapoints(Request queryParameters) Fetch timeseries datapoints from Cognite.ConnectorServiceV1.readTsDatapointsProto(Request queryParameters) Fetch timeseries datapoints from Cognite using protobuf encoding.ConnectorServiceV1.readTsHeaders(Request queryParameters) List timeseries headers from Cognite.ConnectorServiceV1.runTransformationJobs(Request queryParameters) Start running the job in Cognite.Writes file metadata and binaries and blocks the call until the file write completes.ConnectorServiceV1.FileWriter.writeFileAsync(Request fileContainerRequest) Writes file metadata and binaries asynchronously.ConnectorServiceV1.ItemWriter.writeItems(Request items) Executes an item-based write request.ConnectorServiceV1.ItemWriter.writeItemsAsync(Request items) Executes an item-based write request asynchronously. -
Uses of Request in com.cognite.client.servicesV1.request
Methods in com.cognite.client.servicesV1.request with parameters of type RequestModifier and TypeMethodDescriptionFilesUploadRequestProvider.withRequest(Request parameters) GetIdRequestProvider.withRequest(Request parameters) GetJobIdRequestProvider.withRequest(Request parameters) GetListRequestProvider.withRequest(Request parameters) GetLoginRequestProvider.withRequest(Request parameters) GetPlaygroundJobIdRequestProvider.withRequest(Request parameters) GetPlaygroundRequestProvider.withRequest(Request parameters) GetSimpleListRequestProvider.withRequest(Request parameters) PostJsonListRequestProvider.withRequest(Request parameters) PostJsonRequestProvider.withRequest(Request parameters) PostPlaygroundJsonListRequestProvider.withRequest(Request parameters) PostPlaygroundJsonRequestProvider.withRequest(Request parameters) RawDeleteRowsRequestProvider.withRequest(Request parameters) RawReadRowsCursorsRequestProvider.withRequest(Request parameters) RawReadRowsRequestProvider.withRequest(Request parameters) RawWriteRowsRequestProvider.withRequest(Request parameters) RawWriteTablesRequestProvider.withRequest(Request parameters) RequestProvider.withRequest(Request requestParameters) Set the baselineRequestto build requests from.ThreeDAncestorNodesRequestProvider.withRequest(Request parameters) ThreeDAssetMappingsFilterRequestProvider.withRequest(Request parameters) ThreeDAssetMappingsRequestProvider.withRequest(Request parameters) ThreeDNodesFilterRequestProvider.withRequest(Request parameters) ThreeDNodesRequestProvider.withRequest(Request parameters) ThreeDOutputsRequestProvider.withRequest(Request parameters) ThreeDRequestProvider.withRequest(Request parameters) ThreeDRevisionLogsRequestProvider.withRequest(Request parameters) TSPointsReadProtoCursorsRequestProvider.withRequest(Request parameters) TSPointsRequestProvider.withRequest(Request parameters) TSPointsWriteProtoRequestProvider.withRequest(Request parameters) -
Uses of Request in com.cognite.client.servicesV1.request.serializer
Methods in com.cognite.client.servicesV1.request.serializer with parameters of type Request -
Uses of Request in com.cognite.client.servicesV1.response
Methods in com.cognite.client.servicesV1.response that return RequestModifier and TypeMethodDescriptionabstract RequestTSPointsProtoCursorsResponseParser.getRequest()abstract RequestTSPointsResponseParser.getRequest()Methods in com.cognite.client.servicesV1.response that return types with arguments of type RequestModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Request>RequestParametersResponseParser.extractItems(byte[] payload) Extract the main items from a results json payload.Methods in com.cognite.client.servicesV1.response with parameters of type RequestModifier and TypeMethodDescriptionstatic FileBinaryResponseParserabstract FileBinaryResponseParser.BuilderFileBinaryResponseParser.Builder.setRequest(Request value) TSPointsProtoCursorsResponseParser.Builder.setRequest(Request value) abstract TSPointsResponseParser.BuilderTSPointsResponseParser.Builder.setRequest(Request value) FileBinaryResponseParser.withRequest(Request requestParameters) TSPointsProtoCursorsResponseParser.withRequest(Request parameters) TSPointsResponseParser.withRequest(Request parameters) -
Uses of Request in com.cognite.client.servicesV1.util
Methods in com.cognite.client.servicesV1.util with parameters of type RequestModifier and TypeMethodDescriptionstatic okhttp3.HttpUrl.BuilderApiHttpUrlBuilderUtils.defaultAPIEndpointBuilder(Request request, String endpoint, String apiVersion) Returns a HttpUrl.Builder pre-filled with the host address, the resource and the endpoint for the given inner parameters.static okhttp3.HttpUrl.BuilderApiHttpUrlBuilderUtils.defaultHostURLBuilder(Request request, String endpoint) Returns a HttpUrl.Builder pre-filled with the host address.TSIterationUtilities.getAggregateGranularityDuration(Request requestParameters) Parses the aggregate duration (minute, hour, day, etc.) from a TS datapoints request.TSIterationUtilities.getEndAsMillis(Request requestParameters) Parses the end attribute from a TS datapoints request and returns it as millis since epoch.TSIterationUtilities.getStartAsMillis(Request requestParameters) Parses the start attribute from a TS datapoints request and returns it as millis since epoch. -
Uses of Request in com.cognite.client.stream
Methods in com.cognite.client.stream with parameters of type Request