Class LineageSubgraph.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<LineageSubgraph.Builder>
com.google.cloud.aiplatform.v1.LineageSubgraph.Builder
All Implemented Interfaces:
LineageSubgraphOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
LineageSubgraph

public static final class LineageSubgraph.Builder extends com.google.protobuf.GeneratedMessage.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
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<LineageSubgraph.Builder>
    • clear

      public LineageSubgraph.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<LineageSubgraph.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<LineageSubgraph.Builder>
    • getDefaultInstanceForType

      public LineageSubgraph getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public LineageSubgraph build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public LineageSubgraph buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public LineageSubgraph.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LineageSubgraph.Builder>
    • mergeFrom

      public LineageSubgraph.Builder mergeFrom(LineageSubgraph other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<LineageSubgraph.Builder>
    • mergeFrom

      public LineageSubgraph.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<LineageSubgraph.Builder>
      Throws:
      IOException
    • getArtifactsList

      public List<Artifact> getArtifactsList()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
      Specified by:
      getArtifactsList in interface LineageSubgraphOrBuilder
    • getArtifactsCount

      public int getArtifactsCount()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
      Specified by:
      getArtifactsCount in interface LineageSubgraphOrBuilder
    • getArtifacts

      public Artifact getArtifacts(int index)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
      Specified by:
      getArtifacts in interface LineageSubgraphOrBuilder
    • setArtifacts

      public LineageSubgraph.Builder setArtifacts(int index, Artifact value)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • setArtifacts

      public LineageSubgraph.Builder setArtifacts(int index, Artifact.Builder builderForValue)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • addArtifacts

      public LineageSubgraph.Builder addArtifacts(Artifact value)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • addArtifacts

      public LineageSubgraph.Builder addArtifacts(int index, Artifact value)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • addArtifacts

      public LineageSubgraph.Builder addArtifacts(Artifact.Builder builderForValue)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • addArtifacts

      public LineageSubgraph.Builder addArtifacts(int index, Artifact.Builder builderForValue)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • addAllArtifacts

      public LineageSubgraph.Builder addAllArtifacts(Iterable<? extends Artifact> values)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • clearArtifacts

      public LineageSubgraph.Builder clearArtifacts()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • removeArtifacts

      public LineageSubgraph.Builder removeArtifacts(int index)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getArtifactsBuilder

      public Artifact.Builder getArtifactsBuilder(int index)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getArtifactsOrBuilder

      public ArtifactOrBuilder getArtifactsOrBuilder(int index)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
      Specified by:
      getArtifactsOrBuilder in interface LineageSubgraphOrBuilder
    • getArtifactsOrBuilderList

      public List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
      Specified by:
      getArtifactsOrBuilderList in interface LineageSubgraphOrBuilder
    • addArtifactsBuilder

      public Artifact.Builder addArtifactsBuilder()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • addArtifactsBuilder

      public Artifact.Builder addArtifactsBuilder(int index)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getArtifactsBuilderList

      public List<Artifact.Builder> getArtifactsBuilderList()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getExecutionsList

      public List<Execution> getExecutionsList()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
      Specified by:
      getExecutionsList in interface LineageSubgraphOrBuilder
    • getExecutionsCount

      public int getExecutionsCount()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
      Specified by:
      getExecutionsCount in interface LineageSubgraphOrBuilder
    • getExecutions

      public Execution getExecutions(int index)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
      Specified by:
      getExecutions in interface LineageSubgraphOrBuilder
    • setExecutions

      public LineageSubgraph.Builder setExecutions(int index, Execution value)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • setExecutions

      public LineageSubgraph.Builder setExecutions(int index, Execution.Builder builderForValue)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • addExecutions

      public LineageSubgraph.Builder addExecutions(Execution value)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • addExecutions

      public LineageSubgraph.Builder addExecutions(int index, Execution value)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • addExecutions

      public LineageSubgraph.Builder addExecutions(Execution.Builder builderForValue)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • addExecutions

      public LineageSubgraph.Builder addExecutions(int index, Execution.Builder builderForValue)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • addAllExecutions

      public LineageSubgraph.Builder addAllExecutions(Iterable<? extends Execution> values)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • clearExecutions

      public LineageSubgraph.Builder clearExecutions()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • removeExecutions

      public LineageSubgraph.Builder removeExecutions(int index)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • getExecutionsBuilder

      public Execution.Builder getExecutionsBuilder(int index)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • getExecutionsOrBuilder

      public ExecutionOrBuilder getExecutionsOrBuilder(int index)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
      Specified by:
      getExecutionsOrBuilder in interface LineageSubgraphOrBuilder
    • getExecutionsOrBuilderList

      public List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
      Specified by:
      getExecutionsOrBuilderList in interface LineageSubgraphOrBuilder
    • addExecutionsBuilder

      public Execution.Builder addExecutionsBuilder()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • addExecutionsBuilder

      public Execution.Builder addExecutionsBuilder(int index)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • getExecutionsBuilderList

      public List<Execution.Builder> getExecutionsBuilderList()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • getEventsList

      public List<Event> getEventsList()
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
      Specified by:
      getEventsList in interface LineageSubgraphOrBuilder
    • getEventsCount

      public int getEventsCount()
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
      Specified by:
      getEventsCount in interface LineageSubgraphOrBuilder
    • getEvents

      public Event getEvents(int index)
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
      Specified by:
      getEvents in interface LineageSubgraphOrBuilder
    • setEvents

      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;
    • setEvents

      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;
    • addEvents

      public LineageSubgraph.Builder addEvents(Event value)
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
    • addEvents

      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;
    • addEvents

      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;
    • addEvents

      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;
    • addAllEvents

      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;
    • clearEvents

      public LineageSubgraph.Builder clearEvents()
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
    • removeEvents

      public LineageSubgraph.Builder removeEvents(int index)
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
    • getEventsBuilder

      public Event.Builder getEventsBuilder(int index)
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
    • getEventsOrBuilder

      public EventOrBuilder getEventsOrBuilder(int index)
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
      Specified by:
      getEventsOrBuilder in interface LineageSubgraphOrBuilder
    • getEventsOrBuilderList

      public List<? extends EventOrBuilder> getEventsOrBuilderList()
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
      Specified by:
      getEventsOrBuilderList in interface LineageSubgraphOrBuilder
    • addEventsBuilder

      public Event.Builder addEventsBuilder()
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
    • addEventsBuilder

      public Event.Builder addEventsBuilder(int index)
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
    • getEventsBuilderList

      public List<Event.Builder> getEventsBuilderList()
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;