| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| import com.google.cloud.bigquery.BigQueryException; | ||
| import java.util.Map; | ||
|
|
||
| @InternalExtensionOnly |
| import com.google.cloud.bigquery.BigQueryException; | ||
| import java.util.Map; | ||
|
|
||
| @InternalExtensionOnly |
| assertThat(bigquery.getJob(job.getJobId())).isNotNull(); | ||
|
|
||
| // Wrong location shouldn't work. | ||
| assertThat(bigquery.getJob(job.getJobId().toBuilder().setLocation(wrongLocation).build())) |
| table.getTableId().getDataset(), | ||
| table.getTableId().getTable()); | ||
| Job job = | ||
| bigquery.create( |
| TableDataWriteChannel writer(WriteChannelConfiguration writeChannelConfiguration); | ||
|
|
||
| // TODO(pongad): document | ||
| TableDataWriteChannel writer(JobId jobId, WriteChannelConfiguration writeChannelConfiguration); |
|
We should follow this PR with another change that adds location to BigQueryOptions or something (a peer to where the default project is set). |
Sorry, something went wrong.
…3131) * feat: Add picosecond timestamp support for Json to Proto converter * chore: Add edge cases for user input * chore: Fix lint issues * chore: Disable check for v1beta2 * chore: generate libraries at Wed Dec 10 15:59:07 UTC 2025 * chore: Address PR feedback * chore: generate libraries at Wed Dec 10 19:01:14 UTC 2025 * chore: Fix timestamp precision check condition --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
…connection to v2.37.0 (#3131)
…3131) * feat: Add picosecond timestamp support for Json to Proto converter * chore: Add edge cases for user input * chore: Fix lint issues * chore: Disable check for v1beta2 * chore: generate libraries at Wed Dec 10 15:59:07 UTC 2025 * chore: Address PR feedback * chore: generate libraries at Wed Dec 10 19:01:14 UTC 2025 * chore: Fix timestamp precision check condition --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
Context in [this doc](https://docs.google.com/document/d/1wrpyBtphdenM3BNelcnpBKGADYrGJUo686HXvSA0h-0/edit?pli=1&tab=t.luhbzlh25mfs#bookmark=id.ruacqw13dxd2) This PR makes the generation workflow to always get triggered when the target repository is not a monorepo (i.e. handwritten libraries). This will still respect other changes between baseline and current configurations when it comes to PR description generation, but if no config changes are detected then no PR description will be created, assuming that the PR description of the original PR that will trigger the generation will be informative enough.
… name (#3131) This will have the generation present making the delete idempotent and retryable.
| Back | FazBrowse Home | New Git URL |
No description provided.