This repository was archived by the owner on Sep 26, 2023. It is now read-only.
chore: Remove @BetaApi annotations for the de-facto GA features#1627
Merged
vam-google merged 2 commits intogoogleapis:mainfrom Feb 11, 2022
Merged
chore: Remove @BetaApi annotations for the de-facto GA features#1627vam-google merged 2 commits intogoogleapis:mainfrom
@BetaApi annotations for the de-facto GA features#1627vam-google merged 2 commits intogoogleapis:mainfrom
Conversation
Those features have been under `BetaApi` annotation for 2-3+ years. They are: - Long running operations logic - Streaming logic - Fields extractor logic - Interceptors logic - Response metadata logic Few things were deprecated instead of "de-beta'ed": - `Pages` class - `Distribution` class those classes are a dead code and probably were used by the already-deleted benchmark module. Many of the classes under gax-httpjson module remain `BetaApi` as those are much younger than grpc and shared classes, and will be cleaned up with httpjson module GA (which whill hopefully happen in H1). This also addresses a couple old issues: googleapis#1095 and googleapis#702
blakeli0
approved these changes
Feb 11, 2022
meltsufin
approved these changes
Feb 11, 2022
|
Kudos, SonarCloud Quality Gate passed!
|
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.








Those features have been under
BetaApiannotation for 2-3+ years.They are:
Many of the classes under gax-httpjson module remain
BetaApias those are much younger than grpc and shared classes, and will be cleaned up with httpjson module GA (which whill hopefully happen in H1).Not all
BetaApiannotations were removed. For example channel pool configuration and recent explicit headers logic kept Beta, as those are much newer.This also addresses a couple old issues: #1095 and #702