Uses of Class
tilda.utils.gcp.JobCostDetails
-
Packages that use JobCostDetails Package Description tilda.utils.gcp -
-
Uses of JobCostDetails in tilda.utils.gcp
Methods in tilda.utils.gcp that return JobCostDetails Modifier and Type Method Description static JobCostDetails
BQHelper. getJobCostInBytesCents(com.google.cloud.bigquery.BigQuery bq, java.lang.String jobId)
Returns the billed bytes and cost in cents for a given job, or null if the job could be located or an exception occurred internally (see logs).
-