|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--google.gdata.batch.Interrupted
Signals that feed processing was interrupted.
Defined in gdata.js
Field Summary | |
{string|undefined} |
$t
Error message explaining what went wrong while processing the request. |
{string|undefined} |
error
Number of entries for which processing failed. |
{string|undefined} |
parsed
Number of entries that were parsed. |
{string|undefined} |
reason
Reason. |
{string|undefined} |
success
Number of entries processed successfully. |
{string|undefined} |
unprocessed
Number of entries parsed but not processed. |
Constructor Summary | |
google.gdata.batch.Interrupted(<Object> opt_params)
Constructs an interrupted using an object parameter whose property names match the setter method to use for each property. |
Method Summary | |
string|undefined
|
getContent()
Returns the error message explaining what went wrong while processing the request. |
string|undefined
|
getContentType()
Returns the MIME type of the content of this element. |
number|undefined
|
getErrorCount()
Returns the number of entries for which processing failed. |
string|undefined
|
getReason()
Returns the reason. |
number|undefined
|
getSkippedCount()
Returns the number of entries parsed but not processed. |
number|undefined
|
getSuccessCount()
Returns the number of entries processed successfully. |
number|undefined
|
getTotalCount()
Returns the number of entries that were parsed. |
void
|
setContent(<string|undefined> content)
Sets the error message explaining what went wrong while processing the request. |
void
|
setContentType(<string|undefined> contentType)
Sets the MIME type of the content of this element. |
void
|
setErrorCount(<number|undefined> errorCount)
Sets the number of entries for which processing failed. |
void
|
setReason(<string|undefined> reason)
Sets the reason. |
void
|
setSkippedCount(<number|undefined> skippedCount)
Sets the number of entries parsed but not processed. |
void
|
setSuccessCount(<number|undefined> successCount)
Sets the number of entries processed successfully. |
void
|
setTotalCount(<number|undefined> totalCount)
Sets the number of entries that were parsed. |
Field Detail |
{string|undefined} $t
{string|undefined} error
{string|undefined} parsed
{string|undefined} reason
{string|undefined} success
{string|undefined} unprocessed
Constructor Detail |
google.gdata.batch.Interrupted(<Object> opt_params)
opt_params
- Optional parameters, each of which is used as the sole parameter to the associated setter method: content, contentType, errorCount, reason, skippedCount, successCount, and totalCount.
Method Detail |
string|undefined getContent()
string|undefined getContentType()
number|undefined getErrorCount()
string|undefined getReason()
number|undefined getSkippedCount()
number|undefined getSuccessCount()
number|undefined getTotalCount()
void setContent(<string|undefined> content)
content
- Error message explaining what went wrong while processing the request or undefined for none.
void setContentType(<string|undefined> contentType)
contentType
- MIME type of the content of this element or undefined for none.
void setErrorCount(<number|undefined> errorCount)
errorCount
- Number of entries for which processing failed or undefined for none.
void setReason(<string|undefined> reason)
reason
- Reason or undefined for none.
void setSkippedCount(<number|undefined> skippedCount)
skippedCount
- Number of entries parsed but not processed or undefined for none.
void setSuccessCount(<number|undefined> successCount)
successCount
- Number of entries processed successfully or undefined for none.
void setTotalCount(<number|undefined> totalCount)
totalCount
- Number of entries that were parsed or undefined for none.
|
GData JavaScript Client 2.2 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |