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