Uses of Class
com.google.protobuf.Timestamp
-
-
Uses of Timestamp in com.google.protobuf
Methods in com.google.protobuf that return Timestamp Modifier and Type Method Description static TimestampTimestamp. getDefaultInstance()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 static Parser<Timestamp>Timestamp. parser()Methods in com.google.protobuf with parameters of type Timestamp Modifier and Type Method Description static Timestamp.BuilderTimestamp. newBuilder(Timestamp prototype)
-