GoogleApiAdsAdWords
[ class tree: GoogleApiAdsAdWords ] [ index: GoogleApiAdsAdWords ] [ all elements ]

Class: OperationResult

Source Location: /AdWords/v200909/cm/BulkMutateJobService.php

Class Overview


Represents the result of an individual mutate operation.


Variables

Methods


Child classes:

ReturnValueResult
Represents a success result of processing a mutate operation that returned a value.
UnprocessedResult
Indicates that the mutate operation was not processed. This could result if the job was aborted by the back-end workflow because the developer's API quota was exceeded or if the job encountered some severe workflow system failure.
BatchFailureResult
Represents a failure result for a mutate operation that was applied in a transactional batch. It does not imply that the corresponding operation for this result itself caused the failure. To determine that, please see the FailureResult provided for the first operation of the batch.
FailureResult
Represents a failure result for an individual mutate operation.
LostResult
Represents the result of processing an individual mutate operation that however failed to get durably saved despite the service's best efforts.

Class Details

[line 5231]
Represents the result of an individual mutate operation.



[ Top ]


Class Variables

$OperationResultType =

[line 5236]



Tags:

access:  public

Type:   string


[ Top ]



Class Methods


constructor __construct [line 5286]

OperationResult __construct( [ $OperationResultType = NULL])



Tags:

access:  public


Overridden in child classes as:

ReturnValueResult::__construct()
UnprocessedResult::__construct()
BatchFailureResult::__construct()
FailureResult::__construct()
LostResult::__construct()

Parameters:

   $OperationResultType  

[ Top ]

method getNamespace [line 5274]

the getNamespace( )

Gets the namesapce of this class



Tags:

return:  namespace of this class
access:  public


Overridden in child classes as:

ReturnValueResult::getNamespace()
Gets the namesapce of this class
UnprocessedResult::getNamespace()
Gets the namesapce of this class
BatchFailureResult::getNamespace()
Gets the namesapce of this class
FailureResult::getNamespace()
Gets the namesapce of this class
LostResult::getNamespace()
Gets the namesapce of this class

[ Top ]

method getParameterMap [line 5266]

array getParameterMap( )

Provided for getting non-php-standard named variables



Tags:

return:  parameter map
access:  protected


[ Top ]

method getXsiTypeName [line 5282]

the getXsiTypeName( )

Gets the xsi:type name of this class



Tags:

return:  xsi:type name of this class
access:  public


Overridden in child classes as:

ReturnValueResult::getXsiTypeName()
Gets the xsi:type name of this class
UnprocessedResult::getXsiTypeName()
Gets the xsi:type name of this class
BatchFailureResult::getXsiTypeName()
Gets the xsi:type name of this class
FailureResult::getXsiTypeName()
Gets the xsi:type name of this class
LostResult::getXsiTypeName()
Gets the xsi:type name of this class

[ Top ]

method __get [line 5254]

mixed __get( $var $var)

Provided for getting non-php-standard named variables



Tags:

return:  Variable value
access:  public


Parameters:

$var   $var   Variable name to get.

[ Top ]

method __set [line 5247]

void __set( $var $var, $value $value)

Provided for setting non-php-standard named variables



Tags:

access:  public


Parameters:

$var   $var   Variable name to set
$value   $value   Value to set

[ Top ]


Documentation generated by phpDocumentor 1.4.3