public final class TimestampValue extends Value<Timestamp>
Modifier and Type | Class and Description |
---|---|
static class |
TimestampValue.Builder |
Constructor and Description |
---|
TimestampValue(Timestamp timestamp) |
Modifier and Type | Method and Description |
---|---|
static TimestampValue.Builder |
newBuilder(Timestamp timestamp) |
static TimestampValue |
of(Timestamp timestamp) |
TimestampValue.Builder |
toBuilder() |
public TimestampValue(Timestamp timestamp)
public TimestampValue.Builder toBuilder()
public static TimestampValue of(Timestamp timestamp)
public static TimestampValue.Builder newBuilder(Timestamp timestamp)
Copyright © 2019 Google LLC. All rights reserved.