Class DateTime.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
com.google.type.DateTime.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DateTimeOrBuilder, Cloneable
Enclosing class:
DateTime

public static final class DateTime.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder> implements DateTimeOrBuilder
 Represents civil time (or occasionally physical time).
 This type can represent a civil time in one of a few possible ways:
  * When utc_offset is set and time_zone is unset: a civil time on a calendar
    day with a particular offset from UTC.
  * When time_zone is set and utc_offset is unset: a civil time on a calendar
    day in a particular time zone.
  * When neither time_zone nor utc_offset is set: a civil time on a calendar
    day in local time.
 The date is relative to the Proleptic Gregorian Calendar.
 If year is 0, the DateTime is considered not to have a specific year. month
 and day must have valid, non-zero values.
 This type may also be used to represent a physical time if all the date and
 time fields are set and either case of the `time_offset` oneof is set.
 Consider using `Timestamp` message for physical time instead. If your use
 case also would like to store the user's timezone, that can be done in
 another field.
 This type is more flexible than some applications may want. Make sure to
 document and validate your application's limitations.
 
Protobuf type google.type.DateTime
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • clear

      public DateTime.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • getDefaultInstanceForType

      public DateTime getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public DateTime build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public DateTime buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public DateTime.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • setField

      public DateTime.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • clearField

      public DateTime.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • clearOneof

      public DateTime.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • setRepeatedField

      public DateTime.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • addRepeatedField

      public DateTime.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • mergeFrom

      public DateTime.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DateTime.Builder>
    • mergeFrom

      public DateTime.Builder mergeFrom(DateTime other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • mergeFrom

      public DateTime.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<DateTime.Builder>
      Throws:
      IOException
    • getTimeOffsetCase

      public DateTime.TimeOffsetCase getTimeOffsetCase()
      Specified by:
      getTimeOffsetCase in interface DateTimeOrBuilder
    • clearTimeOffset

      public DateTime.Builder clearTimeOffset()
    • getYear

      public int getYear()
       Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a
       datetime without a year.
       
      int32 year = 1;
      Specified by:
      getYear in interface DateTimeOrBuilder
      Returns:
      The year.
    • setYear

      public DateTime.Builder setYear(int value)
       Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a
       datetime without a year.
       
      int32 year = 1;
      Parameters:
      value - The year to set.
      Returns:
      This builder for chaining.
    • clearYear

      public DateTime.Builder clearYear()
       Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a
       datetime without a year.
       
      int32 year = 1;
      Returns:
      This builder for chaining.
    • getMonth

      public int getMonth()
       Required. Month of year. Must be from 1 to 12.
       
      int32 month = 2;
      Specified by:
      getMonth in interface DateTimeOrBuilder
      Returns:
      The month.
    • setMonth

      public DateTime.Builder setMonth(int value)
       Required. Month of year. Must be from 1 to 12.
       
      int32 month = 2;
      Parameters:
      value - The month to set.
      Returns:
      This builder for chaining.
    • clearMonth

      public DateTime.Builder clearMonth()
       Required. Month of year. Must be from 1 to 12.
       
      int32 month = 2;
      Returns:
      This builder for chaining.
    • getDay

      public int getDay()
       Required. Day of month. Must be from 1 to 31 and valid for the year and
       month.
       
      int32 day = 3;
      Specified by:
      getDay in interface DateTimeOrBuilder
      Returns:
      The day.
    • setDay

      public DateTime.Builder setDay(int value)
       Required. Day of month. Must be from 1 to 31 and valid for the year and
       month.
       
      int32 day = 3;
      Parameters:
      value - The day to set.
      Returns:
      This builder for chaining.
    • clearDay

      public DateTime.Builder clearDay()
       Required. Day of month. Must be from 1 to 31 and valid for the year and
       month.
       
      int32 day = 3;
      Returns:
      This builder for chaining.
    • getHours

      public int getHours()
       Required. 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 = 4;
      Specified by:
      getHours in interface DateTimeOrBuilder
      Returns:
      The hours.
    • setHours

      public DateTime.Builder setHours(int value)
       Required. 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 = 4;
      Parameters:
      value - The hours to set.
      Returns:
      This builder for chaining.
    • clearHours

      public DateTime.Builder clearHours()
       Required. 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 = 4;
      Returns:
      This builder for chaining.
    • getMinutes

      public int getMinutes()
       Required. Minutes of hour of day. Must be from 0 to 59.
       
      int32 minutes = 5;
      Specified by:
      getMinutes in interface DateTimeOrBuilder
      Returns:
      The minutes.
    • setMinutes

      public DateTime.Builder setMinutes(int value)
       Required. Minutes of hour of day. Must be from 0 to 59.
       
      int32 minutes = 5;
      Parameters:
      value - The minutes to set.
      Returns:
      This builder for chaining.
    • clearMinutes

      public DateTime.Builder clearMinutes()
       Required. Minutes of hour of day. Must be from 0 to 59.
       
      int32 minutes = 5;
      Returns:
      This builder for chaining.
    • getSeconds

      public int getSeconds()
       Required. 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 = 6;
      Specified by:
      getSeconds in interface DateTimeOrBuilder
      Returns:
      The seconds.
    • setSeconds

      public DateTime.Builder setSeconds(int value)
       Required. 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 = 6;
      Parameters:
      value - The seconds to set.
      Returns:
      This builder for chaining.
    • clearSeconds

      public DateTime.Builder clearSeconds()
       Required. 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 = 6;
      Returns:
      This builder for chaining.
    • getNanos

      public int getNanos()
       Required. Fractions of seconds in nanoseconds. Must be from 0 to
       999,999,999.
       
      int32 nanos = 7;
      Specified by:
      getNanos in interface DateTimeOrBuilder
      Returns:
      The nanos.
    • setNanos

      public DateTime.Builder setNanos(int value)
       Required. Fractions of seconds in nanoseconds. Must be from 0 to
       999,999,999.
       
      int32 nanos = 7;
      Parameters:
      value - The nanos to set.
      Returns:
      This builder for chaining.
    • clearNanos

      public DateTime.Builder clearNanos()
       Required. Fractions of seconds in nanoseconds. Must be from 0 to
       999,999,999.
       
      int32 nanos = 7;
      Returns:
      This builder for chaining.
    • hasUtcOffset

      public boolean hasUtcOffset()
       UTC offset. Must be whole seconds, between -18 hours and +18 hours.
       For example, a UTC offset of -4:00 would be represented as
       { seconds: -14400 }.
       
      .google.protobuf.Duration utc_offset = 8;
      Specified by:
      hasUtcOffset in interface DateTimeOrBuilder
      Returns:
      Whether the utcOffset field is set.
    • getUtcOffset

      public Duration getUtcOffset()
       UTC offset. Must be whole seconds, between -18 hours and +18 hours.
       For example, a UTC offset of -4:00 would be represented as
       { seconds: -14400 }.
       
      .google.protobuf.Duration utc_offset = 8;
      Specified by:
      getUtcOffset in interface DateTimeOrBuilder
      Returns:
      The utcOffset.
    • setUtcOffset

      public DateTime.Builder setUtcOffset(Duration value)
       UTC offset. Must be whole seconds, between -18 hours and +18 hours.
       For example, a UTC offset of -4:00 would be represented as
       { seconds: -14400 }.
       
      .google.protobuf.Duration utc_offset = 8;
    • setUtcOffset

      public DateTime.Builder setUtcOffset(Duration.Builder builderForValue)
       UTC offset. Must be whole seconds, between -18 hours and +18 hours.
       For example, a UTC offset of -4:00 would be represented as
       { seconds: -14400 }.
       
      .google.protobuf.Duration utc_offset = 8;
    • mergeUtcOffset

      public DateTime.Builder mergeUtcOffset(Duration value)
       UTC offset. Must be whole seconds, between -18 hours and +18 hours.
       For example, a UTC offset of -4:00 would be represented as
       { seconds: -14400 }.
       
      .google.protobuf.Duration utc_offset = 8;
    • clearUtcOffset

      public DateTime.Builder clearUtcOffset()
       UTC offset. Must be whole seconds, between -18 hours and +18 hours.
       For example, a UTC offset of -4:00 would be represented as
       { seconds: -14400 }.
       
      .google.protobuf.Duration utc_offset = 8;
    • getUtcOffsetBuilder

      public Duration.Builder getUtcOffsetBuilder()
       UTC offset. Must be whole seconds, between -18 hours and +18 hours.
       For example, a UTC offset of -4:00 would be represented as
       { seconds: -14400 }.
       
      .google.protobuf.Duration utc_offset = 8;
    • getUtcOffsetOrBuilder

      public DurationOrBuilder getUtcOffsetOrBuilder()
       UTC offset. Must be whole seconds, between -18 hours and +18 hours.
       For example, a UTC offset of -4:00 would be represented as
       { seconds: -14400 }.
       
      .google.protobuf.Duration utc_offset = 8;
      Specified by:
      getUtcOffsetOrBuilder in interface DateTimeOrBuilder
    • hasTimeZone

      public boolean hasTimeZone()
       Time zone.
       
      .google.type.TimeZone time_zone = 9;
      Specified by:
      hasTimeZone in interface DateTimeOrBuilder
      Returns:
      Whether the timeZone field is set.
    • getTimeZone

      public TimeZone getTimeZone()
       Time zone.
       
      .google.type.TimeZone time_zone = 9;
      Specified by:
      getTimeZone in interface DateTimeOrBuilder
      Returns:
      The timeZone.
    • setTimeZone

      public DateTime.Builder setTimeZone(TimeZone value)
       Time zone.
       
      .google.type.TimeZone time_zone = 9;
    • setTimeZone

      public DateTime.Builder setTimeZone(TimeZone.Builder builderForValue)
       Time zone.
       
      .google.type.TimeZone time_zone = 9;
    • mergeTimeZone

      public DateTime.Builder mergeTimeZone(TimeZone value)
       Time zone.
       
      .google.type.TimeZone time_zone = 9;
    • clearTimeZone

      public DateTime.Builder clearTimeZone()
       Time zone.
       
      .google.type.TimeZone time_zone = 9;
    • getTimeZoneBuilder

      public TimeZone.Builder getTimeZoneBuilder()
       Time zone.
       
      .google.type.TimeZone time_zone = 9;
    • getTimeZoneOrBuilder

      public TimeZoneOrBuilder getTimeZoneOrBuilder()
       Time zone.
       
      .google.type.TimeZone time_zone = 9;
      Specified by:
      getTimeZoneOrBuilder in interface DateTimeOrBuilder
    • setUnknownFields

      public final DateTime.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>
    • mergeUnknownFields

      public final DateTime.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DateTime.Builder>