public interface KVOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKey()
string key = 2 [json_name = "key"]; |
com.google.protobuf.ByteString |
getKeyBytes()
string key = 2 [json_name = "key"]; |
String |
getNamespace()
string namespace = 1 [json_name = "namespace"]; |
com.google.protobuf.ByteString |
getNamespaceBytes()
string namespace = 1 [json_name = "namespace"]; |
com.google.protobuf.ByteString |
getValue()
bytes value = 3 [json_name = "value"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getNamespace()
string namespace = 1 [json_name = "namespace"];
com.google.protobuf.ByteString getNamespaceBytes()
string namespace = 1 [json_name = "namespace"];
String getKey()
string key = 2 [json_name = "key"];
com.google.protobuf.ByteString getKeyBytes()
string key = 2 [json_name = "key"];
com.google.protobuf.ByteString getValue()
bytes value = 3 [json_name = "value"];
Copyright © 2022. All rights reserved.