default PrimitiveValue |
Value.asData() |
static PrimitiveValue |
PrimitiveValue.newBool(boolean value) |
static PrimitiveValue |
PrimitiveValue.newBytes(byte[] value) |
static PrimitiveValue |
PrimitiveValue.newBytes(com.google.protobuf.ByteString value) |
static PrimitiveValue |
PrimitiveValue.newBytesOwn(byte[] value) |
static PrimitiveValue |
PrimitiveValue.newDate(Instant value) |
static PrimitiveValue |
PrimitiveValue.newDate(LocalDate value) |
static PrimitiveValue |
PrimitiveValue.newDate(long daysSinceEpoch) |
static PrimitiveValue |
PrimitiveValue.newDatetime(Instant value) |
static PrimitiveValue |
PrimitiveValue.newDatetime(LocalDateTime value) |
static PrimitiveValue |
PrimitiveValue.newDatetime(long secondsSinceEpoch) |
static PrimitiveValue |
PrimitiveValue.newDouble(double value) |
static PrimitiveValue |
PrimitiveValue.newFloat(float value) |
static PrimitiveValue |
PrimitiveValue.newInt16(short value) |
static PrimitiveValue |
PrimitiveValue.newInt32(int value) |
static PrimitiveValue |
PrimitiveValue.newInt64(long value) |
static PrimitiveValue |
PrimitiveValue.newInt8(byte value) |
static PrimitiveValue |
PrimitiveValue.newInterval(Duration value) |
static PrimitiveValue |
PrimitiveValue.newInterval(long micros) |
static PrimitiveValue |
PrimitiveValue.newJson(String value) |
static PrimitiveValue |
PrimitiveValue.newJsonDocument(String value) |
static PrimitiveValue |
PrimitiveValue.newText(String value) |
static PrimitiveValue |
PrimitiveValue.newTimestamp(Instant value) |
static PrimitiveValue |
PrimitiveValue.newTimestamp(long microsSinceEpoch) |
static PrimitiveValue |
PrimitiveValue.newTzDate(ZonedDateTime dateTime) |
static PrimitiveValue |
PrimitiveValue.newTzDatetime(ZonedDateTime dateTime) |
static PrimitiveValue |
PrimitiveValue.newTzTimestamp(ZonedDateTime dateTime) |
static PrimitiveValue |
PrimitiveValue.newUint16(int value) |
static PrimitiveValue |
PrimitiveValue.newUint32(long value) |
static PrimitiveValue |
PrimitiveValue.newUint64(long value) |
static PrimitiveValue |
PrimitiveValue.newUint8(int value) |
static PrimitiveValue |
PrimitiveValue.newUuid(long high,
long low) |
static PrimitiveValue |
PrimitiveValue.newUuid(String uuid) |
static PrimitiveValue |
PrimitiveValue.newUuid(UUID uuid) |
static PrimitiveValue |
PrimitiveValue.newYson(byte[] value) |
static PrimitiveValue |
PrimitiveValue.newYson(com.google.protobuf.ByteString value) |
static PrimitiveValue |
PrimitiveValue.newYsonOwn(byte[] value) |