Package flyteidl.core

Class Catalog.CatalogArtifactTag.Builder

    • Field Detail

      • bitField0_

        private int bitField0_
      • artifactId_

        private Object artifactId_
    • Constructor Detail

      • Builder

        private Builder()
      • Builder

        private Builder​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
    • 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<Catalog.CatalogArtifactTag.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<Catalog.CatalogArtifactTag.Builder>
      • getDefaultInstanceForType

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

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

        public Catalog.CatalogArtifactTag buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public Catalog.CatalogArtifactTag.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<Catalog.CatalogArtifactTag.Builder>
        Throws:
        IOException
      • setArtifactId

        public Catalog.CatalogArtifactTag.Builder setArtifactId​(String value)
         Artifact ID is generated name
         
        string artifact_id = 1;
        Parameters:
        value - The artifactId to set.
        Returns:
        This builder for chaining.
      • setArtifactIdBytes

        public Catalog.CatalogArtifactTag.Builder setArtifactIdBytes​(com.google.protobuf.ByteString value)
         Artifact ID is generated name
         
        string artifact_id = 1;
        Parameters:
        value - The bytes for artifactId to set.
        Returns:
        This builder for chaining.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Flyte computes the tag automatically, as the hash of the values
         
        string name = 2;
        Specified by:
        getNameBytes in interface Catalog.CatalogArtifactTagOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Catalog.CatalogArtifactTag.Builder setName​(String value)
         Flyte computes the tag automatically, as the hash of the values
         
        string name = 2;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Catalog.CatalogArtifactTag.Builder clearName()
         Flyte computes the tag automatically, as the hash of the values
         
        string name = 2;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Catalog.CatalogArtifactTag.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Flyte computes the tag automatically, as the hash of the values
         
        string name = 2;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Catalog.CatalogArtifactTag.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<Catalog.CatalogArtifactTag.Builder>
      • mergeUnknownFields

        public final Catalog.CatalogArtifactTag.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<Catalog.CatalogArtifactTag.Builder>