Class TimeInterval.Builder (0.15.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.15.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  TimeInterval . Builder   extends   GeneratedMessageV3 . Builder<TimeInterval . Builder >  implements   TimeIntervalOrBuilder  
   A time interval extending just after a start time through an end time.
 If the start time is the same as the end time, then the interval
 represents a single point in time.
 Protobuf type google.cloud.bigquery.migration.v2.TimeInterval
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder() 
    
    
    
    
    
    
    
    
    
    
    
    
      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
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  Returns 
  
  Methods
   
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TimeInterval . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  build() 
  
    
public   TimeInterval   build ()  
  Returns 
  
  buildPartial() 
  
    
public   TimeInterval   buildPartial ()  
  Returns 
  
  clear() 
  
    
public   TimeInterval . Builder   clear ()  
  Returns 
  
  Overrides 
  
  clearEndTime() 
  
    
public   TimeInterval . Builder   clearEndTime ()  
   Required. The end of the time interval.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   TimeInterval . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   TimeInterval . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  clearStartTime() 
  
    
public   TimeInterval . Builder   clearStartTime ()  
   Optional. The beginning of the time interval.  The default value
 for the start time is the end time. The start time must not be
 later than the end time.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
 
Returns 
  
  clone() 
  
    
public   TimeInterval . Builder   clone ()  
  Returns 
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   TimeInterval   getDefaultInstanceForType ()  
  Returns 
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  Returns 
  
  Overrides 
  
  getEndTime() 
  
    
public   Timestamp   getEndTime ()  
   Required. The end of the time interval.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getEndTimeBuilder() 
  
    
public   Timestamp . Builder   getEndTimeBuilder ()  
   Required. The end of the time interval.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getEndTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getEndTimeOrBuilder ()  
   Required. The end of the time interval.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
  getStartTime() 
  
    
public   Timestamp   getStartTime ()  
   Optional. The beginning of the time interval.  The default value
 for the start time is the end time. The start time must not be
 later than the end time.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
 
Returns 
  
  getStartTimeBuilder() 
  
    
public   Timestamp . Builder   getStartTimeBuilder ()  
   Optional. The beginning of the time interval.  The default value
 for the start time is the end time. The start time must not be
 later than the end time.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
 
Returns 
  
  getStartTimeOrBuilder() 
  
    
public   TimestampOrBuilder   getStartTimeOrBuilder ()  
   Optional. The beginning of the time interval.  The default value
 for the start time is the end time. The start time must not be
 later than the end time.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
 
Returns 
  
  hasEndTime() 
  
    
public   boolean   hasEndTime ()  
   Required. The end of the time interval.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
 
Returns 
  
    
      
        Type Description  
      
        boolean Whether the endTime field is set.
 
     
  
  hasStartTime() 
  
    
public   boolean   hasStartTime ()  
   Optional. The beginning of the time interval.  The default value
 for the start time is the end time. The start time must not be
 later than the end time.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
 
Returns 
  
    
      
        Type Description  
      
        boolean Whether the startTime field is set.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  Returns 
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  Returns 
  
  Overrides 
  
  mergeEndTime(Timestamp value) 
  
    
public   TimeInterval . Builder   mergeEndTime ( Timestamp   value )  
   Required. The end of the time interval.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  mergeFrom(TimeInterval other) 
  
    
public   TimeInterval . Builder   mergeFrom ( TimeInterval   other )  
  Parameter 
  
  Returns 
  
  
    
public   TimeInterval . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  Exceptions 
  
  mergeFrom(Message other) 
  
    
public   TimeInterval . Builder   mergeFrom ( Message   other )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  mergeStartTime(Timestamp value) 
  
    
public   TimeInterval . Builder   mergeStartTime ( Timestamp   value )  
   Optional. The beginning of the time interval.  The default value
 for the start time is the end time. The start time must not be
 later than the end time.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
 
Parameter 
  
  Returns 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TimeInterval . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
  setEndTime(Timestamp value) 
  
    
public   TimeInterval . Builder   setEndTime ( Timestamp   value )  
   Required. The end of the time interval.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
  Returns 
  
  setEndTime(Timestamp.Builder builderForValue) 
  
    
public   TimeInterval . Builder   setEndTime ( Timestamp . Builder   builderForValue )  
   Required. The end of the time interval.
 .google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
 
Parameter 
  
    
      
        Name Description  
      
        builderForValueBuilder  
     
  
  Returns 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   TimeInterval . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   TimeInterval . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  Parameters 
  
  Returns 
  
  Overrides 
  
  setStartTime(Timestamp value) 
  
    
public   TimeInterval . Builder   setStartTime ( Timestamp   value )  
   Optional. The beginning of the time interval.  The default value
 for the start time is the end time. The start time must not be
 later than the end time.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
 
Parameter 
  
  Returns 
  
  setStartTime(Timestamp.Builder builderForValue) 
  
    
public   TimeInterval . Builder   setStartTime ( Timestamp . Builder   builderForValue )  
   Optional. The beginning of the time interval.  The default value
 for the start time is the end time. The start time must not be
 later than the end time.
 .google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
 
Parameter 
  
    
      
        Name Description  
      
        builderForValueBuilder  
     
  
  Returns 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   TimeInterval . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  Parameter 
  
  Returns 
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  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-11 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-11 UTC."],[],[]]