public abstract static class Value.RawValue extends Value
Value.IntValue, Value.RawTimestamp, Value.RawValue, Value.ValueType| Constructor and Description |
|---|
RawValue() |
| Modifier and Type | Method and Description |
|---|---|
static Value.RawValue |
create(com.google.protobuf.ByteString value) |
abstract com.google.protobuf.ByteString |
getValue() |
Value.ValueType |
getValueType() |
fromProto, intValue, rawTimestamp, rawValuepublic static Value.RawValue create(@Nonnull com.google.protobuf.ByteString value)
@Nonnull public abstract com.google.protobuf.ByteString getValue()
public Value.ValueType getValueType()
getValueType in class ValueCopyright © 2026 Google LLC. All rights reserved.