Package flyteidl.admin
Class ExecutionOuterClass.NotificationList.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
- flyteidl.admin.ExecutionOuterClass.NotificationList.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ExecutionOuterClass.NotificationListOrBuilder,java.lang.Cloneable
- Enclosing class:
- ExecutionOuterClass.NotificationList
public static final class ExecutionOuterClass.NotificationList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder> implements ExecutionOuterClass.NotificationListOrBuilder
Protobuf typeflyteidl.admin.NotificationList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExecutionOuterClass.NotificationList.BuilderaddAllNotifications(java.lang.Iterable<? extends Common.Notification> values)repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuilderaddNotifications(int index, Common.Notification value)repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuilderaddNotifications(int index, Common.Notification.Builder builderForValue)repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuilderaddNotifications(Common.Notification value)repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuilderaddNotifications(Common.Notification.Builder builderForValue)repeated .flyteidl.admin.Notification notifications = 1;Common.Notification.BuilderaddNotificationsBuilder()repeated .flyteidl.admin.Notification notifications = 1;Common.Notification.BuilderaddNotificationsBuilder(int index)repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ExecutionOuterClass.NotificationListbuild()ExecutionOuterClass.NotificationListbuildPartial()ExecutionOuterClass.NotificationList.Builderclear()ExecutionOuterClass.NotificationList.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ExecutionOuterClass.NotificationList.BuilderclearNotifications()repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ExecutionOuterClass.NotificationList.Builderclone()ExecutionOuterClass.NotificationListgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Common.NotificationgetNotifications(int index)repeated .flyteidl.admin.Notification notifications = 1;Common.Notification.BuildergetNotificationsBuilder(int index)repeated .flyteidl.admin.Notification notifications = 1;java.util.List<Common.Notification.Builder>getNotificationsBuilderList()repeated .flyteidl.admin.Notification notifications = 1;intgetNotificationsCount()repeated .flyteidl.admin.Notification notifications = 1;java.util.List<Common.Notification>getNotificationsList()repeated .flyteidl.admin.Notification notifications = 1;Common.NotificationOrBuildergetNotificationsOrBuilder(int index)repeated .flyteidl.admin.Notification notifications = 1;java.util.List<? extends Common.NotificationOrBuilder>getNotificationsOrBuilderList()repeated .flyteidl.admin.Notification notifications = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ExecutionOuterClass.NotificationList.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ExecutionOuterClass.NotificationList.BuildermergeFrom(com.google.protobuf.Message other)ExecutionOuterClass.NotificationList.BuildermergeFrom(ExecutionOuterClass.NotificationList other)ExecutionOuterClass.NotificationList.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ExecutionOuterClass.NotificationList.BuilderremoveNotifications(int index)repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)ExecutionOuterClass.NotificationList.BuildersetNotifications(int index, Common.Notification value)repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuildersetNotifications(int index, Common.Notification.Builder builderForValue)repeated .flyteidl.admin.Notification notifications = 1;ExecutionOuterClass.NotificationList.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)ExecutionOuterClass.NotificationList.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
clear
public ExecutionOuterClass.NotificationList.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
getDefaultInstanceForType
public ExecutionOuterClass.NotificationList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ExecutionOuterClass.NotificationList build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ExecutionOuterClass.NotificationList buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ExecutionOuterClass.NotificationList.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
setField
public ExecutionOuterClass.NotificationList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
clearField
public ExecutionOuterClass.NotificationList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
clearOneof
public ExecutionOuterClass.NotificationList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
setRepeatedField
public ExecutionOuterClass.NotificationList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
addRepeatedField
public ExecutionOuterClass.NotificationList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
mergeFrom
public ExecutionOuterClass.NotificationList.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExecutionOuterClass.NotificationList.Builder>
-
mergeFrom
public ExecutionOuterClass.NotificationList.Builder mergeFrom(ExecutionOuterClass.NotificationList other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
mergeFrom
public ExecutionOuterClass.NotificationList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ExecutionOuterClass.NotificationList.Builder>- Throws:
java.io.IOException
-
getNotificationsList
public java.util.List<Common.Notification> getNotificationsList()
repeated .flyteidl.admin.Notification notifications = 1;- Specified by:
getNotificationsListin interfaceExecutionOuterClass.NotificationListOrBuilder
-
getNotificationsCount
public int getNotificationsCount()
repeated .flyteidl.admin.Notification notifications = 1;- Specified by:
getNotificationsCountin interfaceExecutionOuterClass.NotificationListOrBuilder
-
getNotifications
public Common.Notification getNotifications(int index)
repeated .flyteidl.admin.Notification notifications = 1;- Specified by:
getNotificationsin interfaceExecutionOuterClass.NotificationListOrBuilder
-
setNotifications
public ExecutionOuterClass.NotificationList.Builder setNotifications(int index, Common.Notification value)
repeated .flyteidl.admin.Notification notifications = 1;
-
setNotifications
public ExecutionOuterClass.NotificationList.Builder setNotifications(int index, Common.Notification.Builder builderForValue)
repeated .flyteidl.admin.Notification notifications = 1;
-
addNotifications
public ExecutionOuterClass.NotificationList.Builder addNotifications(Common.Notification value)
repeated .flyteidl.admin.Notification notifications = 1;
-
addNotifications
public ExecutionOuterClass.NotificationList.Builder addNotifications(int index, Common.Notification value)
repeated .flyteidl.admin.Notification notifications = 1;
-
addNotifications
public ExecutionOuterClass.NotificationList.Builder addNotifications(Common.Notification.Builder builderForValue)
repeated .flyteidl.admin.Notification notifications = 1;
-
addNotifications
public ExecutionOuterClass.NotificationList.Builder addNotifications(int index, Common.Notification.Builder builderForValue)
repeated .flyteidl.admin.Notification notifications = 1;
-
addAllNotifications
public ExecutionOuterClass.NotificationList.Builder addAllNotifications(java.lang.Iterable<? extends Common.Notification> values)
repeated .flyteidl.admin.Notification notifications = 1;
-
clearNotifications
public ExecutionOuterClass.NotificationList.Builder clearNotifications()
repeated .flyteidl.admin.Notification notifications = 1;
-
removeNotifications
public ExecutionOuterClass.NotificationList.Builder removeNotifications(int index)
repeated .flyteidl.admin.Notification notifications = 1;
-
getNotificationsBuilder
public Common.Notification.Builder getNotificationsBuilder(int index)
repeated .flyteidl.admin.Notification notifications = 1;
-
getNotificationsOrBuilder
public Common.NotificationOrBuilder getNotificationsOrBuilder(int index)
repeated .flyteidl.admin.Notification notifications = 1;- Specified by:
getNotificationsOrBuilderin interfaceExecutionOuterClass.NotificationListOrBuilder
-
getNotificationsOrBuilderList
public java.util.List<? extends Common.NotificationOrBuilder> getNotificationsOrBuilderList()
repeated .flyteidl.admin.Notification notifications = 1;- Specified by:
getNotificationsOrBuilderListin interfaceExecutionOuterClass.NotificationListOrBuilder
-
addNotificationsBuilder
public Common.Notification.Builder addNotificationsBuilder()
repeated .flyteidl.admin.Notification notifications = 1;
-
addNotificationsBuilder
public Common.Notification.Builder addNotificationsBuilder(int index)
repeated .flyteidl.admin.Notification notifications = 1;
-
getNotificationsBuilderList
public java.util.List<Common.Notification.Builder> getNotificationsBuilderList()
repeated .flyteidl.admin.Notification notifications = 1;
-
setUnknownFields
public final ExecutionOuterClass.NotificationList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
mergeUnknownFields
public final ExecutionOuterClass.NotificationList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ExecutionOuterClass.NotificationList.Builder>
-
-