public static interface KeyValuePb.KeyValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getKey()
required bytes key = 1 [ctype = CORD]; |
com.google.protobuf.ByteString |
getValue(int index)
repeated bytes value = 2 [ctype = CORD]; |
int |
getValueCount()
repeated bytes value = 2 [ctype = CORD]; |
List<com.google.protobuf.ByteString> |
getValueList()
repeated bytes value = 2 [ctype = CORD]; |
boolean |
hasKey()
required bytes key = 1 [ctype = CORD]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasKey()
required bytes key = 1 [ctype = CORD];
com.google.protobuf.ByteString getKey()
required bytes key = 1 [ctype = CORD];
List<com.google.protobuf.ByteString> getValueList()
repeated bytes value = 2 [ctype = CORD];
Don't use 3.
int getValueCount()
repeated bytes value = 2 [ctype = CORD];
Don't use 3.
com.google.protobuf.ByteString getValue(int index)
repeated bytes value = 2 [ctype = CORD];
Don't use 3.
Copyright © 2015 Google. All rights reserved.