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 day in 24 hour format.TimeOfDay.Builder.clearMinutes()Minutes of hour of day.TimeOfDay.Builder.clearNanos()Fractions of seconds in nanoseconds.TimeOfDay.Builder.clearSeconds()Seconds of minutes of the time.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 day in 24 hour format.TimeOfDay.Builder.setMinutes(int value) Minutes of hour of day.TimeOfDay.Builder.setNanos(int value) Fractions of seconds in nanoseconds.TimeOfDay.Builder.setSeconds(int value) Seconds of minutes of the time.TimeOfDay.toBuilder()