test(generator): rename test service and proto to MediaService and add GetMediaMetadata method - #14440
Draft
whowes wants to merge 1 commit into
Draft
test(generator): rename test service and proto to MediaService and add GetMediaMetadata method#14440whowes wants to merge 1 commit into
whowes wants to merge 1 commit into
Conversation
whowes
added this pull request to stack #14390
September 18, 2026 23:29
Contributor
There was a problem hiding this comment.
Code Review
This pull request renames the showcase service 'ResumableUploadService' to 'MediaService' and introduces a new non-resumable RPC method 'GetMediaMetadata' to it. It updates the parser allowlist, test loaders, and all corresponding auto-generated golden files (including stubs, clients, settings, and samples) to reflect these changes. I have no additional feedback to provide as there are no review comments.
whowes
removed this pull request from stack #14390
September 18, 2026 23:50
whowes
added this pull request to stack #14441
September 18, 2026 23:52
whowes
removed this pull request from stack #14441
September 18, 2026 23:53
whowes
force-pushed
the
whowes/test-media-service
branch
from
September 19, 2026 00:08
8c67083 to
e4b264e
Compare
whowes
added this pull request to stack #14442
September 19, 2026 00:11
whowes
force-pushed
the
whowes/test-media-service
branch
from
September 19, 2026 00:38
e4b264e to
06bfff4
Compare
whowes
force-pushed
the
whowes/test-media-service
branch
from
September 19, 2026 00:47
06bfff4 to
d981097
Compare
…d GetMediaMetadata method
whowes
force-pushed
the
whowes/test-media-service
branch
from
September 19, 2026 01:13
d981097 to
3bcbc5b
Compare
|
|
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.



Previously we'd checked in a copy of
resumable_upload.protofrom showcase to be used in generator unit tests for resumable uploads. This was confusing becauseThis PR changes the test proto to
media.proto, the service toMediaService, and adds aGetMediaMetadatamethod, with the intention to make diffs/testing for future changes more understandable.