Class ExportFeatureValuesRequest.FullExport.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.FullExport.Builder>
com.google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport.Builder
All Implemented Interfaces:
ExportFeatureValuesRequest.FullExportOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ExportFeatureValuesRequest.FullExport

public static final class ExportFeatureValuesRequest.FullExport.Builder extends com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.FullExport.Builder> implements ExportFeatureValuesRequest.FullExportOrBuilder
 Describes exporting all historical Feature values of all entities of the
 EntityType between [start_time, end_time].
 
Protobuf type google.cloud.aiplatform.v1.ExportFeatureValuesRequest.FullExport
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.FullExport.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.GeneratedMessage.Builder<ExportFeatureValuesRequest.FullExport.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.GeneratedMessage.Builder<ExportFeatureValuesRequest.FullExport.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ExportFeatureValuesRequest.FullExport.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<ExportFeatureValuesRequest.FullExport.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ExportFeatureValuesRequest.FullExport.Builder>
    • mergeFrom

      public ExportFeatureValuesRequest.FullExport.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<ExportFeatureValuesRequest.FullExport.Builder>
      Throws:
      IOException
    • 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.FullExportOrBuilder
      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.FullExportOrBuilder
      Returns:
      The startTime.
    • setStartTime

      public ExportFeatureValuesRequest.FullExport.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.FullExport.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.FullExport.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

       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.FullExportOrBuilder
    • hasEndTime

      public boolean hasEndTime()
       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 end_time = 1;
      Specified by:
      hasEndTime in interface ExportFeatureValuesRequest.FullExportOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.protobuf.Timestamp getEndTime()
       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 end_time = 1;
      Specified by:
      getEndTime in interface ExportFeatureValuesRequest.FullExportOrBuilder
      Returns:
      The endTime.
    • setEndTime

      public ExportFeatureValuesRequest.FullExport.Builder setEndTime(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 end_time = 1;
    • setEndTime

      public ExportFeatureValuesRequest.FullExport.Builder setEndTime(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 end_time = 1;
    • mergeEndTime

      public ExportFeatureValuesRequest.FullExport.Builder mergeEndTime(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 end_time = 1;
    • clearEndTime

       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 end_time = 1;
    • getEndTimeBuilder

      public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
       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 end_time = 1;
    • getEndTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       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 end_time = 1;
      Specified by:
      getEndTimeOrBuilder in interface ExportFeatureValuesRequest.FullExportOrBuilder