Uses of Class
com.google.protobuf.Timestamp
-
Packages that use Timestamp Package Description com.google.protobuf -
-
Uses of Timestamp in com.google.protobuf
Methods in com.google.protobuf that return Timestamp Modifier and Type Method Description TimestampTimestamp.Builder. build()TimestampTimestamp.Builder. buildPartial()static TimestampTimestamp. getDefaultInstance()TimestampTimestamp.Builder. getDefaultInstanceForType()TimestampTimestamp. getDefaultInstanceForType()static TimestampTimestamp. parseDelimitedFrom(java.io.InputStream input)static TimestampTimestamp. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(byte[] data)static TimestampTimestamp. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(ByteString data)static TimestampTimestamp. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(CodedInputStream input)static TimestampTimestamp. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(java.io.InputStream input)static TimestampTimestamp. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static TimestampTimestamp. parseFrom(java.nio.ByteBuffer data)static TimestampTimestamp. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Timestamp Modifier and Type Method Description Parser<Timestamp>Timestamp. getParserForType()static Parser<Timestamp>Timestamp. parser()Methods in com.google.protobuf with parameters of type Timestamp Modifier and Type Method Description Timestamp.BuilderTimestamp.Builder. mergeFrom(Timestamp other)static Timestamp.BuilderTimestamp. newBuilder(Timestamp prototype)
-