billingTier = $billingTier; } public function getBillingTier() { return $this->billingTier; } public function setCacheHit($cacheHit) { $this->cacheHit = $cacheHit; } public function getCacheHit() { return $this->cacheHit; } public function setDdlOperationPerformed($ddlOperationPerformed) { $this->ddlOperationPerformed = $ddlOperationPerformed; } public function getDdlOperationPerformed() { return $this->ddlOperationPerformed; } /** * @param Google_Service_Bigquery_RoutineReference */ public function setDdlTargetRoutine(Google_Service_Bigquery_RoutineReference $ddlTargetRoutine) { $this->ddlTargetRoutine = $ddlTargetRoutine; } /** * @return Google_Service_Bigquery_RoutineReference */ public function getDdlTargetRoutine() { return $this->ddlTargetRoutine; } /** * @param Google_Service_Bigquery_TableReference */ public function setDdlTargetTable(Google_Service_Bigquery_TableReference $ddlTargetTable) { $this->ddlTargetTable = $ddlTargetTable; } /** * @return Google_Service_Bigquery_TableReference */ public function getDdlTargetTable() { return $this->ddlTargetTable; } public function setEstimatedBytesProcessed($estimatedBytesProcessed) { $this->estimatedBytesProcessed = $estimatedBytesProcessed; } public function getEstimatedBytesProcessed() { return $this->estimatedBytesProcessed; } /** * @param Google_Service_Bigquery_BigQueryModelTraining */ public function setModelTraining(Google_Service_Bigquery_BigQueryModelTraining $modelTraining) { $this->modelTraining = $modelTraining; } /** * @return Google_Service_Bigquery_BigQueryModelTraining */ public function getModelTraining() { return $this->modelTraining; } public function setModelTrainingCurrentIteration($modelTrainingCurrentIteration) { $this->modelTrainingCurrentIteration = $modelTrainingCurrentIteration; } public function getModelTrainingCurrentIteration() { return $this->modelTrainingCurrentIteration; } public function setModelTrainingExpectedTotalIteration($modelTrainingExpectedTotalIteration) { $this->modelTrainingExpectedTotalIteration = $modelTrainingExpectedTotalIteration; } public function getModelTrainingExpectedTotalIteration() { return $this->modelTrainingExpectedTotalIteration; } public function setNumDmlAffectedRows($numDmlAffectedRows) { $this->numDmlAffectedRows = $numDmlAffectedRows; } public function getNumDmlAffectedRows() { return $this->numDmlAffectedRows; } /** * @param Google_Service_Bigquery_ExplainQueryStage */ public function setQueryPlan($queryPlan) { $this->queryPlan = $queryPlan; } /** * @return Google_Service_Bigquery_ExplainQueryStage */ public function getQueryPlan() { return $this->queryPlan; } /** * @param Google_Service_Bigquery_TableReference */ public function setReferencedTables($referencedTables) { $this->referencedTables = $referencedTables; } /** * @return Google_Service_Bigquery_TableReference */ public function getReferencedTables() { return $this->referencedTables; } /** * @param Google_Service_Bigquery_JobStatistics2ReservationUsage */ public function setReservationUsage($reservationUsage) { $this->reservationUsage = $reservationUsage; } /** * @return Google_Service_Bigquery_JobStatistics2ReservationUsage */ public function getReservationUsage() { return $this->reservationUsage; } /** * @param Google_Service_Bigquery_TableSchema */ public function setSchema(Google_Service_Bigquery_TableSchema $schema) { $this->schema = $schema; } /** * @return Google_Service_Bigquery_TableSchema */ public function getSchema() { return $this->schema; } public function setStatementType($statementType) { $this->statementType = $statementType; } public function getStatementType() { return $this->statementType; } /** * @param Google_Service_Bigquery_QueryTimelineSample */ public function setTimeline($timeline) { $this->timeline = $timeline; } /** * @return Google_Service_Bigquery_QueryTimelineSample */ public function getTimeline() { return $this->timeline; } public function setTotalBytesBilled($totalBytesBilled) { $this->totalBytesBilled = $totalBytesBilled; } public function getTotalBytesBilled() { return $this->totalBytesBilled; } public function setTotalBytesProcessed($totalBytesProcessed) { $this->totalBytesProcessed = $totalBytesProcessed; } public function getTotalBytesProcessed() { return $this->totalBytesProcessed; } public function setTotalBytesProcessedAccuracy($totalBytesProcessedAccuracy) { $this->totalBytesProcessedAccuracy = $totalBytesProcessedAccuracy; } public function getTotalBytesProcessedAccuracy() { return $this->totalBytesProcessedAccuracy; } public function setTotalPartitionsProcessed($totalPartitionsProcessed) { $this->totalPartitionsProcessed = $totalPartitionsProcessed; } public function getTotalPartitionsProcessed() { return $this->totalPartitionsProcessed; } public function setTotalSlotMs($totalSlotMs) { $this->totalSlotMs = $totalSlotMs; } public function getTotalSlotMs() { return $this->totalSlotMs; } /** * @param Google_Service_Bigquery_QueryParameter */ public function setUndeclaredQueryParameters($undeclaredQueryParameters) { $this->undeclaredQueryParameters = $undeclaredQueryParameters; } /** * @return Google_Service_Bigquery_QueryParameter */ public function getUndeclaredQueryParameters() { return $this->undeclaredQueryParameters; } }