Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dataproc): mark the dataproc services as location dependent #9722

Merged
merged 2 commits into from
Aug 24, 2022

Conversation

devbww
Copy link
Contributor

@devbww devbww commented Aug 24, 2022

There will now be an additional Make<Service>Connection() overload
that takes a location parameter, which is used to build the default
EndpointOption value (see #9625).

Update the quickstart to use the new MakeClusterControllerConnection()
overload.

Fixes #8239.


This change is Reviewable

There will now be an additional `Make<Service>Connection()` overload
that takes a `location` parameter, which is used to build the default
`EndpointOption` value (see googleapis#9625).

Update the quickstart to use the new `MakeClusterControllerConnection()`
overload.

Fixes googleapis#8239.
@product-auto-label product-auto-label bot added the api: dataproc Issues related to the Dataproc API. label Aug 24, 2022
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: 25d2819ec27538486e2e6572d3a5feea78288190

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Aug 24, 2022

Codecov Report

Merging #9722 (25d2819) into main (4e983bc) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #9722      +/-   ##
==========================================
- Coverage   93.89%   93.88%   -0.01%     
==========================================
  Files        1495     1495              
  Lines      139580   139580              
==========================================
- Hits       131056   131044      -12     
- Misses       8524     8536      +12     
Impacted Files Coverage Δ
...bigtable/examples/bigtable_hello_instance_admin.cc 81.00% <0.00%> (-2.00%) ⬇️
...cloud/pubsub/internal/subscription_session_test.cc 97.82% <0.00%> (-1.01%) ⬇️
google/cloud/bigtable/async_read_stream_test.cc 97.32% <0.00%> (-0.67%) ⬇️
...le/cloud/internal/default_completion_queue_impl.cc 96.59% <0.00%> (-0.57%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@devbww devbww marked this pull request as ready for review August 24, 2022 04:41
@devbww devbww requested a review from a team as a code owner August 24, 2022 04:41
@devbww devbww merged commit 0361e55 into googleapis:main Aug 24, 2022
@devbww devbww deleted the dataproc-location-dependent branch August 24, 2022 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: dataproc Issues related to the Dataproc API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helper function for regional endpoints
3 participants