public static final class DateTime.Builder extends GeneratedMessage.Builder<DateTime.Builder> implements DateTimeOrBuilderRepresents 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, month, or day are 0, the DateTime is considered not to have a specific year, month, or day respectively.
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_offsetoneof is set. Consider usingTimestampmessage 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.cloud.compute.v1.DateTime
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DateTime.BuilderImplements
DateTimeOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DateTime build()| Returns | |
|---|---|
| Type | Description |
DateTime |
|
buildPartial()
public DateTime buildPartial()| Returns | |
|---|---|
| Type | Description |
DateTime |
|
clear()
public DateTime.Builder clear()| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
|
clearDay()
public DateTime.Builder clearDay()Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day.
optional int32 day = 99228;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
clearHours()
public DateTime.Builder clearHours()Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time.
optional int32 hours = 99469071;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
clearMinutes()
public DateTime.Builder clearMinutes()Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
optional int32 minutes = 528030943;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
clearMonth()
public DateTime.Builder clearMonth()Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
optional int32 month = 104080000;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
clearNanos()
public DateTime.Builder clearNanos()Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
optional int32 nanos = 104586303;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
clearSeconds()
public DateTime.Builder clearSeconds()Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.
optional int32 seconds = 359484031;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
clearTimeZone()
public DateTime.Builder clearTimeZone()Time zone.
optional .google.cloud.compute.v1.TimeZone time_zone = 36848094;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
|
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 }.
optional string utc_offset = 89045902;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
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.
optional int32 year = 3704893;
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
getDay()
public int getDay()Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day.
optional int32 day = 99228;
| Returns | |
|---|---|
| Type | Description |
int |
The day. |
getDefaultInstanceForType()
public DateTime getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DateTime |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHours()
public int getHours()Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time.
optional int32 hours = 99469071;
| Returns | |
|---|---|
| Type | Description |
int |
The hours. |
getMinutes()
public int getMinutes()Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
optional int32 minutes = 528030943;
| Returns | |
|---|---|
| Type | Description |
int |
The minutes. |
getMonth()
public int getMonth()Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
optional int32 month = 104080000;
| Returns | |
|---|---|
| Type | Description |
int |
The month. |
getNanos()
public int getNanos()Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
optional int32 nanos = 104586303;
| Returns | |
|---|---|
| Type | Description |
int |
The nanos. |
getSeconds()
public int getSeconds()Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.
optional int32 seconds = 359484031;
| Returns | |
|---|---|
| Type | Description |
int |
The seconds. |
getTimeZone()
public TimeZone getTimeZone()Time zone.
optional .google.cloud.compute.v1.TimeZone time_zone = 36848094;
| Returns | |
|---|---|
| Type | Description |
TimeZone |
The timeZone. |
getTimeZoneBuilder()
public TimeZone.Builder getTimeZoneBuilder()Time zone.
optional .google.cloud.compute.v1.TimeZone time_zone = 36848094;
| Returns | |
|---|---|
| Type | Description |
TimeZone.Builder |
|
getTimeZoneOrBuilder()
public TimeZoneOrBuilder getTimeZoneOrBuilder()Time zone.
optional .google.cloud.compute.v1.TimeZone time_zone = 36848094;
| Returns | |
|---|---|
| Type | Description |
TimeZoneOrBuilder |
|
getUtcOffset()
public String 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 }.
optional string utc_offset = 89045902;
| Returns | |
|---|---|
| Type | Description |
String |
The utcOffset. |
getUtcOffsetBytes()
public ByteString getUtcOffsetBytes()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 }.
optional string utc_offset = 89045902;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for utcOffset. |
getYear()
public int getYear()Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
optional int32 year = 3704893;
| Returns | |
|---|---|
| Type | Description |
int |
The year. |
hasDay()
public boolean hasDay()Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day.
optional int32 day = 99228;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the day field is set. |
hasHours()
public boolean hasHours()Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time.
optional int32 hours = 99469071;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hours field is set. |
hasMinutes()
public boolean hasMinutes()Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
optional int32 minutes = 528030943;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minutes field is set. |
hasMonth()
public boolean hasMonth()Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
optional int32 month = 104080000;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the month field is set. |
hasNanos()
public boolean hasNanos()Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
optional int32 nanos = 104586303;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the nanos field is set. |
hasSeconds()
public boolean hasSeconds()Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.
optional int32 seconds = 359484031;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the seconds field is set. |
hasTimeZone()
public boolean hasTimeZone()Time zone.
optional .google.cloud.compute.v1.TimeZone time_zone = 36848094;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeZone field is set. |
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 }.
optional string utc_offset = 89045902;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the utcOffset field is set. |
hasYear()
public boolean hasYear()Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year.
optional int32 year = 3704893;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the year field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DateTime other)
public DateTime.Builder mergeFrom(DateTime other)| Parameter | |
|---|---|
| Name | Description |
other |
DateTime |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DateTime.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DateTime.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
|
mergeTimeZone(TimeZone value)
public DateTime.Builder mergeTimeZone(TimeZone value)Time zone.
optional .google.cloud.compute.v1.TimeZone time_zone = 36848094;
| Parameter | |
|---|---|
| Name | Description |
value |
TimeZone |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
|
setDay(int value)
public DateTime.Builder setDay(int value)Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day.
optional int32 day = 99228;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe day to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
setHours(int value)
public DateTime.Builder setHours(int value)Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time.
optional int32 hours = 99469071;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe hours to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
setMinutes(int value)
public DateTime.Builder setMinutes(int value)Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0.
optional int32 minutes = 528030943;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe minutes to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
setMonth(int value)
public DateTime.Builder setMonth(int value)Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month.
optional int32 month = 104080000;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe month to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
setNanos(int value)
public DateTime.Builder setNanos(int value)Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0.
optional int32 nanos = 104586303;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe nanos to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
setSeconds(int value)
public DateTime.Builder setSeconds(int value)Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds.
optional int32 seconds = 359484031;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe seconds to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
setTimeZone(TimeZone value)
public DateTime.Builder setTimeZone(TimeZone value)Time zone.
optional .google.cloud.compute.v1.TimeZone time_zone = 36848094;
| Parameter | |
|---|---|
| Name | Description |
value |
TimeZone |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
|
setTimeZone(TimeZone.Builder builderForValue)
public DateTime.Builder setTimeZone(TimeZone.Builder builderForValue)Time zone.
optional .google.cloud.compute.v1.TimeZone time_zone = 36848094;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TimeZone.Builder |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
|
setUtcOffset(String value)
public DateTime.Builder setUtcOffset(String 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 }.
optional string utc_offset = 89045902;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe utcOffset to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
setUtcOffsetBytes(ByteString value)
public DateTime.Builder setUtcOffsetBytes(ByteString 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 }.
optional string utc_offset = 89045902;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for utcOffset to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |
setYear(int value)
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.
optional int32 year = 3704893;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe year to set. |
| Returns | |
|---|---|
| Type | Description |
DateTime.Builder |
This builder for chaining. |