Interface StringDictionaryEntryOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- StringDictionaryEntry,- StringDictionaryEntry.Builder
public interface StringDictionaryEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryMethods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getKeyString getKey()string key = 1;- Returns:
- The key.
 
- 
getKeyBytescom.google.protobuf.ByteString getKeyBytes()string key = 1;- Returns:
- The bytes for key.
 
- 
getValueString getValue()string value = 2;- Returns:
- The value.
 
- 
getValueBytescom.google.protobuf.ByteString getValueBytes()string value = 2;- Returns:
- The bytes for value.
 
 
-