public static interface KeyValuePb.KeyValueOrBuilder
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()
required bytes value = 2 [ctype = CORD]; |
boolean |
hasKey()
required bytes key = 1 [ctype = CORD]; |
boolean |
hasValue()
required bytes value = 2 [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];
boolean hasValue()
required bytes value = 2 [ctype = CORD];
com.google.protobuf.ByteString getValue()
required bytes value = 2 [ctype = CORD];
Copyright © 2015 Google. All rights reserved.