Class 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.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.v1beta1.LineageSubgraph
    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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
      • clone

        public LineageSubgraph.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<LineageSubgraph.Builder>
      • setField

        public LineageSubgraph.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<LineageSubgraph.Builder>
      • clearField

        public LineageSubgraph.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<LineageSubgraph.Builder>
      • clearOneof

        public LineageSubgraph.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LineageSubgraph.Builder>
      • setRepeatedField

        public LineageSubgraph.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        int index,
                                                        Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LineageSubgraph.Builder>
      • addRepeatedField

        public LineageSubgraph.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                        Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LineageSubgraph.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>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.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
      • getArtifactsCount

        public int getArtifactsCount()
         The Artifact nodes in the subgraph.
         
        repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.Artifact artifacts = 1;
      • setArtifacts

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

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

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

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

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

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

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

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

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

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

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

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

        public int getExecutionsCount()
         The Execution nodes in the subgraph.
         
        repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.Execution executions = 2;
      • setExecutions

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

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

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

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

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

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

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

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

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

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

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

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

        public List<Event> getEventsList()
         The Event edges between Artifacts and Executions in the subgraph.
         
        repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.Event events = 3;
      • addEvents

        public LineageSubgraph.Builder addEvents​(Event value)
         The Event edges between Artifacts and Executions in the subgraph.
         
        repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.Event events = 3;
      • clearEvents

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

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

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

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

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

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

        public final LineageSubgraph.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LineageSubgraph.Builder>
      • mergeUnknownFields

        public final LineageSubgraph.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LineageSubgraph.Builder>