|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.gbase.ProcessingStatus
The processing status of this item/feed.
Defined in gdata.js
Field Summary | |
Object |
$feedErrorsClass_
|
Object |
$itemsInsertedClass_
|
Object |
$itemsProcessedClass_
|
<static> <final> {string} |
STATUS_FAILURE
Indicates that no items were able to be processed. |
<static> <final> {string} |
STATUS_IN_PROGRESS
Indicates that the current item/feed is being processed. |
<static> <final> {string} |
STATUS_PARTIAL_SUCCESS
Indicates that one or more (but not all) items had a processing error. |
<static> <final> {string} |
STATUS_SUCCESS
Indicates that all of the item(s) was/were processed successfully. |
<static> <final> {string} |
STATUS_UNKNOWN
Indicates that the processing status information is not currently known. |
<static> <final> {string} |
STATUS_UNPROCESSED
Indicates that the current item/feed has not been processed yet (for instance, if it has never been uploaded). |
Constructor Summary | |
google.gdata.gbase.ProcessingStatus(<Object> opt_params)
Constructs a processing status using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
google.gdata.gbase.FeedErrors|undefined
|
getFeedErrors()
Returns the feed errors. |
google.gdata.gbase.ItemsInserted|undefined
|
getItemsInserted()
Returns the items inserted. |
google.gdata.gbase.ItemsProcessed|undefined
|
getItemsProcessed()
Returns the items processed. |
string|undefined
|
getStatus()
Returns the status. |
void
|
setFeedErrors(<google.gdata.gbase.FeedErrors|Object|undefined> feedErrors)
Sets the feed errors. |
void
|
setItemsInserted(<google.gdata.gbase.ItemsInserted|Object|undefined> itemsInserted)
Sets the items inserted. |
void
|
setItemsProcessed(<google.gdata.gbase.ItemsProcessed|Object|undefined> itemsProcessed)
Sets the items processed. |
void
|
setStatus(<string|undefined> status)
Sets the status. |
Field Detail |
Object $feedErrorsClass_
Object $itemsInsertedClass_
Object $itemsProcessedClass_
<static> <final> {string} STATUS_FAILURE
<static> <final> {string} STATUS_IN_PROGRESS
<static> <final> {string} STATUS_PARTIAL_SUCCESS
<static> <final> {string} STATUS_SUCCESS
<static> <final> {string} STATUS_UNKNOWN
<static> <final> {string} STATUS_UNPROCESSED
Constructor Detail |
google.gdata.gbase.ProcessingStatus(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: feedErrors, itemsInserted, itemsProcessed, and status.
Method Detail |
google.gdata.gbase.FeedErrors|undefined getFeedErrors()
google.gdata.gbase.ItemsInserted|undefined getItemsInserted()
google.gdata.gbase.ItemsProcessed|undefined getItemsProcessed()
string|undefined getStatus()
void setFeedErrors(<google.gdata.gbase.FeedErrors|Object|undefined> feedErrors)
feedErrors
- Feed errors, or object to use as a parameter to the google.gdata.gbase.FeedErrors constructor, or undefined for none.
void setItemsInserted(<google.gdata.gbase.ItemsInserted|Object|undefined> itemsInserted)
itemsInserted
- Items inserted, or object to use as a parameter to the google.gdata.gbase.ItemsInserted constructor, or undefined for none.
void setItemsProcessed(<google.gdata.gbase.ItemsProcessed|Object|undefined> itemsProcessed)
itemsProcessed
- Items processed, or object to use as a parameter to the google.gdata.gbase.ItemsProcessed constructor, or undefined for none.
void setStatus(<string|undefined> status)
status
- Status or undefined for none.
|
GData JavaScript Client 1.9 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |