Class TimeInterval.Builder (0.20.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 0.20.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 ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TimeInterval . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public TimeInterval build ()
buildPartial()
public TimeInterval buildPartial ()
clear()
public TimeInterval . Builder clear ()
Overrides
clearEndTime()
public TimeInterval . Builder clearEndTime ()
Required. The end of the time interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public TimeInterval . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public TimeInterval . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
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];
clone()
public TimeInterval . Builder clone ()
Overrides
getDefaultInstanceForType()
public TimeInterval getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getEndTime()
public Timestamp getEndTime ()
Required. The end of the time interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
Timestamp
The endTime.
getEndTimeBuilder()
public Timestamp . Builder getEndTimeBuilder ()
Required. The end of the time interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder ()
Required. The end of the time interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = REQUIRED];
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
Type
Description
Timestamp
The startTime.
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];
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];
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 ()
Overrides
isInitialized()
public final boolean isInitialized ()
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];
mergeFrom(TimeInterval other)
public TimeInterval . Builder mergeFrom ( TimeInterval other )
public TimeInterval . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public TimeInterval . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
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];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TimeInterval . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
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];
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
builderForValue
Builder
setField(Descriptors.FieldDescriptor field, Object value)
public TimeInterval . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TimeInterval . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
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];
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
builderForValue
Builder
setUnknownFields(UnknownFieldSet unknownFields)
public final TimeInterval . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-08-07 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-08-07 UTC."],[],[]]