-
Notifications
You must be signed in to change notification settings - Fork 439
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
657 changed files
with
657 additions
and
657 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"id":"bigquery\/connection\/connectioninterface","type":"","title":"Google\\Cloud\\BigQuery\\Connection\\ConnectionInterface","name":"ConnectionInterface","description":"<p>Represents a connection to\n<a href=\"https:\/\/cloud.google.com\/bigquery\/\">BigQuery<\/a>.<\/p>","examples":[],"resources":[],"methods":[{"id":"deleteDataset","type":"instance","name":"deleteDataset","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L32","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"patchDataset","type":"instance","name":"patchDataset","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L38","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"getDataset","type":"instance","name":"getDataset","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L44","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"listDatasets","type":"instance","name":"listDatasets","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L50","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertDataset","type":"instance","name":"insertDataset","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L56","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"deleteTable","type":"instance","name":"deleteTable","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L62","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"patchTable","type":"instance","name":"patchTable","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L68","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"getTable","type":"instance","name":"getTable","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L74","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertTable","type":"instance","name":"insertTable","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L80","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"listTables","type":"instance","name":"listTables","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L86","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"listTableData","type":"instance","name":"listTableData","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L92","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertAllTableData","type":"instance","name":"insertAllTableData","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L98","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"query","type":"instance","name":"query","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L104","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"getQueryResults","type":"instance","name":"getQueryResults","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L110","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"getJob","type":"instance","name":"getJob","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L116","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"listJobs","type":"instance","name":"listJobs","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L122","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"cancelJob","type":"instance","name":"cancelJob","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L128","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertJob","type":"instance","name":"insertJob","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L134","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertJobUpload","type":"instance","name":"insertJobUpload","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L140","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["<a href=\"https:\/\/googleapis.github.io\/gax-php\/#Google\/Cloud\/Core\\Upload\\AbstractUploader.html\" target=\"_blank\">Google\\Cloud\\Core\\Upload\\AbstractUploader<\/a>"],"description":""}]}]} | ||
{"id":"bigquery\/connection\/connectioninterface","type":"","title":"Google\\Cloud\\BigQuery\\Connection\\ConnectionInterface","name":"ConnectionInterface","description":"<p>Represents a connection to\n<a href=\"https:\/\/cloud.google.com\/bigquery\/\">BigQuery<\/a>.<\/p>","examples":[],"resources":[],"methods":[{"id":"deleteDataset","type":"instance","name":"deleteDataset","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L32","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"patchDataset","type":"instance","name":"patchDataset","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L38","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"getDataset","type":"instance","name":"getDataset","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L44","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"listDatasets","type":"instance","name":"listDatasets","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L50","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertDataset","type":"instance","name":"insertDataset","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L56","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"deleteTable","type":"instance","name":"deleteTable","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L62","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"patchTable","type":"instance","name":"patchTable","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L68","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"getTable","type":"instance","name":"getTable","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L74","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertTable","type":"instance","name":"insertTable","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L80","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"listTables","type":"instance","name":"listTables","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L86","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"listTableData","type":"instance","name":"listTableData","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L92","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertAllTableData","type":"instance","name":"insertAllTableData","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L98","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"query","type":"instance","name":"query","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L104","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"getQueryResults","type":"instance","name":"getQueryResults","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L110","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"getJob","type":"instance","name":"getJob","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L116","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"listJobs","type":"instance","name":"listJobs","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L122","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"cancelJob","type":"instance","name":"cancelJob","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L128","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertJob","type":"instance","name":"insertJob","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L134","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["array"],"description":""}]},{"id":"insertJobUpload","type":"instance","name":"insertJobUpload","source":"src\/BigQuery\/Connection\/ConnectionInterface.php#L140","description":"","examples":[],"resources":[],"params":[{"name":"args","description":"","types":["array"],"optional":false,"nullable":null}],"exceptions":[],"returns":[{"types":["<a data-custom-type=\"cloud-core\/v1.6.0\/core\/upload\/abstractuploader\">Google\\Cloud\\Core\\Upload\\AbstractUploader<\/a>"],"description":""}]}]} |
Oops, something went wrong.