| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.api.gbase.client.GmPublishingPriority.Value | |
Possible values for the indexing element.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GmPublishingPriority.Value | HIGH | The item has a high priority for getting published. | |||||||||
| GmPublishingPriority.Value | LOW | The item has a low priority for getting published. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the priority value based on the
textValue
parameter, or null if no such value exists. | |||||||||||
Returns the text value, as represented in the entry.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The item has a high priority for getting published. Using this value should result in the item getting published (available for search) in a very short time (less than a minute, most of the time).
The item has a low priority for getting published. Using this value should result in the item getting published (available for search) in less than a day.
Returns the priority value based on the textValue
parameter, or null if no such value exists.
| textValue | Text representation of the value |
|---|
null if not found
Returns the text value, as represented in the entry.