public interface KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
bool bool_value = 5; |
double |
getDoubleValue()
double double_value = 4; |
long |
getIntValue()
int64 int_value = 3; |
String |
getJsonValue()
Must be a well-formed JSON value.
|
com.google.protobuf.ByteString |
getJsonValueBytes()
Must be a well-formed JSON value.
|
String |
getKey()
string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
string key = 1; |
String |
getStringValue()
Holds arbitrary string data; well-formed JSON strings should go in
json_value.
|
com.google.protobuf.ByteString |
getStringValueBytes()
Holds arbitrary string data; well-formed JSON strings should go in
json_value.
|
KeyValue.ValueCase |
getValueCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
string key = 1;com.google.protobuf.ByteString getKeyBytes()
string key = 1;String getStringValue()
Holds arbitrary string data; well-formed JSON strings should go in json_value.
string string_value = 2;com.google.protobuf.ByteString getStringValueBytes()
Holds arbitrary string data; well-formed JSON strings should go in json_value.
string string_value = 2;long getIntValue()
int64 int_value = 3;double getDoubleValue()
double double_value = 4;boolean getBoolValue()
bool bool_value = 5;String getJsonValue()
Must be a well-formed JSON value. Truncated JSON should go in string_value. Should not be used for tags.
string json_value = 6;com.google.protobuf.ByteString getJsonValueBytes()
Must be a well-formed JSON value. Truncated JSON should go in string_value. Should not be used for tags.
string json_value = 6;KeyValue.ValueCase getValueCase()
Copyright © 2023 LightStep. All rights reserved.