PHP Class BatchJob, googleads-php-lib

Inheritance: extends BaseBatchJob, implements ISyncableFile
Afficher le fichier Open project: googleads/googleads-php-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
$diskUsageQuotaBalance integer
$downloadUrl TemporaryUrl
$id integer
$processingErrors BatchJobProcessingError[]
$progressStats ProgressStats
$status tnsBatchJobStatus
$uploadUrl TemporaryUrl

Méthodes publiques

Méthode 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 méthode

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

getNamespace() public méthode

Gets the namesapce of this class
public getNamespace ( ) : string
Résultat string the namespace of this class

getXsiTypeName() public méthode

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
Résultat string the xsi:type name of this class

Property Details

$diskUsageQuotaBalance public_oe property

public int $diskUsageQuotaBalance
Résultat integer

$downloadUrl public_oe property

public TemporaryUrl $downloadUrl
Résultat TemporaryUrl

$id public_oe property

public int $id
Résultat integer

$processingErrors public_oe property

public BatchJobProcessingError[] $processingErrors
Résultat BatchJobProcessingError[]

$progressStats public_oe property

public ProgressStats $progressStats
Résultat ProgressStats

$status public_oe property

public tnsBatchJobStatus $status
Résultat tnsBatchJobStatus

$uploadUrl public_oe property

public TemporaryUrl $uploadUrl
Résultat TemporaryUrl