Class TimestampValue (2.4.0)

public final class TimestampValue extends Value<Timestamp>

Inheritance

java.lang.Object > Value > TimestampValue

Static Methods

newBuilder(Timestamp timestamp)

public static TimestampValue.Builder newBuilder(Timestamp timestamp)
Parameter
NameDescription
timestampcom.google.cloud.Timestamp
Returns
TypeDescription
TimestampValue.Builder

of(Timestamp timestamp)

public static TimestampValue of(Timestamp timestamp)
Parameter
NameDescription
timestampcom.google.cloud.Timestamp
Returns
TypeDescription
TimestampValue

Constructors

TimestampValue(Timestamp timestamp)

public TimestampValue(Timestamp timestamp)
Parameter
NameDescription
timestampcom.google.cloud.Timestamp

Methods

toBuilder()

public TimestampValue.Builder toBuilder()
Returns
TypeDescription
TimestampValue.Builder
Overrides