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: add service renaming #1580

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

hongalex
Copy link
Member

@hongalex hongalex commented Nov 5, 2024

This PR adds support for service name overriding (renaming).

This PR cannot be merged until the new client.proto changes land to support the renamed_services field and the actual code in generator.getServiceNameOverride is uncommented.

Pieces of the generator that are currently not changed by service renaming:

  • Custom operations (in genrest.go)
  • gencli
  • snippets

Diff for Pub/Sub is viewable here: https://github.com/googleapis/google-cloud-go/compare/main...hongalex:google-cloud-go:new-gapic-diff?expand=1

Fixes #1581

@hongalex hongalex added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Nov 5, 2024
@hongalex hongalex requested review from a team as code owners November 5, 2024 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge Indicates a pull request not ready for merge, due to either quality or timing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: support service overriding
1 participant