Class Common.RawOutputDataConfig.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Common.RawOutputDataConfigOrBuilder, Cloneable
    Enclosing class:
    Common.RawOutputDataConfig

    public static final class Common.RawOutputDataConfig.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Common.RawOutputDataConfig.Builder>
    implements Common.RawOutputDataConfigOrBuilder
     Encapsulates user settings pertaining to offloaded data (i.e. Blobs, Schema, query data, etc.).
     See https://github.com/flyteorg/flyte/issues/211 for more background information.
     
    Protobuf type flyteidl.admin.RawOutputDataConfig
    • Field Detail

      • bitField0_

        private int bitField0_
      • outputLocationPrefix_

        private Object outputLocationPrefix_
    • 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<Common.RawOutputDataConfig.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<Common.RawOutputDataConfig.Builder>
      • getDefaultInstanceForType

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

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

        public Common.RawOutputDataConfig 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<Common.RawOutputDataConfig.Builder>
      • mergeFrom

        public Common.RawOutputDataConfig.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<Common.RawOutputDataConfig.Builder>
        Throws:
        IOException
      • getOutputLocationPrefix

        public String getOutputLocationPrefix()
         Prefix for where offloaded data from user workflows will be written
         e.g. s3://bucket/key or s3://bucket/
         
        string output_location_prefix = 1;
        Specified by:
        getOutputLocationPrefix in interface Common.RawOutputDataConfigOrBuilder
        Returns:
        The outputLocationPrefix.
      • getOutputLocationPrefixBytes

        public com.google.protobuf.ByteString getOutputLocationPrefixBytes()
         Prefix for where offloaded data from user workflows will be written
         e.g. s3://bucket/key or s3://bucket/
         
        string output_location_prefix = 1;
        Specified by:
        getOutputLocationPrefixBytes in interface Common.RawOutputDataConfigOrBuilder
        Returns:
        The bytes for outputLocationPrefix.
      • setOutputLocationPrefix

        public Common.RawOutputDataConfig.Builder setOutputLocationPrefix​(String value)
         Prefix for where offloaded data from user workflows will be written
         e.g. s3://bucket/key or s3://bucket/
         
        string output_location_prefix = 1;
        Parameters:
        value - The outputLocationPrefix to set.
        Returns:
        This builder for chaining.
      • clearOutputLocationPrefix

        public Common.RawOutputDataConfig.Builder clearOutputLocationPrefix()
         Prefix for where offloaded data from user workflows will be written
         e.g. s3://bucket/key or s3://bucket/
         
        string output_location_prefix = 1;
        Returns:
        This builder for chaining.
      • setOutputLocationPrefixBytes

        public Common.RawOutputDataConfig.Builder setOutputLocationPrefixBytes​(com.google.protobuf.ByteString value)
         Prefix for where offloaded data from user workflows will be written
         e.g. s3://bucket/key or s3://bucket/
         
        string output_location_prefix = 1;
        Parameters:
        value - The bytes for outputLocationPrefix to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Common.RawOutputDataConfig.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<Common.RawOutputDataConfig.Builder>
      • mergeUnknownFields

        public final Common.RawOutputDataConfig.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<Common.RawOutputDataConfig.Builder>