Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class ProcessItemInterface (1.72.1)

Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class ProcessItemInterface.

An interface for processing the items.

Namespace

Google \ Cloud \ Core \ Batch

Methods

submit

Submit a job for async processing.

Parameters
Name Description
item mixed

An item to submit.

idNum int

A numeric id of the job.

Returns
Type Description
void

flush

Run the job with the given id.

Parameter
Name Description
idNum int

A numeric id of the job.

Returns
Type Description
bool