public interface DateTimeValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
RFC 3339, Section 5.6 date-time
Note: When used as an input parameter, If a date-time represents a leap second, internal processing will round
down to the nearest non leap second.
|
com.google.protobuf.ByteString |
getValueBytes()
RFC 3339, Section 5.6 date-time
Note: When used as an input parameter, If a date-time represents a leap second, internal processing will round
down to the nearest non leap second.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getValue()
RFC 3339, Section 5.6 date-time Note: When used as an input parameter, If a date-time represents a leap second, internal processing will round down to the nearest non leap second. e.g. An input of 1972-06-30T23:59:60Z is interpreted as 1972-06-30T23:59:59Z.
string value = 1;com.google.protobuf.ByteString getValueBytes()
RFC 3339, Section 5.6 date-time Note: When used as an input parameter, If a date-time represents a leap second, internal processing will round down to the nearest non leap second. e.g. An input of 1972-06-30T23:59:60Z is interpreted as 1972-06-30T23:59:59Z.
string value = 1;Copyright © 2022. All rights reserved.