default PrimitiveValue |
Value.asData() |
static PrimitiveValue |
PrimitiveValue.bool(boolean value) |
static PrimitiveValue |
PrimitiveValue.date(Instant value) |
static PrimitiveValue |
PrimitiveValue.date(LocalDate value) |
static PrimitiveValue |
PrimitiveValue.date(long daysSinceEpoch) |
static PrimitiveValue |
PrimitiveValue.datetime(Instant value) |
static PrimitiveValue |
PrimitiveValue.datetime(LocalDateTime value) |
static PrimitiveValue |
PrimitiveValue.datetime(long secondsSinceEpoch) |
static PrimitiveValue |
PrimitiveValue.float32(float value) |
static PrimitiveValue |
PrimitiveValue.float64(double value) |
static PrimitiveValue |
PrimitiveValue.int16(short value) |
static PrimitiveValue |
PrimitiveValue.int32(int value) |
static PrimitiveValue |
PrimitiveValue.int64(long value) |
static PrimitiveValue |
PrimitiveValue.int8(byte value) |
static PrimitiveValue |
PrimitiveValue.interval(Duration value) |
static PrimitiveValue |
PrimitiveValue.interval(long micros) |
static PrimitiveValue |
PrimitiveValue.json(String value) |
static PrimitiveValue |
PrimitiveValue.jsonDocument(String value) |
static PrimitiveValue |
PrimitiveValue.string(byte[] value) |
static PrimitiveValue |
PrimitiveValue.string(com.google.protobuf.ByteString value) |
static PrimitiveValue |
PrimitiveValue.stringOwn(byte[] value) |
static PrimitiveValue |
PrimitiveValue.timestamp(Instant value) |
static PrimitiveValue |
PrimitiveValue.timestamp(long microsSinceEpoch) |
static PrimitiveValue |
PrimitiveValue.tzDate(ZonedDateTime dateTime) |
static PrimitiveValue |
PrimitiveValue.tzDatetime(ZonedDateTime dateTime) |
static PrimitiveValue |
PrimitiveValue.tzTimestamp(ZonedDateTime dateTime) |
static PrimitiveValue |
PrimitiveValue.uint16(short value) |
static PrimitiveValue |
PrimitiveValue.uint32(int value) |
static PrimitiveValue |
PrimitiveValue.uint64(long value) |
static PrimitiveValue |
PrimitiveValue.uint8(byte value) |
static PrimitiveValue |
PrimitiveValue.utf8(String value) |
static PrimitiveValue |
PrimitiveValue.uuid(long high,
long low) |
static PrimitiveValue |
PrimitiveValue.uuid(String uuid) |
static PrimitiveValue |
PrimitiveValue.uuid(UUID uuid) |
static PrimitiveValue |
PrimitiveValue.yson(byte[] value) |
static PrimitiveValue |
PrimitiveValue.yson(com.google.protobuf.ByteString value) |
static PrimitiveValue |
PrimitiveValue.ysonOwn(byte[] value) |