Package flyteidl.core
Class Compiler.ConnectionSet.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
- flyteidl.core.Compiler.ConnectionSet.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Compiler.ConnectionSetOrBuilder,Cloneable
- Enclosing class:
- Compiler.ConnectionSet
public static final class Compiler.ConnectionSet.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder> implements Compiler.ConnectionSetOrBuilder
Adjacency list for the workflow. This is created as part of the compilation process. Every process after the compilation step uses this created ConnectionSet
Protobuf typeflyteidl.core.ConnectionSet
-
-
Field Summary
Fields Modifier and Type Field Description private intbitField0_private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList>downstream_private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList>upstream_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Compiler.ConnectionSet.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Compiler.ConnectionSetbuild()Compiler.ConnectionSetbuildPartial()private voidbuildPartial0(Compiler.ConnectionSet result)Compiler.ConnectionSet.Builderclear()Compiler.ConnectionSet.BuilderclearDownstream()Compiler.ConnectionSet.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)Compiler.ConnectionSet.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Compiler.ConnectionSet.BuilderclearUpstream()Compiler.ConnectionSet.Builderclone()booleancontainsDownstream(String key)A list of all the node ids that are downstream from a given node idbooleancontainsUpstream(String key)A list of all the node ids, that are upstream of this node idCompiler.ConnectionSetgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()Map<String,Compiler.ConnectionSet.IdList>getDownstream()Deprecated.intgetDownstreamCount()A list of all the node ids that are downstream from a given node idMap<String,Compiler.ConnectionSet.IdList>getDownstreamMap()A list of all the node ids that are downstream from a given node idCompiler.ConnectionSet.IdListgetDownstreamOrDefault(String key, Compiler.ConnectionSet.IdList defaultValue)A list of all the node ids that are downstream from a given node idCompiler.ConnectionSet.IdListgetDownstreamOrThrow(String key)A list of all the node ids that are downstream from a given node idMap<String,Compiler.ConnectionSet.IdList>getMutableDownstream()Deprecated.Map<String,Compiler.ConnectionSet.IdList>getMutableUpstream()Deprecated.Map<String,Compiler.ConnectionSet.IdList>getUpstream()Deprecated.intgetUpstreamCount()A list of all the node ids, that are upstream of this node idMap<String,Compiler.ConnectionSet.IdList>getUpstreamMap()A list of all the node ids, that are upstream of this node idCompiler.ConnectionSet.IdListgetUpstreamOrDefault(String key, Compiler.ConnectionSet.IdList defaultValue)A list of all the node ids, that are upstream of this node idCompiler.ConnectionSet.IdListgetUpstreamOrThrow(String key)A list of all the node ids, that are upstream of this node idprivate com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList>internalGetDownstream()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList>internalGetMutableDownstream()protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList>internalGetMutableUpstream()private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList>internalGetUpstream()booleanisInitialized()Compiler.ConnectionSet.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Compiler.ConnectionSet.BuildermergeFrom(com.google.protobuf.Message other)Compiler.ConnectionSet.BuildermergeFrom(Compiler.ConnectionSet other)Compiler.ConnectionSet.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Compiler.ConnectionSet.BuilderputAllDownstream(Map<String,Compiler.ConnectionSet.IdList> values)A list of all the node ids that are downstream from a given node idCompiler.ConnectionSet.BuilderputAllUpstream(Map<String,Compiler.ConnectionSet.IdList> values)A list of all the node ids, that are upstream of this node idCompiler.ConnectionSet.BuilderputDownstream(String key, Compiler.ConnectionSet.IdList value)A list of all the node ids that are downstream from a given node idCompiler.ConnectionSet.BuilderputUpstream(String key, Compiler.ConnectionSet.IdList value)A list of all the node ids, that are upstream of this node idCompiler.ConnectionSet.BuilderremoveDownstream(String key)A list of all the node ids that are downstream from a given node idCompiler.ConnectionSet.BuilderremoveUpstream(String key)A list of all the node ids, that are upstream of this node idCompiler.ConnectionSet.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Compiler.ConnectionSet.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Compiler.ConnectionSet.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
downstream_
private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList> downstream_
-
upstream_
private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList> upstream_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
clear
public Compiler.ConnectionSet.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<Compiler.ConnectionSet.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<Compiler.ConnectionSet.Builder>
-
getDefaultInstanceForType
public Compiler.ConnectionSet getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Compiler.ConnectionSet build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Compiler.ConnectionSet buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial0
private void buildPartial0(Compiler.ConnectionSet result)
-
clone
public Compiler.ConnectionSet.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<Compiler.ConnectionSet.Builder>
-
setField
public Compiler.ConnectionSet.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
clearField
public Compiler.ConnectionSet.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
clearOneof
public Compiler.ConnectionSet.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
setRepeatedField
public Compiler.ConnectionSet.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
addRepeatedField
public Compiler.ConnectionSet.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
mergeFrom
public Compiler.ConnectionSet.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Compiler.ConnectionSet.Builder>
-
mergeFrom
public Compiler.ConnectionSet.Builder mergeFrom(Compiler.ConnectionSet other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
mergeFrom
public Compiler.ConnectionSet.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Compiler.ConnectionSet.Builder>- Throws:
IOException
-
internalGetDownstream
private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList> internalGetDownstream()
-
internalGetMutableDownstream
private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList> internalGetMutableDownstream()
-
getDownstreamCount
public int getDownstreamCount()
Description copied from interface:Compiler.ConnectionSetOrBuilderA list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;- Specified by:
getDownstreamCountin interfaceCompiler.ConnectionSetOrBuilder
-
containsDownstream
public boolean containsDownstream(String key)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;- Specified by:
containsDownstreamin interfaceCompiler.ConnectionSetOrBuilder
-
getDownstream
@Deprecated public Map<String,Compiler.ConnectionSet.IdList> getDownstream()
Deprecated.UsegetDownstreamMap()instead.- Specified by:
getDownstreamin interfaceCompiler.ConnectionSetOrBuilder
-
getDownstreamMap
public Map<String,Compiler.ConnectionSet.IdList> getDownstreamMap()
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;- Specified by:
getDownstreamMapin interfaceCompiler.ConnectionSetOrBuilder
-
getDownstreamOrDefault
public Compiler.ConnectionSet.IdList getDownstreamOrDefault(String key, Compiler.ConnectionSet.IdList defaultValue)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;- Specified by:
getDownstreamOrDefaultin interfaceCompiler.ConnectionSetOrBuilder
-
getDownstreamOrThrow
public Compiler.ConnectionSet.IdList getDownstreamOrThrow(String key)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;- Specified by:
getDownstreamOrThrowin interfaceCompiler.ConnectionSetOrBuilder
-
clearDownstream
public Compiler.ConnectionSet.Builder clearDownstream()
-
removeDownstream
public Compiler.ConnectionSet.Builder removeDownstream(String key)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;
-
getMutableDownstream
@Deprecated public Map<String,Compiler.ConnectionSet.IdList> getMutableDownstream()
Deprecated.Use alternate mutation accessors instead.
-
putDownstream
public Compiler.ConnectionSet.Builder putDownstream(String key, Compiler.ConnectionSet.IdList value)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;
-
putAllDownstream
public Compiler.ConnectionSet.Builder putAllDownstream(Map<String,Compiler.ConnectionSet.IdList> values)
A list of all the node ids that are downstream from a given node id
map<string, .flyteidl.core.ConnectionSet.IdList> downstream = 7;
-
internalGetUpstream
private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList> internalGetUpstream()
-
internalGetMutableUpstream
private com.google.protobuf.MapField<String,Compiler.ConnectionSet.IdList> internalGetMutableUpstream()
-
getUpstreamCount
public int getUpstreamCount()
Description copied from interface:Compiler.ConnectionSetOrBuilderA list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;- Specified by:
getUpstreamCountin interfaceCompiler.ConnectionSetOrBuilder
-
containsUpstream
public boolean containsUpstream(String key)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;- Specified by:
containsUpstreamin interfaceCompiler.ConnectionSetOrBuilder
-
getUpstream
@Deprecated public Map<String,Compiler.ConnectionSet.IdList> getUpstream()
Deprecated.UsegetUpstreamMap()instead.- Specified by:
getUpstreamin interfaceCompiler.ConnectionSetOrBuilder
-
getUpstreamMap
public Map<String,Compiler.ConnectionSet.IdList> getUpstreamMap()
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;- Specified by:
getUpstreamMapin interfaceCompiler.ConnectionSetOrBuilder
-
getUpstreamOrDefault
public Compiler.ConnectionSet.IdList getUpstreamOrDefault(String key, Compiler.ConnectionSet.IdList defaultValue)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;- Specified by:
getUpstreamOrDefaultin interfaceCompiler.ConnectionSetOrBuilder
-
getUpstreamOrThrow
public Compiler.ConnectionSet.IdList getUpstreamOrThrow(String key)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;- Specified by:
getUpstreamOrThrowin interfaceCompiler.ConnectionSetOrBuilder
-
clearUpstream
public Compiler.ConnectionSet.Builder clearUpstream()
-
removeUpstream
public Compiler.ConnectionSet.Builder removeUpstream(String key)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;
-
getMutableUpstream
@Deprecated public Map<String,Compiler.ConnectionSet.IdList> getMutableUpstream()
Deprecated.Use alternate mutation accessors instead.
-
putUpstream
public Compiler.ConnectionSet.Builder putUpstream(String key, Compiler.ConnectionSet.IdList value)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;
-
putAllUpstream
public Compiler.ConnectionSet.Builder putAllUpstream(Map<String,Compiler.ConnectionSet.IdList> values)
A list of all the node ids, that are upstream of this node id
map<string, .flyteidl.core.ConnectionSet.IdList> upstream = 8;
-
setUnknownFields
public final Compiler.ConnectionSet.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
mergeUnknownFields
public final Compiler.ConnectionSet.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Compiler.ConnectionSet.Builder>
-
-