Local Date
public final class LocalDate extends GeneratedMessageV3 implements LocalDateTemporal, ValidatableMessage, LocalDateOrBuilder
A date without a time-zone.
Use this message for describing a date (e.g. a birthday).
Instances of `LocalDate` can be ordered chronologically.
Content copied to clipboard
spine.time.LocalDate
Types
Link copied to clipboard
public final class Builder extends GeneratedMessageV3.Builder<BuilderType> implements ValidatingBuilder<M>, LocalDateOrBuilder
A date without a time-zone.
Use this message for describing a date (e.g. a birthday).
Instances of `LocalDate` can be ordered chronologically.
Content copied to clipboard
spine.time.LocalDate
Properties
Inherited properties
Link copied to clipboard
protected int memoizedHashCode
Link copied to clipboard
protected int memoizedSize
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
One of 12 Gregorian calendar months specified by `Month`.
Content copied to clipboard
.spine.time.Month month = 2 [(.required) = true];
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public static LocalDate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Link copied to clipboard
Link copied to clipboard
Inherited functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Checks if this point is time occurs later than the other one or they coincide.
Link copied to clipboard
Checks if this point is time occurs earlier than the other one or they coincide.
Link copied to clipboard
Checks if this point is time occurs earlier than the other one or they coincide.
Link copied to clipboard
Checks if this point is time occurs earlier than the other one.
Link copied to clipboard
Checks that this point in time lies in the future.
Link copied to clipboard
Checks if this point is time occurs later than the other one or they coincide.
Link copied to clipboard
Checks if this point is time occurs later than the other one.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
protected void mergeFromAndMakeImmutableInternal(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Link copied to clipboard
Obtains a number of the month of this date.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
protected static M parseDelimitedWithIOException<M extends Message>(Parser<M> parser, InputStream input)
Link copied to clipboard
protected boolean parseUnknownField(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag)
Link copied to clipboard
protected boolean parseUnknownFieldProto3(CodedInputStream input, UnknownFieldSet.Builder unknownFields, ExtensionRegistryLite extensionRegistry, int tag)
Link copied to clipboard
Link copied to clipboard
protected static void serializeBooleanMapTo<V>(CodedOutputStream out, MapField<Boolean, V> field, MapEntry<Boolean, V> defaultEntry, int fieldNumber)
Link copied to clipboard
protected static void serializeIntegerMapTo<V>(CodedOutputStream out, MapField<Integer, V> field, MapEntry<Integer, V> defaultEntry, int fieldNumber)
Link copied to clipboard
protected static void serializeLongMapTo<V>(CodedOutputStream out, MapField<Long, V> field, MapEntry<Long, V> defaultEntry, int fieldNumber)
Link copied to clipboard
protected static void serializeStringMapTo<V>(CodedOutputStream out, MapField<String, V> field, MapEntry<String, V> defaultEntry, int fieldNumber)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts this
Temporal
into a java.time.Instant.Link copied to clipboard
Converts this date to Java Time instance.
Link copied to clipboard
Obtains this point in time as a Protobuf Timestamp.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard