| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.google.gdata.data.webmastertools.CrawlRate | |
CrawlRate is an enumerated type that indicates the desired crawl rate to use for a concrete site. Not all rates may be allowed for a given site.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CrawlRate | FASTER | ||||||||||
| CrawlRate | FASTEST | ||||||||||
| CrawlRate | NORMAL | ||||||||||
| CrawlRate | SLOWER | ||||||||||
| CrawlRate | SLOWEST | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Parse a string and return a crawl rate.
| |||||||||||
Returns the default CrawlRate value.
| |||||||||||
Returns the string representation of the CrawlRate.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Parse a string and return a crawl rate.
| value | A string representing a crawl rate. |
|---|
| IllegalArgumentException | if the parameter is not a valid CrawlRate string. |
|---|
Returns the default CrawlRate value.
Returns the string representation of the CrawlRate.