TSultanov commented on code in PR #25610:
URL: https://github.com/apache/beam/pull/25610#discussion_r1130926343
##########
playground/api/v1/api.proto:
##########
@@ -314,6 +314,17 @@ message GetSnippetResponse {
Complexity complexity = 4;
}
+// GetMetadataRequest represents request for runner metadata
+message GetMetadataRequest {}
+
+// GetMetadataResponse contains metadata about the runner
+message GetMetadataResponse {
+ string runner_sdk = 1;
+ optional string build_commit_hash = 2;
+ optional int64 build_commit_timestamp_seconds_since_epoch = 3;
+ optional string beam_sdk_version = 4;
Review Comment:
Removed the `optional` fields
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]