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: expose experimental universe-related options #2264

Merged
merged 8 commits into from
Nov 30, 2023

Conversation

shollyman
Copy link
Contributor

@shollyman shollyman commented Nov 16, 2023

This PR adds the first step in plumbing a universe option into clients
by first exposing it as part of the option package.

It exposes a WithUniverse(string) as a public option, and WithDefaultUniverse(string)
as an internal option that can be used by generated clients. It also augments existing
tests.

It does not yet include any behavioral changes.

This PR adds the first step in plumbing a universe option into clients
by first exposing it as part of the option package.  It propagates that
onto the internal.DialSettings which receives the applied options, but
no further.
@shollyman shollyman marked this pull request as ready for review November 30, 2023 20:56
@shollyman shollyman requested a review from a team as a code owner November 30, 2023 20:56
@shollyman shollyman added the automerge Merge the pull request once unit tests and other checks pass. label Nov 30, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit e648a9d into googleapis:main Nov 30, 2023
5 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 30, 2023
@shollyman shollyman deleted the universe-option branch November 30, 2023 21:38
gcf-merge-on-green bot pushed a commit that referenced this pull request Dec 5, 2023
🤖 I have created a release *beep* *boop*
---


## [0.153.0](https://togithub.com/googleapis/google-api-go-client/compare/v0.152.0...v0.153.0) (2023-12-05)


### Features

* **all:** Auto-regenerate discovery clients ([#2276](https://togithub.com/googleapis/google-api-go-client/issues/2276)) ([510f0f9](https://togithub.com/googleapis/google-api-go-client/commit/510f0f92034370f5164063af521c7a383b823b3e))
* **all:** Auto-regenerate discovery clients ([#2279](https://togithub.com/googleapis/google-api-go-client/issues/2279)) ([d07fe32](https://togithub.com/googleapis/google-api-go-client/commit/d07fe323e887d43e0b3a4bdd9c9c9f9c62ea34af))
* **all:** Auto-regenerate discovery clients ([#2280](https://togithub.com/googleapis/google-api-go-client/issues/2280)) ([e8e2895](https://togithub.com/googleapis/google-api-go-client/commit/e8e2895d6965b0304bfe7b9a964302275b41b09f))
* **all:** Auto-regenerate discovery clients ([#2283](https://togithub.com/googleapis/google-api-go-client/issues/2283)) ([bdc87de](https://togithub.com/googleapis/google-api-go-client/commit/bdc87de2cbcd83567983bc12cf0f8638ff104f35))
* **all:** Auto-regenerate discovery clients ([#2286](https://togithub.com/googleapis/google-api-go-client/issues/2286)) ([7897739](https://togithub.com/googleapis/google-api-go-client/commit/789773971f9eeacdeb0f6f0c13c9b04e3269f951))
* **all:** Auto-regenerate discovery clients ([#2287](https://togithub.com/googleapis/google-api-go-client/issues/2287)) ([4148872](https://togithub.com/googleapis/google-api-go-client/commit/414887212d8b6b2bca29e0d291fafaf84e142b07))
* **all:** Auto-regenerate discovery clients ([#2290](https://togithub.com/googleapis/google-api-go-client/issues/2290)) ([9f55397](https://togithub.com/googleapis/google-api-go-client/commit/9f55397fcea161b32ba14b5f6bb25f85abda0aa3))
* **all:** Auto-regenerate discovery clients ([#2291](https://togithub.com/googleapis/google-api-go-client/issues/2291)) ([0a6ebe4](https://togithub.com/googleapis/google-api-go-client/commit/0a6ebe42419ee01f95ff02cd51e041d4fe7a0678))
* Expose experimental universe-related options ([#2264](https://togithub.com/googleapis/google-api-go-client/issues/2264)) ([e648a9d](https://togithub.com/googleapis/google-api-go-client/commit/e648a9d2cc0ed492ea50a1d312ab17c812a2272c))
* Update workloadmanager api manually ([#2282](https://togithub.com/googleapis/google-api-go-client/issues/2282)) ([4aaad57](https://togithub.com/googleapis/google-api-go-client/commit/4aaad573b05144eac4fcf57753303b3b82393f02))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
quartzmo added a commit to quartzmo/google-api-go-client that referenced this pull request Dec 18, 2023
* Add DefaultEndpointTemplate to internal/settings.go
* Deprecate internaloption.WithDefaultEndpoint

refs: googleapis#2264
quartzmo added a commit to quartzmo/google-api-go-client that referenced this pull request Dec 18, 2023
* Add DefaultEndpointTemplate to internal/settings.go
* Deprecate internaloption.WithDefaultEndpoint

refs: googleapis#2264
quartzmo added a commit to quartzmo/google-api-go-client that referenced this pull request Dec 18, 2023
* Add DefaultEndpointTemplate to internal/settings.go
* Deprecate internaloption.WithDefaultEndpoint

refs: googleapis#2264
quartzmo added a commit that referenced this pull request Dec 19, 2023
* Add DefaultEndpointTemplate to internal/settings.go
* Deprecate internaloption.WithDefaultEndpoint

refs: #2264
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants