Uses of Class
com.cognite.client.dto.Transformation.Notification
Packages that use Transformation.Notification
-
Uses of Transformation.Notification in com.cognite.client
Methods in com.cognite.client that return types with arguments of type Transformation.NotificationModifier and TypeMethodDescriptionTransformationNotifications.list()Returns allTransformation.Notificationobjects.Returns allTransformation.Notificationobject that matches the filters set in theRequest.Returns allTransformation.Notificationobjects that matches the filters set in theRequestfor the specified partitions.TransformationNotifications.subscribe(List<Transformation.Notification.Subscription> subscribes) Subscribe to receive notifications PS: Full example in file transformations.md -
Uses of Transformation.Notification in com.cognite.client.dto
Methods in com.cognite.client.dto that return Transformation.NotificationModifier and TypeMethodDescriptionTransformation.Notification.Builder.build()Transformation.Notification.Builder.buildPartial()static Transformation.NotificationTransformation.Notification.getDefaultInstance()Transformation.Notification.Builder.getDefaultInstanceForType()Transformation.Notification.getDefaultInstanceForType()static Transformation.NotificationTransformation.Notification.parseDelimitedFrom(InputStream input) static Transformation.NotificationTransformation.Notification.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.NotificationTransformation.Notification.parseFrom(byte[] data) static Transformation.NotificationTransformation.Notification.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.NotificationTransformation.Notification.parseFrom(com.google.protobuf.ByteString data) static Transformation.NotificationTransformation.Notification.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.NotificationTransformation.Notification.parseFrom(com.google.protobuf.CodedInputStream input) static Transformation.NotificationTransformation.Notification.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.NotificationTransformation.Notification.parseFrom(InputStream input) static Transformation.NotificationTransformation.Notification.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Transformation.NotificationTransformation.Notification.parseFrom(ByteBuffer data) static Transformation.NotificationTransformation.Notification.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type Transformation.NotificationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Transformation.Notification>Transformation.Notification.getParserForType()static com.google.protobuf.Parser<Transformation.Notification>Transformation.Notification.parser()Methods in com.cognite.client.dto with parameters of type Transformation.NotificationModifier and TypeMethodDescriptionTransformation.Notification.Builder.mergeFrom(Transformation.Notification other) Transformation.Notification.newBuilder(Transformation.Notification prototype) -
Uses of Transformation.Notification in com.cognite.client.servicesV1.parser
Methods in com.cognite.client.servicesV1.parser that return Transformation.NotificationModifier and TypeMethodDescriptionstatic Transformation.NotificationTransformationNotificationsParser.parseTransformationNotifications(String json) Builds an objectTransformation.Notificationfrom json value.Methods in com.cognite.client.servicesV1.parser that return types with arguments of type Transformation.NotificationModifier and TypeMethodDescriptionstatic List<Transformation.Notification>TransformationNotificationsParser.parseTransformationNotificationsToList(String json) Builds a List ofTransformation.Notificationfrom json value.