Common.Notification.Builder |
Common.Notification.Builder.addAllPhases(Iterable<? extends Execution.WorkflowExecution.Phase> values) |
A list of phases to which users can associate the notifications to.
|
Common.Notification.Builder |
Common.Notification.Builder.addAllPhasesValue(Iterable<Integer> values) |
A list of phases to which users can associate the notifications to.
|
Common.Notification.Builder |
ExecutionOuterClass.ExecutionClosure.Builder.addNotificationsBuilder() |
The notification settings to use after merging the CreateExecutionRequest and the launch plan
notification settings.
|
Common.Notification.Builder |
ExecutionOuterClass.ExecutionClosure.Builder.addNotificationsBuilder(int index) |
The notification settings to use after merging the CreateExecutionRequest and the launch plan
notification settings.
|
Common.Notification.Builder |
ExecutionOuterClass.NotificationList.Builder.addNotificationsBuilder() |
repeated .flyteidl.admin.Notification notifications = 1;
|
Common.Notification.Builder |
ExecutionOuterClass.NotificationList.Builder.addNotificationsBuilder(int index) |
repeated .flyteidl.admin.Notification notifications = 1;
|
Common.Notification.Builder |
LaunchPlanOuterClass.LaunchPlanMetadata.Builder.addNotificationsBuilder() |
List of notifications based on Execution status transitions
|
Common.Notification.Builder |
LaunchPlanOuterClass.LaunchPlanMetadata.Builder.addNotificationsBuilder(int index) |
List of notifications based on Execution status transitions
|
Common.Notification.Builder |
Common.Notification.Builder.addPhases(Execution.WorkflowExecution.Phase value) |
A list of phases to which users can associate the notifications to.
|
Common.Notification.Builder |
Common.Notification.Builder.addPhasesValue(int value) |
A list of phases to which users can associate the notifications to.
|
Common.Notification.Builder |
Common.Notification.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Common.Notification.Builder |
Common.Notification.Builder.clear() |
|
Common.Notification.Builder |
Common.Notification.Builder.clearEmail() |
.flyteidl.admin.EmailNotification email = 2;
|
Common.Notification.Builder |
Common.Notification.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Common.Notification.Builder |
Common.Notification.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Common.Notification.Builder |
Common.Notification.Builder.clearPagerDuty() |
.flyteidl.admin.PagerDutyNotification pager_duty = 3;
|
Common.Notification.Builder |
Common.Notification.Builder.clearPhases() |
A list of phases to which users can associate the notifications to.
|
Common.Notification.Builder |
Common.Notification.Builder.clearSlack() |
.flyteidl.admin.SlackNotification slack = 4;
|
Common.Notification.Builder |
Common.Notification.Builder.clearType() |
|
Common.Notification.Builder |
Common.Notification.Builder.clone() |
|
Common.Notification.Builder |
ExecutionOuterClass.ExecutionClosure.Builder.getNotificationsBuilder(int index) |
The notification settings to use after merging the CreateExecutionRequest and the launch plan
notification settings.
|
Common.Notification.Builder |
ExecutionOuterClass.NotificationList.Builder.getNotificationsBuilder(int index) |
repeated .flyteidl.admin.Notification notifications = 1;
|
Common.Notification.Builder |
LaunchPlanOuterClass.LaunchPlanMetadata.Builder.getNotificationsBuilder(int index) |
List of notifications based on Execution status transitions
|
Common.Notification.Builder |
Common.Notification.Builder.mergeEmail(Common.EmailNotification value) |
.flyteidl.admin.EmailNotification email = 2;
|
Common.Notification.Builder |
Common.Notification.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Common.Notification.Builder |
Common.Notification.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Common.Notification.Builder |
Common.Notification.Builder.mergeFrom(Common.Notification other) |
|
Common.Notification.Builder |
Common.Notification.Builder.mergePagerDuty(Common.PagerDutyNotification value) |
.flyteidl.admin.PagerDutyNotification pager_duty = 3;
|
Common.Notification.Builder |
Common.Notification.Builder.mergeSlack(Common.SlackNotification value) |
.flyteidl.admin.SlackNotification slack = 4;
|
Common.Notification.Builder |
Common.Notification.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Common.Notification.Builder |
Common.Notification.newBuilder() |
|
static Common.Notification.Builder |
Common.Notification.newBuilder(Common.Notification prototype) |
|
Common.Notification.Builder |
Common.Notification.newBuilderForType() |
|
protected Common.Notification.Builder |
Common.Notification.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Common.Notification.Builder |
Common.Notification.Builder.setEmail(Common.EmailNotification value) |
.flyteidl.admin.EmailNotification email = 2;
|
Common.Notification.Builder |
Common.Notification.Builder.setEmail(Common.EmailNotification.Builder builderForValue) |
.flyteidl.admin.EmailNotification email = 2;
|
Common.Notification.Builder |
Common.Notification.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Common.Notification.Builder |
Common.Notification.Builder.setPagerDuty(Common.PagerDutyNotification value) |
.flyteidl.admin.PagerDutyNotification pager_duty = 3;
|
Common.Notification.Builder |
Common.Notification.Builder.setPagerDuty(Common.PagerDutyNotification.Builder builderForValue) |
.flyteidl.admin.PagerDutyNotification pager_duty = 3;
|
Common.Notification.Builder |
Common.Notification.Builder.setPhases(int index,
Execution.WorkflowExecution.Phase value) |
A list of phases to which users can associate the notifications to.
|
Common.Notification.Builder |
Common.Notification.Builder.setPhasesValue(int index,
int value) |
A list of phases to which users can associate the notifications to.
|
Common.Notification.Builder |
Common.Notification.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Common.Notification.Builder |
Common.Notification.Builder.setSlack(Common.SlackNotification value) |
.flyteidl.admin.SlackNotification slack = 4;
|
Common.Notification.Builder |
Common.Notification.Builder.setSlack(Common.SlackNotification.Builder builderForValue) |
.flyteidl.admin.SlackNotification slack = 4;
|
Common.Notification.Builder |
Common.Notification.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Common.Notification.Builder |
Common.Notification.toBuilder() |
|