-
Notifications
You must be signed in to change notification settings - Fork 334
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
New fields in protobuf definitions #1272
Conversation
@@ -81,6 +81,30 @@ message WatchAssignmentsResponse { | |||
Assignment assignment = 1; | |||
} | |||
|
|||
message AcknowledgeBackfillRequest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the new messages, RPC methods, and fields on existing messages need a beta warning. See the release tickets method on the backend for an example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please refer to this PR as an example:
https://github.com/googleforgames/open-match/pull/1273/files#diff-cb9fb1f207fd5b8c4ef3730293c848aa033832f8dd69ebb8f81d606af3cce387R208
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hit wrong checkbox...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Hugo,
Looks good to me.
What this PR does / Why we need it:
This PR adds new fields and structures in the Protobuf definitions. Also improves the Makefile display when running the available commands.
Which issue(s) this PR fixes:
This PR is part of the development of Backfill feature request.