static Timestamp |
Timestamp.fromProto(com.google.protobuf.Timestamp proto) |
Creates an instance of Timestamp from com.google.protobuf.Timestamp .
|
static Timestamp |
Timestamp.now() |
Creates an instance with current time.
|
static Timestamp |
Timestamp.of(Timestamp timestamp) |
Creates an instance representing the value of timestamp .
|
static Timestamp |
Timestamp.of(Date date) |
Creates an instance representing the value of Date .
|
static Timestamp |
Timestamp.ofTimeMicroseconds(long microseconds) |
Creates an instance representing the value of microseconds .
|
static Timestamp |
Timestamp.ofTimeSecondsAndNanos(long seconds,
int nanos) |
Creates an instance representing the value of seconds and nanos since January
1, 1970, 00:00:00 UTC.
|
static Timestamp |
Timestamp.parseTimestamp(String timestamp) |
Creates a Timestamp instance from the given string.
|