public static final class LineageSubgraph.Builder extends GeneratedMessageV3.Builder<LineageSubgraph.Builder> implements LineageSubgraphOrBuilder
   
   A subgraph of the overall lineage graph. Event edges connect Artifact and
 Execution nodes.
 Protobuf type google.cloud.aiplatform.v1.LineageSubgraph
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public LineageSubgraph.Builder addAllArtifacts(Iterable<? extends Artifact> values)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1.Artifact>
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addAllEvents(Iterable<? extends Event> values)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1.Event>
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addAllExecutions(Iterable<? extends Execution> values)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1.Execution>
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addArtifacts(Artifact value)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Artifact
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addArtifacts(Artifact.Builder builderForValue)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public LineageSubgraph.Builder addArtifacts(int index, Artifact value)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public LineageSubgraph.Builder addArtifacts(int index, Artifact.Builder builderForValue)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public Artifact.Builder addArtifactsBuilder()
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public Artifact.Builder addArtifactsBuilder(int index)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addEvents(Event value)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Event
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addEvents(Event.Builder builderForValue)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    public LineageSubgraph.Builder addEvents(int index, Event value)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Event
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addEvents(int index, Event.Builder builderForValue)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    public Event.Builder addEventsBuilder()
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    public Event.Builder addEventsBuilder(int index)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addExecutions(Execution value)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public LineageSubgraph.Builder addExecutions(Execution.Builder builderForValue)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public LineageSubgraph.Builder addExecutions(int index, Execution value)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public LineageSubgraph.Builder addExecutions(int index, Execution.Builder builderForValue)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public Execution.Builder addExecutionsBuilder()
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public Execution.Builder addExecutionsBuilder(int index)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public LineageSubgraph build()
   
  
  
  
  
    public LineageSubgraph buildPartial()
   
  
  
  
  
    public LineageSubgraph.Builder clear()
   
  
  Overrides
  
  
  
  
    public LineageSubgraph.Builder clearArtifacts()
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public LineageSubgraph.Builder clearEvents()
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    public LineageSubgraph.Builder clearExecutions()
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public LineageSubgraph.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public LineageSubgraph.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public LineageSubgraph.Builder clone()
   
  
  Overrides
  
  
  
  
    public Artifact getArtifacts(int index)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public Artifact.Builder getArtifactsBuilder(int index)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<Artifact.Builder> getArtifactsBuilderList()
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public int getArtifactsCount()
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<Artifact> getArtifactsList()
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public ArtifactOrBuilder getArtifactsOrBuilder(int index)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1.ArtifactOrBuilder> |  | 
    
  
  
  
  
    public LineageSubgraph getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public Event getEvents(int index)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Event |  | 
    
  
  
  
  
    public Event.Builder getEventsBuilder(int index)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<Event.Builder> getEventsBuilderList()
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    public int getEventsCount()
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<Event> getEventsList()
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    public EventOrBuilder getEventsOrBuilder(int index)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends EventOrBuilder> getEventsOrBuilderList()
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1.EventOrBuilder> |  | 
    
  
  
  
  
    public Execution getExecutions(int index)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public Execution.Builder getExecutionsBuilder(int index)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<Execution.Builder> getExecutionsBuilderList()
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public int getExecutionsCount()
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<Execution> getExecutionsList()
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public ExecutionOrBuilder getExecutionsOrBuilder(int index)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1.ExecutionOrBuilder> |  | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public LineageSubgraph.Builder mergeFrom(LineageSubgraph other)
   
  
  
  
  
  
    public LineageSubgraph.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public LineageSubgraph.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final LineageSubgraph.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public LineageSubgraph.Builder removeArtifacts(int index)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder removeEvents(int index)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder removeExecutions(int index)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder setArtifacts(int index, Artifact value)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public LineageSubgraph.Builder setArtifacts(int index, Artifact.Builder builderForValue)
   
   The Artifact nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    public LineageSubgraph.Builder setEvents(int index, Event value)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    
      
        | Parameters | 
      
        | Name | Description | 
      
        | index | int
 | 
      
        | value | Event
 | 
    
  
  
  
  
  
    public LineageSubgraph.Builder setEvents(int index, Event.Builder builderForValue)
   
   The Event edges between Artifacts and Executions in the subgraph.
 repeated .google.cloud.aiplatform.v1.Event events = 3;
    public LineageSubgraph.Builder setExecutions(int index, Execution value)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public LineageSubgraph.Builder setExecutions(int index, Execution.Builder builderForValue)
   
   The Execution nodes in the subgraph.
 repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    public LineageSubgraph.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public LineageSubgraph.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final LineageSubgraph.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides