| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.api.gbase.client.GmAttributes.GmAttribute.Importance | |
Enumeration defining the importance levels that an attribute can have.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GmAttributes.GmAttribute.Importance | DEPRECATED | The attribute is deprecated and should not be used when creating new items. | |||||||||
| GmAttributes.GmAttribute.Importance | OPTIONAL | The attribute usually provides behavioral or other meta information for the item it belongs to. | |||||||||
| GmAttributes.GmAttribute.Importance | RECOMMENDED | The attribute is important for providing good quality for an item, but the item is meaningful even if this attribute is not specified. | |||||||||
| GmAttributes.GmAttribute.Importance | REQUIRED | The attribute is very important in defining the characteristics of an item. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| xmlValue | The string defining this instance in an Xml document. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The attribute is deprecated and should not be used when creating new items.
The attribute usually provides behavioral or other meta information for the item it belongs to. This information is not very important for direct attribute searches, but can affect where and when an attribute is shown.
The attribute is important for providing good quality for an item, but the item is meaningful even if this attribute is not specified. Providing a value for a recommended attribute increases the chances of showing the item in a Google search.
The attribute is very important in defining the characteristics of an item. In the future, the presence of the required attributes might be checked for the item types defined by Google.
The string defining this instance in an Xml document.