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: Enable UUID auto-generation for fields listed for auto population in service.yaml #686

Merged
merged 20 commits into from
Feb 28, 2024

Conversation

yash30201
Copy link
Contributor

@yash30201 yash30201 commented Feb 19, 2024

Request Field Auto Population

Implement go/php-auto-population-request-id design resulting in descriptor config generation for rpc fields (if set for auto population in service.yaml configuration). Logic adheres to AIP 155 and AIP 4235.

Gax PHP is responsible to do the actual auto population reading the configuration from descriptor config. See b/318607731 for more information.

@yash30201 yash30201 marked this pull request as ready for review February 26, 2024 09:41
@yash30201 yash30201 requested review from a team as code owners February 26, 2024 09:41
Copy link

snippet-bot bot commented Feb 26, 2024

Here is the summary of changes.

You are about to add 2 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

src/Generation/FieldDetails.php Outdated Show resolved Hide resolved
src/Generation/FieldDetails.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Generation/ResourcesGenerator.php Outdated Show resolved Hide resolved
src/Utils/ServiceYamlConfig.php Outdated Show resolved Hide resolved
src/Collections/Map.php Outdated Show resolved Hide resolved
tests/Unit/ProtoTests/ProtoTest.php Outdated Show resolved Hide resolved
tests/Unit/ProtoTests/GoldenUpdateMain.php Outdated Show resolved Hide resolved
src/Collections/Map.php Outdated Show resolved Hide resolved
Copy link
Collaborator

@noahdietz noahdietz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great @yash30201 well done. Resolve @bshaffer 's comments and we can merge this.

@bshaffer bshaffer merged commit 57bef7c into main Feb 28, 2024
5 checks passed
@bshaffer bshaffer deleted the auto-population-request-id-a1 branch February 28, 2024 18:46
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

3 participants