Send feedback
Class TimeInterval.Builder (0.66.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class TimeInterval . Builder extends GeneratedMessageV3 . Builder<TimeInterval . Builder > implements TimeIntervalOrBuilder
TimeInterval represents a time interval.
Protobuf type google.cloud.video.livestream.v1.TimeInterval
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
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 ()
Optional. The end time of the interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];
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 start time of the interval.
.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 ()
Optional. The end time of the interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
Timestamp
The endTime.
getEndTimeBuilder()
public Timestamp . Builder getEndTimeBuilder ()
Optional. The end time of the interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder ()
Optional. The end time of the interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];
getStartTime()
public Timestamp getStartTime ()
Optional. The start time of the interval.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
Timestamp
The startTime.
getStartTimeBuilder()
public Timestamp . Builder getStartTimeBuilder ()
Optional. The start time of the interval.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder ()
Optional. The start time of the interval.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
hasEndTime()
public boolean hasEndTime ()
Optional. The end time of the interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the endTime field is set.
hasStartTime()
public boolean hasStartTime ()
Optional. The start time of the interval.
.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 )
Optional. The end time of the interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];
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 start time of the interval.
.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 )
Optional. The end time of the interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];
setEndTime(Timestamp.Builder builderForValue)
public TimeInterval . Builder setEndTime ( Timestamp . Builder builderForValue )
Optional. The end time of the interval.
.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OPTIONAL];
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 start time of the interval.
.google.protobuf.Timestamp start_time = 1 [(.google.api.field_behavior) = OPTIONAL];
setStartTime(Timestamp.Builder builderForValue)
public TimeInterval . Builder setStartTime ( Timestamp . Builder builderForValue )
Optional. The start time of the interval.
.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
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-06-12 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-06-12 UTC."],[],[]]