Interface LanguageInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LanguageInfo,LanguageInfo.Builder
public interface LanguageInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLanguageConstant()The language constant resource name.com.google.protobuf.ByteStringgetLanguageConstantBytes()The language constant resource name.booleanhasLanguageConstant()The language constant resource name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLanguageConstant
boolean hasLanguageConstant()
The language constant resource name.
optional string language_constant = 2;- Returns:
- Whether the languageConstant field is set.
-
getLanguageConstant
java.lang.String getLanguageConstant()
The language constant resource name.
optional string language_constant = 2;- Returns:
- The languageConstant.
-
getLanguageConstantBytes
com.google.protobuf.ByteString getLanguageConstantBytes()
The language constant resource name.
optional string language_constant = 2;- Returns:
- The bytes for languageConstant.
-
-