Class FeatureValue.Metadata.Builder

    • 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<FeatureValue.Metadata.Builder>
      • clear

        public FeatureValue.Metadata.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<FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>
      • getDefaultInstanceForType

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

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

        public FeatureValue.Metadata buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>
      • clearField

        public FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>
      • clearOneof

        public FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>
      • setRepeatedField

        public FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>
      • addRepeatedField

        public FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>
      • isInitialized

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

        public FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>
        Throws:
        IOException
      • hasGenerateTime

        public boolean hasGenerateTime()
         Feature generation timestamp. Typically, it is provided by user at
         feature ingestion time. If not, feature store
         will use the system timestamp when the data is ingested into feature
         store. For streaming ingestion, the time, aligned by days, must be no
         older than five years (1825 days) and no later than one year (366 days)
         in the future.
         
        .google.protobuf.Timestamp generate_time = 1;
        Specified by:
        hasGenerateTime in interface FeatureValue.MetadataOrBuilder
        Returns:
        Whether the generateTime field is set.
      • getGenerateTime

        public com.google.protobuf.Timestamp getGenerateTime()
         Feature generation timestamp. Typically, it is provided by user at
         feature ingestion time. If not, feature store
         will use the system timestamp when the data is ingested into feature
         store. For streaming ingestion, the time, aligned by days, must be no
         older than five years (1825 days) and no later than one year (366 days)
         in the future.
         
        .google.protobuf.Timestamp generate_time = 1;
        Specified by:
        getGenerateTime in interface FeatureValue.MetadataOrBuilder
        Returns:
        The generateTime.
      • setGenerateTime

        public FeatureValue.Metadata.Builder setGenerateTime​(com.google.protobuf.Timestamp value)
         Feature generation timestamp. Typically, it is provided by user at
         feature ingestion time. If not, feature store
         will use the system timestamp when the data is ingested into feature
         store. For streaming ingestion, the time, aligned by days, must be no
         older than five years (1825 days) and no later than one year (366 days)
         in the future.
         
        .google.protobuf.Timestamp generate_time = 1;
      • setGenerateTime

        public FeatureValue.Metadata.Builder setGenerateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Feature generation timestamp. Typically, it is provided by user at
         feature ingestion time. If not, feature store
         will use the system timestamp when the data is ingested into feature
         store. For streaming ingestion, the time, aligned by days, must be no
         older than five years (1825 days) and no later than one year (366 days)
         in the future.
         
        .google.protobuf.Timestamp generate_time = 1;
      • mergeGenerateTime

        public FeatureValue.Metadata.Builder mergeGenerateTime​(com.google.protobuf.Timestamp value)
         Feature generation timestamp. Typically, it is provided by user at
         feature ingestion time. If not, feature store
         will use the system timestamp when the data is ingested into feature
         store. For streaming ingestion, the time, aligned by days, must be no
         older than five years (1825 days) and no later than one year (366 days)
         in the future.
         
        .google.protobuf.Timestamp generate_time = 1;
      • clearGenerateTime

        public FeatureValue.Metadata.Builder clearGenerateTime()
         Feature generation timestamp. Typically, it is provided by user at
         feature ingestion time. If not, feature store
         will use the system timestamp when the data is ingested into feature
         store. For streaming ingestion, the time, aligned by days, must be no
         older than five years (1825 days) and no later than one year (366 days)
         in the future.
         
        .google.protobuf.Timestamp generate_time = 1;
      • getGenerateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getGenerateTimeBuilder()
         Feature generation timestamp. Typically, it is provided by user at
         feature ingestion time. If not, feature store
         will use the system timestamp when the data is ingested into feature
         store. For streaming ingestion, the time, aligned by days, must be no
         older than five years (1825 days) and no later than one year (366 days)
         in the future.
         
        .google.protobuf.Timestamp generate_time = 1;
      • getGenerateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getGenerateTimeOrBuilder()
         Feature generation timestamp. Typically, it is provided by user at
         feature ingestion time. If not, feature store
         will use the system timestamp when the data is ingested into feature
         store. For streaming ingestion, the time, aligned by days, must be no
         older than five years (1825 days) and no later than one year (366 days)
         in the future.
         
        .google.protobuf.Timestamp generate_time = 1;
        Specified by:
        getGenerateTimeOrBuilder in interface FeatureValue.MetadataOrBuilder
      • setUnknownFields

        public final FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>
      • mergeUnknownFields

        public final FeatureValue.Metadata.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<FeatureValue.Metadata.Builder>