public interface _DictionaryGetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getDictionaryName()
bytes dictionary_name = 1; |
com.google.protobuf.ByteString |
getFields(int index)
repeated bytes fields = 2; |
int |
getFieldsCount()
repeated bytes fields = 2; |
java.util.List<com.google.protobuf.ByteString> |
getFieldsList()
repeated bytes fields = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getDictionaryName()
bytes dictionary_name = 1;java.util.List<com.google.protobuf.ByteString> getFieldsList()
repeated bytes fields = 2;int getFieldsCount()
repeated bytes fields = 2;com.google.protobuf.ByteString getFields(int index)
repeated bytes fields = 2;index - The index of the element to return.