public static final class ExportFeatureValuesRequest.FullExport.Builder extends GeneratedMessageV3.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.v1beta1.ExportFeatureValuesRequest.FullExport
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport build()
   
  
  
  
  
    public ExportFeatureValuesRequest.FullExport buildPartial()
   
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder clear()
   
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder 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;
    public ExportFeatureValuesRequest.FullExport.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.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;
    public ExportFeatureValuesRequest.FullExport.Builder clone()
   
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public 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;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The endTime. | 
    
  
  
  
  
    public 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;
    public 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;
    public 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;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The startTime. | 
    
  
  
  
  
    public 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;
    public 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;
    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;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the endTime field is set. | 
    
  
  
  
  
    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;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the startTime field is set. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder mergeEndTime(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;
    public ExportFeatureValuesRequest.FullExport.Builder mergeFrom(ExportFeatureValuesRequest.FullExport other)
   
  
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder mergeStartTime(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;
    public final ExportFeatureValuesRequest.FullExport.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder setEndTime(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;
    public ExportFeatureValuesRequest.FullExport.Builder setEndTime(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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public ExportFeatureValuesRequest.FullExport.Builder setStartTime(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;
    public ExportFeatureValuesRequest.FullExport.Builder setStartTime(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;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  
  
    public final ExportFeatureValuesRequest.FullExport.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides