Class TimestampValue (2.19.2)

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
Name Description
timestamp com.google.cloud.Timestamp
Returns
Type Description
TimestampValue.Builder

of(Timestamp timestamp)

public static TimestampValue of(Timestamp timestamp)
Parameter
Name Description
timestamp com.google.cloud.Timestamp
Returns
Type Description
TimestampValue

Constructors

TimestampValue(Timestamp timestamp)

public TimestampValue(Timestamp timestamp)
Parameter
Name Description
timestamp com.google.cloud.Timestamp

Methods

toBuilder()

public TimestampValue.Builder toBuilder()
Returns
Type Description
TimestampValue.Builder
Overrides