Uses of Class
com.cognite.client.dto.Transformation.Schedule
Packages that use Transformation.Schedule
Package
Description
-
Uses of Transformation.Schedule in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Transformation.ScheduleModifier and TypeMethodDescriptionTransformationSchedules.list()Returns allTransformation.Scheduleobjects.Returns allTransformation.Scheduleobject that matches the filters set in theRequest.Returns allTransformation.Scheduleobjects that matches the filters set in theRequestfor the specified partitions.Retrieve Transformation.Schedule byexternalId / id.TransformationSchedules.schedule(List<Transformation.Schedule> schedules) Creates or updates a set ofTransformation.Scheduleobjects.Method parameters in com.cognite.client with type arguments of type Transformation.ScheduleModifier and TypeMethodDescriptionTransformationSchedules.schedule(List<Transformation.Schedule> schedules) Creates or updates a set ofTransformation.Scheduleobjects. -
Uses of Transformation.Schedule in com.cognite.client.dto
Methods in com.cognite.client.dto that return Transformation.ScheduleModifier and TypeMethodDescriptionTransformation.Schedule.Builder.build()Transformation.Schedule.Builder.buildPartial()static Transformation.ScheduleTransformation.Schedule.getDefaultInstance()Transformation.Schedule.Builder.getDefaultInstanceForType()Transformation.Schedule.getDefaultInstanceForType()Transformation.Builder.getSchedule()optional .com.cognite.client.dto.Transformation.Schedule schedule = 20;Transformation.getSchedule()optional .com.cognite.client.dto.Transformation.Schedule schedule = 20;TransformationOrBuilder.getSchedule()optional .com.cognite.client.dto.Transformation.Schedule schedule = 20;static Transformation.ScheduleTransformation.Schedule.parseDelimitedFrom(InputStream input) static Transformation.ScheduleTransformation.Schedule.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.ScheduleTransformation.Schedule.parseFrom(byte[] data) static Transformation.ScheduleTransformation.Schedule.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.ScheduleTransformation.Schedule.parseFrom(com.google.protobuf.ByteString data) static Transformation.ScheduleTransformation.Schedule.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.ScheduleTransformation.Schedule.parseFrom(com.google.protobuf.CodedInputStream input) static Transformation.ScheduleTransformation.Schedule.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.ScheduleTransformation.Schedule.parseFrom(InputStream input) static Transformation.ScheduleTransformation.Schedule.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.ScheduleTransformation.Schedule.parseFrom(ByteBuffer data) static Transformation.ScheduleTransformation.Schedule.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type Transformation.ScheduleModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Transformation.Schedule>Transformation.Schedule.getParserForType()static com.google.protobuf.Parser<Transformation.Schedule>Transformation.Schedule.parser()Methods in com.cognite.client.dto with parameters of type Transformation.ScheduleModifier and TypeMethodDescriptionTransformation.Schedule.Builder.mergeFrom(Transformation.Schedule other) Transformation.Builder.mergeSchedule(Transformation.Schedule value) optional .com.cognite.client.dto.Transformation.Schedule schedule = 20;Transformation.Schedule.newBuilder(Transformation.Schedule prototype) Transformation.Builder.setSchedule(Transformation.Schedule value) optional .com.cognite.client.dto.Transformation.Schedule schedule = 20; -
Uses of Transformation.Schedule in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return Transformation.ScheduleModifier and TypeMethodDescriptionstatic Transformation.ScheduleTransformationSchedulesParser.parseTransformationSchedules(String json) Methods in com.cognite.client.servicesV1.parser with parameters of type Transformation.ScheduleModifier and TypeMethodDescriptionTransformationSchedulesParser.toRequestInsertItem(Transformation.Schedule element) TransformationSchedulesParser.toRequestReplaceItem(Transformation.Schedule element) TransformationSchedulesParser.toRequestUpdateItem(Transformation.Schedule element) -
Uses of Transformation.Schedule in com.cognite.client.util
Methods in com.cognite.client.util that return types with arguments of type Transformation.ScheduleModifier and TypeMethodDescriptionstatic List<Transformation.Schedule>DataGenerator.generateTransformationSchedules(Integer noObjects, String transformationExternalId, String interval, Boolean isPaused)