Send feedback
  
   
 
  
    
      Class FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestamp (3.79.0) 
  
  
  
   
  
    
  
  
    
    
    
    
    
  Version latestkeyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   extends   GeneratedMessageV3   implements   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestampOrBuilder  
   Feature value and timestamp.
 Protobuf type 
 google.cloud.aiplatform.v1beta1.FeatureViewDirectWriteRequest.DataKeyAndFeatureValues.Feature.FeatureValueAndTimestamp
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  
  
    
public   static   final   int   TIMESTAMP_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  
  
    
public   static   final   int   VALUE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   getDefaultInstance ()  
  
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp . Builder   newBuilder ()  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp . Builder   newBuilder ( FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   prototype )  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( ByteString   data )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( ByteBuffer   data )  
  
  
  
  
    
public   static   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   Parser<FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp >  parser ()  
  
  Methods
   
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  
    
public   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp   getDefaultInstanceForType ()  
  
  
    
public   Parser<FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp >  getParserForType ()  
  
  Overrides 
  
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
public   Timestamp   getTimestamp ()  
   The feature timestamp to store with this value.
 If not set, then the Feature Store server will generate a timestamp
 when it receives the write request.
 .google.protobuf.Timestamp timestamp = 2;
    
      
        Returns  
      
        Type Description  
      
        Timestamp The timestamp.
 
     
  
  
    
public   TimestampOrBuilder   getTimestampOrBuilder ()  
   The feature timestamp to store with this value.
 If not set, then the Feature Store server will generate a timestamp
 when it receives the write request.
 .google.protobuf.Timestamp timestamp = 2;
    
public   FeatureValue   getValue ()  
   The feature value.
 .google.cloud.aiplatform.v1beta1.FeatureValue value = 1;
    
public   FeatureValueOrBuilder   getValueOrBuilder ()  
   The feature value.
 .google.cloud.aiplatform.v1beta1.FeatureValue value = 1;
    
public   boolean   hasTimestamp ()  
   The feature timestamp to store with this value.
 If not set, then the Feature Store server will generate a timestamp
 when it receives the write request.
 .google.protobuf.Timestamp timestamp = 2;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the timestamp field is set.
 
     
  
  
    
public   boolean   hasValue ()  
   The feature value.
 .google.cloud.aiplatform.v1beta1.FeatureValue value = 1;
    
      
        Returns  
      
        Type Description  
      
        boolean Whether the value field is set.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  
    
public   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp . Builder   newBuilderForType ()  
  
  
    
protected   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  
    
public   FeatureViewDirectWriteRequest . DataKeyAndFeatureValues . Feature . FeatureValueAndTimestamp . Builder   toBuilder ()  
  
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
         
  
  
    
    Send feedback
  
   
 
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
    
    
    
      
  
  
    Need to tell us more?
  
   
 
     
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]