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

Support alpha and beta API access #12471

Open
rjschwei opened this issue Mar 18, 2024 · 1 comment
Open

Support alpha and beta API access #12471

rjschwei opened this issue Mar 18, 2024 · 1 comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@rjschwei
Copy link

The discovery API (https://github.com/google/google-api-python-client) provides access to alpha and beta apis. THis implementation is being replaced by individual component implementations, for example https://github.com/googleapis/google-cloud-python. However the components do not provide access to alpha and beta features effectively removing functionality.

Especially for those of us who need beta features quite frequently due to us publishing images to GCE the loss of functionality puts us in a bind. We either have to continue to use the toolchain marked "maintenance mode" or move to the replacement tools with a loss of functionality. The later has impact on our joint customers as we cannot set certain feature flags for our images.

@parthea parthea added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Mar 26, 2024
@parthea
Copy link
Contributor

parthea commented Apr 17, 2024

See feature request in public issue tracker https://issuetracker.google.com/issues/335426676

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants