public static interface Telemetry.KeyValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBoolValue()
bool bool_value = 9; |
com.google.protobuf.ByteString |
getBytesValue()
bytes bytes_value = 11; |
double |
getDoubleValue()
double double_value = 5; |
long |
getIntValue()
int64 int_value = 6; |
String |
getKey()
Key
|
com.google.protobuf.ByteString |
getKeyBytes()
Key
|
long |
getSintValue()
sint64 sint_value = 8; |
String |
getStrValue()
string str_value = 10; |
com.google.protobuf.ByteString |
getStrValueBytes()
string str_value = 10; |
long |
getUintValue()
uint64 uint_value = 7; |
Telemetry.KeyValue.ValueCase |
getValueCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getKey()
Key
string key = 1;
com.google.protobuf.ByteString getKeyBytes()
Key
string key = 1;
double getDoubleValue()
double double_value = 5;
long getIntValue()
int64 int_value = 6;
long getUintValue()
uint64 uint_value = 7;
long getSintValue()
sint64 sint_value = 8;
boolean getBoolValue()
bool bool_value = 9;
String getStrValue()
string str_value = 10;
com.google.protobuf.ByteString getStrValueBytes()
string str_value = 10;
com.google.protobuf.ByteString getBytesValue()
bytes bytes_value = 11;
Telemetry.KeyValue.ValueCase getValueCase()
Copyright © 2021. All rights reserved.