@BetaApi public abstract class Value extends Object implements Serializable
Value protobuf message.Value,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
Value.IntValue |
static class |
Value.RawTimestamp |
static class |
Value.RawValue |
static class |
Value.ValueType |
| Modifier and Type | Method and Description |
|---|---|
static Value |
fromProto(Value source) |
abstract Value.ValueType |
getValueType() |
static Value |
intValue(long value)
Creates an int64 value.
|
static Value |
rawTimestamp(long timestamp)
Creates a "raw" timestamp value that simply passes through "timestamp" as a long.
|
static Value |
rawValue(com.google.protobuf.ByteString value)
Creates a "raw" value that simply passes through "value" as raw byres.
|
public static Value rawValue(@Nonnull com.google.protobuf.ByteString value)
public static Value rawTimestamp(long timestamp)
public static Value intValue(long value)
public abstract Value.ValueType getValueType()
Copyright © 2026 Google LLC. All rights reserved.