T
- the type of itself@Internal public interface TemporalMessage<T extends TemporalMessage<T>> extends Temporal<T>, com.google.protobuf.Message
Temporal
implemented with a message.
Messages marked with the Temporal
interface should use this type instead of using
the Temporal
directly.
To create a temporal message type:
Temporal
;
(is)
option.
Modifier and Type | Method and Description |
---|---|
default com.google.protobuf.Any |
toAny()
Packs this message into an
Any . |
compareTo, isBetween, isEarlierOrSameAs, isEarlierThan, isInFuture, isInPast, isLaterOrSameAs, isLaterThan, isSameAs, toInstant, toTimestamp
equals, getParserForType, hashCode, newBuilderForType, toBuilder, toString
getSerializedSize, toByteArray, toByteString, writeDelimitedTo, writeTo, writeTo
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
default com.google.protobuf.Any toAny()
Any
.toAny
in interface Temporal<T extends TemporalMessage<T>>
Any