8000 java-docs-samples/bigquery at webXml · shirigithub/java-docs-samples · GitHub
[go: up one dir, main page]

Skip to content
{"payload":{"allShortcutsEnabled":false,"path":"bigquery","repo":{"id":93353343,"defaultBranch":"master","name":"java-docs-samples","ownerLogin":"shirigithub","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2017-06-05T01:34:47.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3215405?v=4","public":true,"private":false,"isOrgOwned":false},"currentUser":null,"refInfo":{"name":"webXml","listCacheKey":"v0:1627727173.154017","canEdit":false,"refType":"branch","currentOid":"23f05a26bf8ae3aa6199960438177140d8414cd0"},"tree":{"items":[{"name":"cloud-client","path":"bigquery/cloud-client","contentType":"directory"},{"name":"rest","path":"bigquery/rest","contentType":"directory"},{"name":"README.md","path":"bigquery/README.md","contentType":"file"}],"templateDirectorySuggestionUrl":null,"readme":{"displayName":"README.md","richText":"\u003carticle class=\"markdown-body entry-content container-lg\" itemprop=\"text\"\u003e\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch1 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eGetting Started with BigQuery\u003c/h1\u003e\u003ca id=\"user-content-getting-started-with-bigquery\" class=\"anchor\" aria-label=\"Permalink: Getting Started with BigQuery\" href=\"#getting-started-with-bigquery\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eGoogle's BigQuery Service features a REST-based API that allows developers to\ncreate applications to run ad-hoc queries on massive datasets. These sample\nJava applications demonstrate how to access the BigQuery API.\u003c/p\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eAPI Libraries\u003c/h2\u003e\u003ca id=\"user-content-api-libraries\" class=\"anchor\" aria-label=\"Permalink: API Libraries\" href=\"#api-libraries\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eWe provide samples for multiple methods of accessing the APIs in case you need\nlower-level access, but the \u003ccode\u003ecloud-client\u003c/code\u003e samples are idiomatic and show the\nrecommended way to access the API.\u003c/p\u003e\n\u003cul dir=\"auto\"\u003e\n\u003cli\u003ecloud-client (Preferred Option)\n\u003cul dir=\"auto\"\u003e\n\u003cli\u003eThis uses \u003ca href=\"http://googlecloudplatform.github.io/google-cloud-java/\" rel=\"nofollow\"\u003eGoogle Cloud Client\nLibraries\u003c/a\u003e, and\nthe idiomatic and\n\u003ca href=\"https://cloud.google.com/bigquery/docs/reference/libraries\" rel=\"nofollow\"\u003erecommended\u003c/a\u003e\nway to interact with BigQuery.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003cli\u003erest\n\u003cul dir=\"auto\"\u003e\n\u003cli\u003eThis uses BigQuery's RESTful API directly. Not recommended.\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/li\u003e\n\u003c/ul\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eQuickstart\u003c/h2\u003e\u003ca id=\"user-content-quickstart\" class=\"anchor\" aria-label=\"Permalink: Quickstart\" href=\"#quickstart\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eInstall \u003ca href=\"http://maven.apache.org/\" rel=\"nofollow\"\u003eMaven\u003c/a\u003e.\u003c/p\u003e\n\u003cp dir=\"auto\"\u003eBuild your project with:\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"mvn clean package -DskipTests\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode\u003emvn clean package -DskipTests\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cp dir=\"auto\"\u003eYou can then run a given \u003ccode\u003eClassName\u003c/code\u003e via:\u003c/p\u003e\n\u003cdiv class=\"snippet-clipboard-content notranslate position-relative overflow-auto\" data-snippet-clipboard-copy-content=\"mvn exec:java -Dexec.mainClass=com.google.cloud.bigquery.samples.ClassName \\\n\t-Dexec.args=\u0026quot;any arguments to the app\u0026quot;\"\u003e\u003cpre class=\"notranslate\"\u003e\u003ccode\u003emvn exec:java -Dexec.mainClass=com.google.cloud.bigquery.samples.ClassName \\\n\t-Dexec.args=\"any arguments to the app\"\n\u003c/code\u003e\u003c/pre\u003e\u003c/div\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eProducts\u003c/h2\u003e\u003ca id=\"user-content-products\" class=\"anchor\" aria-label=\"Permalink: Products\" href=\"#products\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cul dir=\"auto\"\u003e\n\u003cli\u003e\u003ca href=\"https://cloud.google.com/bigquery\" rel=\"nofollow\"\u003eGoogle BigQuery\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003cdiv class=\"markdown-heading\" dir=\"auto\"\u003e\u003ch2 tabindex=\"-1\" class=\"heading-element\" dir=\"auto\"\u003eLanguage\u003c/h2\u003e\u003ca id=\"user-content-language\" class=\"anchor\" aria-label=\"Permalink: Language\" href=\"#language\"\u003e\u003csvg class=\"octicon octicon-link\" viewBox=\"0 0 16 16\" version=\"1.1\" width=\"16\" height=\"16\" aria-hidden=\"true\"\u003e\u003cpath d=\"m7.775 3.275 1.25-1.25a3.5 3.5 0 1 1 4.95 4.95l-2.5 2.5a3.5 3.5 0 0 1-4.95 0 .751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018 1.998 1.998 0 0 0 2.83 0l2.5-2.5a2.002 2.002 0 0 0-2.83-2.83l-1.25 1.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042Zm-4.69 9.64a1.998 1.998 0 0 0 2.83 0l1.25-1.25a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-1.25 1.25a3.5 3.5 0 1 1-4.95-4.95l2.5-2.5a3.5 3.5 0 0 1 4.95 0 .751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018 1.998 1.998 0 0 0-2.83 0l-2.5 2.5a1.998 1.998 0 0 0 0 2.83Z\"\u003e\u003c/path\u003e\u003c/svg\u003e\u003c/a\u003e\u003c/div\u003e\n\u003cul dir=\"auto\"\u003e\n\u003cli\u003e\u003ca href=\"https://java.com\" rel=\"nofollow\"\u003eJava\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\u003c/article\u003e","errorMessage":null,"headerInfo":{"toc":[{"level":1,"text":"Getting Started with BigQuery","anchor":"getting-started-with-bigquery","htmlText":"Getting Started with BigQuery"},{"level":2,"text":"API Libraries","anchor":"api-libraries","htmlText":"API Libraries"},{"level":2,"text":"Quickstart","anchor":"quickstart","htmlText":"Quickstart"},{"level":2,"text":"Products","anchor":"products","htmlText":"Products"},{"level":2,"text":"Language","anchor":"language","htmlText":"Language"}],"siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fshirigithub%2Fjava-docs-samples%2Ftree%2FwebXml%2Fbigquery"}},"totalCount":3,"showBranchInfobar":true},"fileTree":{"":{"items":[{"name":".github","path":".github","contentType":"directory"},{"name":".mvn","path":".mvn","contentType":"directory"},{"name":"appengine-java8","path":"appengine-java8","contentType":"directory"},{"name":"appengine","path":"appengine","contentType":"directory"},{"name":"bigquery","path":"bigquery","contentType":"directory"},{"name":"compute","path":"compute","contentType":"directory"},{"name":"datastore","path":"datastore","contentType":"directory"},{"name":"endpoints","path":"endpoints","contentType":"directory"},{"name":"flexible","path":"flexible","contentType":"directory"},{"name":"kms","path":"kms","contentType":"directory"},{"name":"language","path":"language","contentType":"directory"},{"name":"logging","path":"logging","contentType":"directory"},{"name":"monitoring","path":"monitoring","contentType":"directory"},{"name":"pubsub","path":"pubsub","contentType":"directory"},{"name":"spanner","path":"spanner","contentType":"directory"},{"name":"speech","path":"speech","contentType":"directory"},{"name":"storage","path":"storage","contentType":"directory"},{"name":"taskqueue","path":"taskqueue","contentType":"directory"},{"name":"translate","path":"translate","contentType":"directory"},{"name":"unittests","path":"unittests","contentType":"directory"},{"name":"video","path":"video","contentType":"directory"},{"name":"vision","path":"vision","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":".gitmodules","path":".gitmodules","contentType":"file"},{"name":".travis.yml","path":".travis.yml","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"ISSUE_TEMPLATE.md","path":"ISSUE_TEMPLATE.md","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"checkstyle-checker.xml","path":"checkstyle-checker.xml","contentType":"file"},{"name":"circle.yml","path":"circle.yml","contentType":"file"},{"name":"codecov.yml","path":"codecov.yml","contentType":"file"},{"name":"gae-firebase-secrets.json.enc","path":"gae-firebase-secrets.json.enc","contentType":"file"},{"name":"jenkins.sh","path":"jenkins.sh","contentType":"file"},{"name":"mvnw","path":"mvnw","contentType":"file"},{"name":"mvnw.cmd","path":"mvnw.cmd","contentType":"file"},{"name":"pom.xml","path":"pom.xml","contentType":"file"},{"name":"secrets.env.EXAMPLE","path":"secrets.env.EXAMPLE","contentType":"file"},{"name":"secrets.env.enc","path":"secrets.env.enc","contentType":"file"},{"name":"service-account.json.enc","path":"service-account.json.enc","contentType":"file"},{"name":"travis.sh","path":"travis.sh","contentType":"file"}],"totalCount":41}},"fileTreeProcessingTime":9.083112000000002,"foldersToFetch":[],"treeExpanded":true,"symbolsExpanded":false,"csrf_tokens":{"/shirigithub/java-docs-samples/branches":{"post":"c4WgymYsrX2imrC5B4U6XZIndcMFpvQ5RpCGweH5lxbdUdeilmnxOdEa_TFmifadtzsSrGEfIgbwdNa8jhelJQ"},"/shirigithub/java-docs-samples/branches/fetch_and_merge/webXml":{"post":"zSWqaa5wSS-I8qj-HbigOIaU1YHlu1RqH4MC61YDbiXn45QpBCQvVw_iQ5-52lBhrF-uyL-s7g_rYCQFPyMKMg"},"/shirigithub/java-docs-samples/branches/fetch_and_merge/webXml?discard_changes=true":{"post":"vzZRXZmsTafXUGkWZc0ikIgeksyHlxe5kWXYvjF01MGV8G8dM_gr31BAgnfBr9LJotXphd2Ardxlhv5QWFSw1g"}}},"title":"java-docs-samples/bigquery at webXml · shirigithub/java-docs-samples","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-263cab1760dd.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-1b17b3e7786a.js","githubDevUrl":null,"enabled_features":{"code_nav_ui_events":false,"react_blob_overlay":false,"accessible_code_button":true}}}
0