Uses of Interface
flyteidl.admin.Common.NotificationOrBuilder
-
Packages that use Common.NotificationOrBuilder Package Description flyteidl.admin -
-
Uses of Common.NotificationOrBuilder in flyteidl.admin
Classes in flyteidl.admin that implement Common.NotificationOrBuilder Modifier and Type Class Description static classCommon.NotificationRepresents a structure for notifications based on execution status.static classCommon.Notification.BuilderRepresents a structure for notifications based on execution status.Fields in flyteidl.admin with type parameters of type Common.NotificationOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilderV3<Common.Notification,Common.Notification.Builder,Common.NotificationOrBuilder>ExecutionOuterClass.ExecutionClosure.Builder. notificationsBuilder_private com.google.protobuf.RepeatedFieldBuilderV3<Common.Notification,Common.Notification.Builder,Common.NotificationOrBuilder>ExecutionOuterClass.NotificationList.Builder. notificationsBuilder_private com.google.protobuf.RepeatedFieldBuilderV3<Common.Notification,Common.Notification.Builder,Common.NotificationOrBuilder>LaunchPlanOuterClass.LaunchPlanMetadata.Builder. notificationsBuilder_Methods in flyteidl.admin that return Common.NotificationOrBuilder Modifier and Type Method Description Common.NotificationOrBuilderExecutionOuterClass.ExecutionClosure.Builder. getNotificationsOrBuilder(int index)The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.Common.NotificationOrBuilderExecutionOuterClass.ExecutionClosure. getNotificationsOrBuilder(int index)The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.Common.NotificationOrBuilderExecutionOuterClass.ExecutionClosureOrBuilder. getNotificationsOrBuilder(int index)The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.Common.NotificationOrBuilderExecutionOuterClass.NotificationList.Builder. getNotificationsOrBuilder(int index)repeated .flyteidl.admin.Notification notifications = 1;Common.NotificationOrBuilderExecutionOuterClass.NotificationList. getNotificationsOrBuilder(int index)repeated .flyteidl.admin.Notification notifications = 1;Common.NotificationOrBuilderExecutionOuterClass.NotificationListOrBuilder. getNotificationsOrBuilder(int index)repeated .flyteidl.admin.Notification notifications = 1;Common.NotificationOrBuilderLaunchPlanOuterClass.LaunchPlanMetadata.Builder. getNotificationsOrBuilder(int index)List of notifications based on Execution status transitionsCommon.NotificationOrBuilderLaunchPlanOuterClass.LaunchPlanMetadata. getNotificationsOrBuilder(int index)List of notifications based on Execution status transitionsCommon.NotificationOrBuilderLaunchPlanOuterClass.LaunchPlanMetadataOrBuilder. getNotificationsOrBuilder(int index)List of notifications based on Execution status transitionsMethods in flyteidl.admin that return types with arguments of type Common.NotificationOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilderV3<Common.Notification,Common.Notification.Builder,Common.NotificationOrBuilder>ExecutionOuterClass.ExecutionClosure.Builder. getNotificationsFieldBuilder()private com.google.protobuf.RepeatedFieldBuilderV3<Common.Notification,Common.Notification.Builder,Common.NotificationOrBuilder>ExecutionOuterClass.NotificationList.Builder. getNotificationsFieldBuilder()private com.google.protobuf.RepeatedFieldBuilderV3<Common.Notification,Common.Notification.Builder,Common.NotificationOrBuilder>LaunchPlanOuterClass.LaunchPlanMetadata.Builder. getNotificationsFieldBuilder()List<? extends Common.NotificationOrBuilder>ExecutionOuterClass.ExecutionClosure.Builder. getNotificationsOrBuilderList()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.List<? extends Common.NotificationOrBuilder>ExecutionOuterClass.ExecutionClosure. getNotificationsOrBuilderList()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.List<? extends Common.NotificationOrBuilder>ExecutionOuterClass.ExecutionClosureOrBuilder. getNotificationsOrBuilderList()The notification settings to use after merging the CreateExecutionRequest and the launch plan notification settings.List<? extends Common.NotificationOrBuilder>ExecutionOuterClass.NotificationList.Builder. getNotificationsOrBuilderList()repeated .flyteidl.admin.Notification notifications = 1;List<? extends Common.NotificationOrBuilder>ExecutionOuterClass.NotificationList. getNotificationsOrBuilderList()repeated .flyteidl.admin.Notification notifications = 1;List<? extends Common.NotificationOrBuilder>ExecutionOuterClass.NotificationListOrBuilder. getNotificationsOrBuilderList()repeated .flyteidl.admin.Notification notifications = 1;List<? extends Common.NotificationOrBuilder>LaunchPlanOuterClass.LaunchPlanMetadata.Builder. getNotificationsOrBuilderList()List of notifications based on Execution status transitionsList<? extends Common.NotificationOrBuilder>LaunchPlanOuterClass.LaunchPlanMetadata. getNotificationsOrBuilderList()List of notifications based on Execution status transitionsList<? extends Common.NotificationOrBuilder>LaunchPlanOuterClass.LaunchPlanMetadataOrBuilder. getNotificationsOrBuilderList()List of notifications based on Execution status transitions
-