Uses of Class
com.cognite.client.dto.Transformation.Schedule
-
Packages that use Transformation.Schedule Package Description com.cognite.client com.cognite.client.dto com.cognite.client.servicesV1.parser com.cognite.client.util -
-
Uses of Transformation.Schedule in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Transformation.Schedule Modifier and Type Method Description Iterator<List<Transformation.Schedule>>TransformationSchedules. list()Returns allTransformation.Scheduleobjects.Iterator<List<Transformation.Schedule>>TransformationSchedules. list(Request requestParameters)Returns allTransformation.Scheduleobject that matches the filters set in theRequest.Iterator<List<Transformation.Schedule>>TransformationSchedules. list(Request requestParameters, String... partitions)Returns allTransformation.Scheduleobjects that matches the filters set in theRequestfor the specified partitions.List<Transformation.Schedule>TransformationSchedules. retrieve(List<Item> items)Retrieve Transformation.Schedule byexternalId / id.List<Transformation.Schedule>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.Schedule Modifier and Type Method Description List<Transformation.Schedule>TransformationSchedules. 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.Schedule Modifier and Type Method Description Transformation.ScheduleTransformation.Schedule.Builder. build()Transformation.ScheduleTransformation.Schedule.Builder. buildPartial()static Transformation.ScheduleTransformation.Schedule. getDefaultInstance()Transformation.ScheduleTransformation.Schedule.Builder. getDefaultInstanceForType()Transformation.ScheduleTransformation.Schedule. getDefaultInstanceForType()Transformation.ScheduleTransformation.Builder. getSchedule()optional .com.cognite.client.dto.Transformation.Schedule schedule = 20;Transformation.ScheduleTransformation. getSchedule()optional .com.cognite.client.dto.Transformation.Schedule schedule = 20;Transformation.ScheduleTransformationOrBuilder. 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.Schedule Modifier and Type Method Description com.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.Schedule Modifier and Type Method Description Transformation.Schedule.BuilderTransformation.Schedule.Builder. mergeFrom(Transformation.Schedule other)Transformation.BuilderTransformation.Builder. mergeSchedule(Transformation.Schedule value)optional .com.cognite.client.dto.Transformation.Schedule schedule = 20;static Transformation.Schedule.BuilderTransformation.Schedule. newBuilder(Transformation.Schedule prototype)Transformation.BuilderTransformation.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.Schedule Modifier and Type Method Description static Transformation.ScheduleTransformationSchedulesParser. parseTransformationSchedules(String json)Methods in com.cognite.client.servicesV1.parser with parameters of type Transformation.Schedule Modifier and Type Method Description static Map<String,Object>TransformationSchedulesParser. toRequestInsertItem(Transformation.Schedule element)static Map<String,Object>TransformationSchedulesParser. toRequestReplaceItem(Transformation.Schedule element)static Map<String,Object>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.Schedule Modifier and Type Method Description static List<Transformation.Schedule>DataGenerator. generateTransformationSchedules(Integer noObjects, String transformationExternalId, String interval, Boolean isPaused)
-