ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.addAllNotifications(Iterable<? extends Common.Notification> values) |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.addNotifications(int index,
Common.Notification value) |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.addNotifications(int index,
Common.Notification.Builder builderForValue) |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.addNotifications(Common.Notification value) |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.addNotifications(Common.Notification.Builder builderForValue) |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.clear() |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.clearNotifications() |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.clone() |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.ExecutionSpec.Builder.getNotificationsBuilder() |
List of notifications based on Execution status transitions
When this list is not empty it is used rather than any notifications defined in the referenced launch plan.
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.mergeFrom(ExecutionOuterClass.NotificationList other) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.newBuilder() |
|
static ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.newBuilder(ExecutionOuterClass.NotificationList prototype) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.newBuilderForType() |
|
protected ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.removeNotifications(int index) |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.setNotifications(int index,
Common.Notification value) |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.setNotifications(int index,
Common.Notification.Builder builderForValue) |
repeated .flyteidl.admin.Notification notifications = 1;
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ExecutionOuterClass.NotificationList.Builder |
ExecutionOuterClass.NotificationList.toBuilder() |
|