This repository was archived by the owner on Dec 31, 2023. It is now read-only.
fix: Reintroduce deprecated field/enum ServiceTier for backward compatibility#240
Merged
gcf-merge-on-green[bot] merged 2 commits intomainfrom Oct 13, 2021
Merged
Conversation
…s: Use absolute link targets in comments The deprecated elements are still deprecated and should not be used; they're solely being reintroduced to avoid breaking changes in client libraries. PiperOrigin-RevId: 402864419 Source-Link: googleapis/googleapis@4a5dad7 Source-Link: https://github.com/googleapis/googleapis-gen/commit/70d1ff4f9e9a217a2216f39101588717ebfe549d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzBkMWZmNGY5ZTlhMjE3YTIyMTZmMzkxMDE1ODg3MTdlYmZlNTQ5ZCJ9
ServiceTier for backward compatibility
parthea
approved these changes
Oct 13, 2021
gcf-merge-on-green Bot
pushed a commit
that referenced
this pull request
Nov 4, 2021
🤖 I have created a release \*beep\* \*boop\* --- ## [2.6.0](https://www.github.com/googleapis/python-monitoring/compare/v2.5.2...v2.6.0) (2021-11-01) ### Features * add context manager support in client ([#230](https://www.github.com/googleapis/python-monitoring/issues/230)) ([954dd18](https://www.github.com/googleapis/python-monitoring/commit/954dd18966520dbc623470ef528166d83d3e19ba)) * add CreateServiceTimeSeries RPC ([#235](https://www.github.com/googleapis/python-monitoring/issues/235)) ([2970b22](https://www.github.com/googleapis/python-monitoring/commit/2970b22ca5b4959ee1d3e1e883cdb00951e3917f)) ### Bug Fixes * **deps:** drop packaging dependency ([22d4eab](https://www.github.com/googleapis/python-monitoring/commit/22d4eabbafbdc16b0f4faf66f966442691de7666)) * **deps:** require google-api-core >= 1.28.0 ([22d4eab](https://www.github.com/googleapis/python-monitoring/commit/22d4eabbafbdc16b0f4faf66f966442691de7666)) * Reintroduce deprecated field/enum `ServiceTier` for backward compatibility ([#240](https://www.github.com/googleapis/python-monitoring/issues/240)) ([eeb0534](https://www.github.com/googleapis/python-monitoring/commit/eeb05347eaf6e7a0794e679d83fe70a0db6a02a3)) ### Documentation * list oneofs in docstring ([22d4eab](https://www.github.com/googleapis/python-monitoring/commit/22d4eabbafbdc16b0f4faf66f966442691de7666)) * Use absolute link targets in comments ([eeb0534](https://www.github.com/googleapis/python-monitoring/commit/eeb05347eaf6e7a0794e679d83fe70a0db6a02a3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The deprecated elements are still deprecated and should not be used; they're solely being reintroduced to avoid breaking changes in client libraries.
PiperOrigin-RevId: 402864419
Source-Link: googleapis/googleapis@4a5dad7
Source-Link: https://github.com/googleapis/googleapis-gen/commit/70d1ff4f9e9a217a2216f39101588717ebfe549d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzBkMWZmNGY5ZTlhMjE3YTIyMTZmMzkxMDE1ODg3MTdlYmZlNTQ5ZCJ9
docs: Use absolute link targets in comments