Home
last modified time | relevance | path

Searched refs:TableDataInsertAllResponse (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/Resource/
H A DTabledata.php21 use Google\Service\Bigquery\TableDataInsertAllResponse; alias
43 * @return TableDataInsertAllResponse
49 return $this->call('insertAll', [$params], TableDataInsertAllResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DTableDataInsertAllResponse.php20 class TableDataInsertAllResponse extends \Google\Collection class
61 class_alias(TableDataInsertAllResponse::class, 'Google_Service_Bigquery_TableDataInsertAllResponse'…