Class TimestampValue (2.19.2)

publicfinalclass TimestampValueextendsValue<Timestamp>

Inheritance

java.lang.Object > Value > TimestampValue

Static Methods

newBuilder(Timestamp timestamp)

publicstaticTimestampValue.BuildernewBuilder(Timestamptimestamp)
Parameter
Name Description
timestamp com.google.cloud.Timestamp
Returns
Type Description
TimestampValue.Builder

of(Timestamp timestamp)

publicstaticTimestampValueof(Timestamptimestamp)
Parameter
Name Description
timestamp com.google.cloud.Timestamp
Returns
Type Description
TimestampValue

Constructors

TimestampValue(Timestamp timestamp)

publicTimestampValue(Timestamptimestamp)
Parameter
Name Description
timestamp com.google.cloud.Timestamp

Methods

toBuilder()

publicTimestampValue.BuildertoBuilder()
Returns
Type Description
TimestampValue.Builder
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.