Class ExportFeatureValuesRequest.SnapshotExport.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<ExportFeatureValuesRequest.SnapshotExport.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<ExportFeatureValuesRequest.SnapshotExport.Builder>
      • getDefaultInstanceForType

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

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

        public ExportFeatureValuesRequest.SnapshotExport 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<ExportFeatureValuesRequest.SnapshotExport.Builder>
      • hasSnapshotTime

        public boolean hasSnapshotTime()
         Exports Feature values as of this timestamp. If not set,
         retrieve values as of now. Timestamp, if present, must not have higher
         than millisecond precision.
         
        .google.protobuf.Timestamp snapshot_time = 1;
        Specified by:
        hasSnapshotTime in interface ExportFeatureValuesRequest.SnapshotExportOrBuilder
        Returns:
        Whether the snapshotTime field is set.
      • getSnapshotTime

        public com.google.protobuf.Timestamp getSnapshotTime()
         Exports Feature values as of this timestamp. If not set,
         retrieve values as of now. Timestamp, if present, must not have higher
         than millisecond precision.
         
        .google.protobuf.Timestamp snapshot_time = 1;
        Specified by:
        getSnapshotTime in interface ExportFeatureValuesRequest.SnapshotExportOrBuilder
        Returns:
        The snapshotTime.
      • setSnapshotTime

        public ExportFeatureValuesRequest.SnapshotExport.Builder setSnapshotTime​(com.google.protobuf.Timestamp value)
         Exports Feature values as of this timestamp. If not set,
         retrieve values as of now. Timestamp, if present, must not have higher
         than millisecond precision.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • setSnapshotTime

        public ExportFeatureValuesRequest.SnapshotExport.Builder setSnapshotTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Exports Feature values as of this timestamp. If not set,
         retrieve values as of now. Timestamp, if present, must not have higher
         than millisecond precision.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • mergeSnapshotTime

        public ExportFeatureValuesRequest.SnapshotExport.Builder mergeSnapshotTime​(com.google.protobuf.Timestamp value)
         Exports Feature values as of this timestamp. If not set,
         retrieve values as of now. Timestamp, if present, must not have higher
         than millisecond precision.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • clearSnapshotTime

        public ExportFeatureValuesRequest.SnapshotExport.Builder clearSnapshotTime()
         Exports Feature values as of this timestamp. If not set,
         retrieve values as of now. Timestamp, if present, must not have higher
         than millisecond precision.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • getSnapshotTimeBuilder

        public com.google.protobuf.Timestamp.Builder getSnapshotTimeBuilder()
         Exports Feature values as of this timestamp. If not set,
         retrieve values as of now. Timestamp, if present, must not have higher
         than millisecond precision.
         
        .google.protobuf.Timestamp snapshot_time = 1;
      • getSnapshotTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getSnapshotTimeOrBuilder()
         Exports Feature values as of this timestamp. If not set,
         retrieve values as of now. Timestamp, if present, must not have higher
         than millisecond precision.
         
        .google.protobuf.Timestamp snapshot_time = 1;
        Specified by:
        getSnapshotTimeOrBuilder in interface ExportFeatureValuesRequest.SnapshotExportOrBuilder
      • hasStartTime

        public boolean hasStartTime()
         Excludes Feature values with feature generation timestamp before this
         timestamp. If not set, retrieve oldest values kept in Feature Store.
         Timestamp, if present, must not have higher than millisecond precision.
         
        .google.protobuf.Timestamp start_time = 2;
        Specified by:
        hasStartTime in interface ExportFeatureValuesRequest.SnapshotExportOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public com.google.protobuf.Timestamp getStartTime()
         Excludes Feature values with feature generation timestamp before this
         timestamp. If not set, retrieve oldest values kept in Feature Store.
         Timestamp, if present, must not have higher than millisecond precision.
         
        .google.protobuf.Timestamp start_time = 2;
        Specified by:
        getStartTime in interface ExportFeatureValuesRequest.SnapshotExportOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public ExportFeatureValuesRequest.SnapshotExport.Builder setStartTime​(com.google.protobuf.Timestamp value)
         Excludes Feature values with feature generation timestamp before this
         timestamp. If not set, retrieve oldest values kept in Feature Store.
         Timestamp, if present, must not have higher than millisecond precision.
         
        .google.protobuf.Timestamp start_time = 2;
      • setStartTime

        public ExportFeatureValuesRequest.SnapshotExport.Builder setStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Excludes Feature values with feature generation timestamp before this
         timestamp. If not set, retrieve oldest values kept in Feature Store.
         Timestamp, if present, must not have higher than millisecond precision.
         
        .google.protobuf.Timestamp start_time = 2;
      • mergeStartTime

        public ExportFeatureValuesRequest.SnapshotExport.Builder mergeStartTime​(com.google.protobuf.Timestamp value)
         Excludes Feature values with feature generation timestamp before this
         timestamp. If not set, retrieve oldest values kept in Feature Store.
         Timestamp, if present, must not have higher than millisecond precision.
         
        .google.protobuf.Timestamp start_time = 2;
      • clearStartTime

        public ExportFeatureValuesRequest.SnapshotExport.Builder clearStartTime()
         Excludes Feature values with feature generation timestamp before this
         timestamp. If not set, retrieve oldest values kept in Feature Store.
         Timestamp, if present, must not have higher than millisecond precision.
         
        .google.protobuf.Timestamp start_time = 2;
      • getStartTimeBuilder

        public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
         Excludes Feature values with feature generation timestamp before this
         timestamp. If not set, retrieve oldest values kept in Feature Store.
         Timestamp, if present, must not have higher than millisecond precision.
         
        .google.protobuf.Timestamp start_time = 2;
      • getStartTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         Excludes Feature values with feature generation timestamp before this
         timestamp. If not set, retrieve oldest values kept in Feature Store.
         Timestamp, if present, must not have higher than millisecond precision.
         
        .google.protobuf.Timestamp start_time = 2;
        Specified by:
        getStartTimeOrBuilder in interface ExportFeatureValuesRequest.SnapshotExportOrBuilder