Uses of Class
com.cognite.client.dto.Transformation
Packages that use Transformation
Package
Description
-
Uses of Transformation in com.cognite.client
Methods in com.cognite.client that return types with arguments of type TransformationModifier and TypeMethodDescriptionTransformations.list()Returns allTransformationobjects.Returns allTransformationobject that matches the filters set in theRequest.Returns allTransformationobjects that matches the filters set in theRequestfor the specified partitions.Retrieve Transformations byexternalId / id.Transformations.upsert(List<Transformation> transformations) Creates or updates a set ofTransformationobjects.Method parameters in com.cognite.client with type arguments of type TransformationModifier and TypeMethodDescriptionTransformations.upsert(List<Transformation> transformations) Creates or updates a set ofTransformationobjects. -
Uses of Transformation in com.cognite.client.dto
Methods in com.cognite.client.dto that return TransformationModifier and TypeMethodDescriptionTransformation.Builder.build()Transformation.Builder.buildPartial()static TransformationTransformation.getDefaultInstance()Transformation.Builder.getDefaultInstanceForType()Transformation.getDefaultInstanceForType()static TransformationTransformation.parseDelimitedFrom(InputStream input) static TransformationTransformation.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransformationTransformation.parseFrom(byte[] data) static TransformationTransformation.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransformationTransformation.parseFrom(com.google.protobuf.ByteString data) static TransformationTransformation.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransformationTransformation.parseFrom(com.google.protobuf.CodedInputStream input) static TransformationTransformation.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransformationTransformation.parseFrom(InputStream input) static TransformationTransformation.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TransformationTransformation.parseFrom(ByteBuffer data) static TransformationTransformation.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type TransformationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Transformation>Transformation.getParserForType()static com.google.protobuf.Parser<Transformation>Transformation.parser()Methods in com.cognite.client.dto with parameters of type TransformationModifier and TypeMethodDescriptionTransformation.Builder.mergeFrom(Transformation other) static Transformation.BuilderTransformation.newBuilder(Transformation prototype) -
Uses of Transformation in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return TransformationModifier and TypeMethodDescriptionstatic TransformationTransformationParser.parseTransformations(String json) Methods in com.cognite.client.servicesV1.parser that return types with arguments of type TransformationModifier and TypeMethodDescriptionstatic List<Transformation>TransformationParser.parseTransformationsToList(String json) Methods in com.cognite.client.servicesV1.parser with parameters of type TransformationModifier and TypeMethodDescriptionTransformationParser.toRequestInsertItem(Transformation element) Builds a request insert item object fromTransformation.TransformationParser.toRequestReplaceItem(Transformation element) TransformationParser.toRequestUpdateItem(Transformation element) -
Uses of Transformation in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type TransformationModifier and TypeMethodDescriptionstatic List<Transformation>DataGenerator.generateTransformations(Integer noObjects, long dataSetId, String destinationType, int typeOfCredentials) static List<Transformation>DataGenerator.generateTransformations(Integer noObjects, long dataSetId, String destinationType, int typeOfCredentials, String clientId, String clientSecret, String tokenUri, String cdfProjectName)