Uses of Class
com.google.type.TimeOfDay.Builder
Packages that use TimeOfDay.Builder
-
Uses of TimeOfDay.Builder in com.google.type
Methods in com.google.type that return TimeOfDay.BuilderModifier and TypeMethodDescriptionTimeOfDay.Builder.clear()TimeOfDay.Builder.clearHours()Hours of a day in 24 hour format.TimeOfDay.Builder.clearMinutes()Minutes of an hour.TimeOfDay.Builder.clearNanos()Fractions of seconds, in nanoseconds.TimeOfDay.Builder.clearSeconds()Seconds of a minute.TimeOfDay.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TimeOfDay.Builder.mergeFrom(com.google.protobuf.Message other) static TimeOfDay.BuilderTimeOfDay.newBuilder()static TimeOfDay.BuilderTimeOfDay.newBuilder(TimeOfDay prototype) TimeOfDay.newBuilderForType()protected TimeOfDay.BuilderTimeOfDay.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) TimeOfDay.Builder.setHours(int value) Hours of a day in 24 hour format.TimeOfDay.Builder.setMinutes(int value) Minutes of an hour.TimeOfDay.Builder.setNanos(int value) Fractions of seconds, in nanoseconds.TimeOfDay.Builder.setSeconds(int value) Seconds of a minute.TimeOfDay.toBuilder()