Add BigQuery snippets for Job.isDone().#1250
Merged
mziccard merged 1 commit intogoogleapis:masterfrom Sep 16, 2016
Merged
Conversation
mziccard
reviewed
Sep 16, 2016
| import com.google.cloud.bigquery.JobInfo; | ||
| import com.google.cloud.bigquery.QueryJobConfiguration; | ||
| import org.junit.BeforeClass; | ||
| import org.junit.Test; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
17bbe11 to
17450be
Compare
mziccard
reviewed
Sep 16, 2016
|
|
||
| @BeforeClass | ||
| public static void beforeClass() { | ||
| bigquery = BigQueryOptions.defaultInstance().service(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Runs google-java-format against the BigQuery snippets, too.
17450be to
2aeedac
Compare
garrettjonesgoogle
pushed a commit
to michaelbausor/gcloud-java
that referenced
this pull request
Sep 16, 2016
github-actions bot
pushed a commit
that referenced
this pull request
Jul 6, 2022
…1250) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-core](https://togithub.com/googleapis/java-core) | `2.8.0` -> `2.8.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-core</summary> ### [`v2.8.1`](https://togithub.com/googleapis/java-core/blob/HEAD/CHANGELOG.md#​281-httpsgithubcomgoogleapisjava-corecomparev280v281-2022-06-27) [Compare Source](https://togithub.com/googleapis/java-core/compare/v2.8.0...v2.8.1) ##### Dependencies - update dependency com.google.protobuf:protobuf-bom to v3.21.2 ([#​851](https://togithub.com/googleapis/java-core/issues/851)) ([c0f09f0](https://togithub.com/googleapis/java-core/commit/c0f09f0fcd57a2d90e0a99b17c9e346df8651d65)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-asset).
meltsufin
pushed a commit
that referenced
this pull request
Dec 22, 2025
…ncy-plugin to v3.5.0 (#1250) * build(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.5.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
chingor13
pushed a commit
that referenced
this pull request
Jan 6, 2026
🤖 I have created a release *beep* *boop* --- ## [0.131.0-alpha](https://togithub.com/googleapis/java-logging-logback/compare/v0.130.30-alpha...v0.131.0-alpha) (2024-01-25) ### Features * Add graal native image profile for logback library ([#1246](https://togithub.com/googleapis/java-logging-logback/issues/1246)) ([ab58b88](https://togithub.com/googleapis/java-logging-logback/commit/ab58b887d041783335d2ab4f04b47651ae91ef77)) ### Dependencies * Update dependency com.google.cloud:google-cloud-logging to v3.15.16 ([#1257](https://togithub.com/googleapis/java-logging-logback/issues/1257)) ([28c23f6](https://togithub.com/googleapis/java-logging-logback/commit/28c23f67f827c42ad4790fd7f9122d227daa3a8d)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.22.0 ([#1250](https://togithub.com/googleapis/java-logging-logback/issues/1250)) ([730c46c](https://togithub.com/googleapis/java-logging-logback/commit/730c46cbd6f59f9d370eb6a10b5dd00d58ca0506)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.23.0 ([#1256](https://togithub.com/googleapis/java-logging-logback/issues/1256)) ([df7800b](https://togithub.com/googleapis/java-logging-logback/commit/df7800bb5205ad4cecc0a44ccbde8141174063ad)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces #1249
@mziccard @lesv