Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: milo/api/config/settings.proto

Issue 2955223002: Milo: Buildbucket PubSub ingestion outline (Closed)
Patch Set: rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | milo/api/config/settings.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/api/config/settings.proto
diff --git a/milo/api/config/settings.proto b/milo/api/config/settings.proto
index 9789a4e7787040992b14741084c7f38c0eb1c0bb..af3a14357199132737aafc450f488aaf301c1749 100644
--- a/milo/api/config/settings.proto
+++ b/milo/api/config/settings.proto
@@ -29,6 +29,10 @@ message Settings {
// host is the hostname of the buildbucket instance we're pointing to (sans schema).
string host = 2;
+
+ // project is the name of the Google Cloud project that the pubsub topic
+ // belongs to.
+ string project = 3;
}
Buildbucket buildbucket = 2;
« no previous file with comments | « no previous file | milo/api/config/settings.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698