bigquery_job_service
class bigquery_job_service
Properties
| static protected | $instances | ||
| static protected | $config |
Methods
static bigquery_job
get_instance(int $id = 0)
No description
static array
get_list_jobs_data(int $id)
Retrieves a list of job data, formatted with detailed information such as timestamps and status.
static bool
cleanup(int $itemid, bool|int $now = false, bool|object $config = false)
Cleans up files based on retention policies for hours, days, and months.
static false|stored_file
get_file(context $context, int $itemid)
Retrieves a file associated with a specific context and item ID.
static bool
delete_file()
Cleans up files based on retention policies for hours, days, and months.
Details
at line 37
static bigquery_job
get_instance(int $id = 0)
No description
at line 58
static array
get_list_jobs_data(int $id)
Retrieves a list of job data, formatted with detailed information such as timestamps and status.
at line 108
static bool
cleanup(int $itemid, bool|int $now = false, bool|object $config = false)
Cleans up files based on retention policies for hours, days, and months.
at line 183
static protected false|stored_file
get_file(context $context, int $itemid)
Retrieves a file associated with a specific context and item ID.
at line 201
static protected bool
delete_file()
Cleans up files based on retention policies for hours, days, and months.