com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilderKeyValue, KeyValue.Builderpublic interface KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
getBoolValue() |
bool bool_value = 5; |
double |
getDoubleValue() |
double double_value = 4; |
long |
getIntValue() |
int64 int_value = 3; |
java.lang.String |
getJsonValue() |
Must be a well-formed JSON value.
|
com.google.protobuf.ByteString |
getJsonValueBytes() |
Must be a well-formed JSON value.
|
java.lang.String |
getKey() |
string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes() |
string key = 1; |
java.lang.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, hasOneofjava.lang.String getKey()
string key = 1;com.google.protobuf.ByteString getKeyBytes()
string key = 1;java.lang.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;java.lang.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 © 2018 LightStep. All rights reserved.