Remove project id requirement for creating a GCS client. #2038
Merged
shinfan merged 1 commit intogoogleapis:masterfrom May 10, 2017
Merged
Remove project id requirement for creating a GCS client. #2038shinfan merged 1 commit intogoogleapis:masterfrom
shinfan merged 1 commit intogoogleapis:masterfrom
Conversation
…s only required for creating buckets, not operating on them, so it doesn't make sense to make it required for all cases.
shinfan
approved these changes
May 9, 2017
Contributor
shinfan
left a comment
There was a problem hiding this comment.
Please shorten the title of the PR before merging, right now it is too long.
Author
|
@shinfan Shortened the PR title, though feel free to edit it further as you see fit. Don't have write access so will need someone to merge :) |
chingor13
pushed a commit
that referenced
this pull request
Jan 26, 2026
#2038) * chore: Update generation configuration at Fri Jan 23 22:02:56 UTC 2026 * chore: generate libraries at Fri Jan 23 22:03:29 UTC 2026
chingor13
pushed a commit
that referenced
this pull request
Feb 20, 2026
…v1.43.1 (#2038) * deps: update dependency com.google.http-client:google-http-client to v1.43.1 * 🦉 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
Feb 20, 2026
🤖 I have created a release *beep* *boop* --- ## [2.34.1](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.34.0...v2.34.1) (2023-03-21) ### Bug Fixes * Add service_yaml_parameters to `java_gapic_library` targets ([#2034](https://togithub.com/googleapis/java-bigquerystorage/issues/2034)) ([8dae87c](https://togithub.com/googleapis/java-bigquerystorage/commit/8dae87cff06c7d08b9d597be9c66de570739abf4)) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.23.2 ([#2029](https://togithub.com/googleapis/java-bigquerystorage/issues/2029)) ([e9c0152](https://togithub.com/googleapis/java-bigquerystorage/commit/e9c0152c2b098d7fb2d1de4d535d636a3ac9f90e)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.5.0 ([#2050](https://togithub.com/googleapis/java-bigquerystorage/issues/2050)) ([349092f](https://togithub.com/googleapis/java-bigquerystorage/commit/349092f28f6017b1df5b325e9a9036c311e70546)) * Update dependency com.google.http-client:google-http-client to v1.43.1 ([#2038](https://togithub.com/googleapis/java-bigquerystorage/issues/2038)) ([5e865c9](https://togithub.com/googleapis/java-bigquerystorage/commit/5e865c9b3779f0d20080eead241f1b5858156880)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
lqiu96
pushed a commit
that referenced
this pull request
Mar 20, 2026
#2038) * chore: Update generation configuration at Fri Jan 23 22:02:56 UTC 2026 * chore: generate libraries at Fri Jan 23 22:03:29 UTC 2026
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.
Project id is only required for creating buckets, not operating on them, so it doesn't make sense to make it required for all cases.
I currently have some code that only operates on an existing bucket, and literally set the project id to "devnull" to prevent users from having to provide a valid project id which is not necessary.