Regenerating auto-gen clients - builder parameterization#2583
Merged
garrettjonesgoogle merged 3 commits intogoogleapis:masterfrom Nov 7, 2017
Merged
Regenerating auto-gen clients - builder parameterization#2583garrettjonesgoogle merged 3 commits intogoogleapis:masterfrom
garrettjonesgoogle merged 3 commits intogoogleapis:masterfrom
Conversation
Contributor
michaelbausor
left a comment
There was a problem hiding this comment.
LGTM after minor nits and tests pass
| return defaultGrpcTransportProviderBuilder().build(); | ||
| } | ||
|
|
||
| @BetaApi("The surface for customizing headers is not stable yet and my change in the future.") |
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.
| if (channelProvider.needsHeaders()) { | ||
| channelProvider = channelProvider.withHeaders(builder.headerProvider.getHeaders()); | ||
| } | ||
| if (channelProvider.needsEndpoint()) { |
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.
schmidt-sebastian
pushed a commit
to FirebasePrivate/google-cloud-java
that referenced
this pull request
Nov 9, 2017
chingor13
pushed a commit
that referenced
this pull request
Mar 24, 2026
Following the [instructions](https://g3doc.corp.google.com/company/teams/cloud-sdk/client-libraries/team/automation/docs/owlbot-usage-guide.md?cl=head#how-will-i-test-my-githubowlbotyaml-file), I ran: ``` cd sdk-platform-java docker run --rm --user $(id -u):$(id -g) -v $(pwd):/repo -v /tmp/googleapis-gen:/googleapis-gen -w /repo --env HOME=/tmp gcr.io/cloud-devrel-public-resources/owlbot-cli:latest copy-code --source-repo=/googleapis-gen --config-file=java-common-protos/.OwlBot.yaml docker run --user $(id -u):$(id -g) --rm -v $(pwd):/repo -w /repo gcr.io/cloud-devrel-public-resources/owlbot-java:latest ``` --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
chingor13
pushed a commit
that referenced
this pull request
Mar 30, 2026
New samples * `storage_create_bucket_hierarchical_namespace` * `storage_control_create_folder` * `storage_control_delete_folder` * `storage_control_get_folder` * `storage_control_list_folders` * `storage_control_rename_folder` Fixes #2569
meltsufin
pushed a commit
that referenced
this pull request
Apr 29, 2026
…ngs files (#2583) * fix: Update .OwlBot-hermetic.yaml to preserve SubscriberShutdownSettings files * chore: generate libraries at Wed Oct 8 20:58:37 UTC 2025 --------- Co-authored-by: cloud-java-bot <[email protected]>
meltsufin
pushed a commit
that referenced
this pull request
May 1, 2026
…ngs files (#2583) * fix: Update .OwlBot-hermetic.yaml to preserve SubscriberShutdownSettings files * chore: generate libraries at Wed Oct 8 20:58:37 UTC 2025 --------- Co-authored-by: cloud-java-bot <[email protected]>
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.
Depends on googleapis/gax-java#414