public interface CategoryDescriptionOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayName()
Human readable form of the category name.
|
ByteString |
getDisplayNameBytes()
Human readable form of the category name.
|
java.lang.String |
getName()
Internal name of the category.
|
ByteString |
getNameBytes()
Internal name of the category.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
Internal name of the category.
string name = 1;ByteString getNameBytes()
Internal name of the category.
string name = 1;java.lang.String getDisplayName()
Human readable form of the category name.
string display_name = 2;ByteString getDisplayNameBytes()
Human readable form of the category name.
string display_name = 2;