Interface LineageSubgraphOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LineageSubgraph, LineageSubgraph.Builder

@Generated public interface LineageSubgraphOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getArtifactsList

      List<Artifact> getArtifactsList()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getArtifacts

      Artifact getArtifacts(int index)
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getArtifactsCount

      int getArtifactsCount()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getArtifactsOrBuilderList

      List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
       The Artifact nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1;
    • getArtifactsOrBuilder

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

      List<Execution> getExecutionsList()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • getExecutions

      Execution getExecutions(int index)
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • getExecutionsCount

      int getExecutionsCount()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • getExecutionsOrBuilderList

      List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
       The Execution nodes in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Execution executions = 2;
    • getExecutionsOrBuilder

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

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

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

      int getEventsCount()
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
    • getEventsOrBuilderList

      List<? extends EventOrBuilder> getEventsOrBuilderList()
       The Event edges between Artifacts and Executions in the subgraph.
       
      repeated .google.cloud.aiplatform.v1.Event events = 3;
    • getEventsOrBuilder

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