PHP Class BatchJob, googleads-php-lib

Inheritance: extends BaseBatchJob, implements ISyncableFile
Mostrar archivo Open project: googleads/googleads-php-lib Class Usage Examples

Public Properties

Property Type Description
$diskUsageQuotaBalance integer
$downloadUrl TemporaryUrl
$id integer
$processingErrors BatchJobProcessingError[]
$progressStats ProgressStats
$status tnsBatchJobStatus
$uploadUrl TemporaryUrl

Public Methods

Method Description
__construct ( $id = null, $status = null, $progressStats = null, $uploadUrl = null, $downloadUrl = null, $processingErrors = null, $diskUsageQuotaBalance = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $id = null, $status = null, $progressStats = null, $uploadUrl = null, $downloadUrl = null, $processingErrors = null, $diskUsageQuotaBalance = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$diskUsageQuotaBalance public_oe property

public int $diskUsageQuotaBalance
return integer

$downloadUrl public_oe property

public TemporaryUrl $downloadUrl
return TemporaryUrl

$id public_oe property

public int $id
return integer

$processingErrors public_oe property

public BatchJobProcessingError[] $processingErrors
return BatchJobProcessingError[]

$progressStats public_oe property

public ProgressStats $progressStats
return ProgressStats

$status public_oe property

public tnsBatchJobStatus $status
return tnsBatchJobStatus

$uploadUrl public_oe property

public TemporaryUrl $uploadUrl
return TemporaryUrl