Send feedback
Class TimeOfDay.Builder (2.14.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.14.1 keyboard_arrow_down
public static final class TimeOfDay . Builder extends GeneratedMessageV3 . Builder<TimeOfDay . Builder > implements TimeOfDayOrBuilder
Represents a time of day. The date and time zone are either not significant
or are specified elsewhere. An API may choose to allow leap seconds. Related
types are google.type.Date and
google.protobuf.Timestamp
.
Protobuf type google.type.TimeOfDay
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 TimeOfDay . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public TimeOfDay buildPartial ()
Returns
clear()
public TimeOfDay . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public TimeOfDay . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearHours()
public TimeOfDay . Builder clearHours ()
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
to allow the value "24:00:00" for scenarios like business closing time.
int32 hours = 1;
Returns
clearMinutes()
public TimeOfDay . Builder clearMinutes ()
Minutes of hour of day. Must be from 0 to 59.
int32 minutes = 2;
Returns
clearNanos()
public TimeOfDay . Builder clearNanos ()
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
int32 nanos = 4;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public TimeOfDay . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearSeconds()
public TimeOfDay . Builder clearSeconds ()
Seconds of minutes of the time. Must normally be from 0 to 59. An API may
allow the value 60 if it allows leap-seconds.
int32 seconds = 3;
Returns
clone()
public TimeOfDay . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public TimeOfDay getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getHours()
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
to allow the value "24:00:00" for scenarios like business closing time.
int32 hours = 1;
Returns
Type Description int
The hours.
getMinutes()
Minutes of hour of day. Must be from 0 to 59.
int32 minutes = 2;
Returns
Type Description int
The minutes.
getNanos()
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
int32 nanos = 4;
Returns
Type Description int
The nanos.
getSeconds()
Seconds of minutes of the time. Must normally be from 0 to 59. An API may
allow the value 60 if it allows leap-seconds.
int32 seconds = 3;
Returns
Type Description int
The seconds.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
public TimeOfDay . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TimeOfDay . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeFrom(TimeOfDay other)
public TimeOfDay . Builder mergeFrom ( TimeOfDay other )
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TimeOfDay . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public TimeOfDay . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setHours(int value)
public TimeOfDay . Builder setHours ( int value )
Hours of day in 24 hour format. Should be from 0 to 23. An API may choose
to allow the value "24:00:00" for scenarios like business closing time.
int32 hours = 1;
Parameter
Name Description value
int
The hours to set.
Returns
setMinutes(int value)
public TimeOfDay . Builder setMinutes ( int value )
Minutes of hour of day. Must be from 0 to 59.
int32 minutes = 2;
Parameter
Name Description value
int
The minutes to set.
Returns
setNanos(int value)
public TimeOfDay . Builder setNanos ( int value )
Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
int32 nanos = 4;
Parameter
Name Description value
int
The nanos to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TimeOfDay . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setSeconds(int value)
public TimeOfDay . Builder setSeconds ( int value )
Seconds of minutes of the time. Must normally be from 0 to 59. An API may
allow the value 60 if it allows leap-seconds.
int32 seconds = 3;
Parameter
Name Description value
int
The seconds to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final TimeOfDay . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
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-01-21 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-01-21 UTC."],[],[]]