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

Unified Diff: common/proto/logdog/svcconfig/config.pb.go

Issue 1967273002: LogDog: Implement RegisterPrefix RPC. (Closed) Base URL: https://github.com/luci/luci-go@logdog-butler-register-coordinator-endpoint
Patch Set: Updated patchset dependency Created 4 years, 7 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 | « common/proto/logdog/svcconfig/config.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: common/proto/logdog/svcconfig/config.pb.go
diff --git a/common/proto/logdog/svcconfig/config.pb.go b/common/proto/logdog/svcconfig/config.pb.go
index b75fc9c5f3741d54f09d19cb0adcca11c5266557..2afb124a6116108a41e115ae665617fc2020159c 100644
--- a/common/proto/logdog/svcconfig/config.pb.go
+++ b/common/proto/logdog/svcconfig/config.pb.go
@@ -82,8 +82,9 @@ type Coordinator struct {
// After the expiration period has passed, new log stream registration will
// fail.
//
- // Project or stream configurations may override this by providing >= 0 values
- // for prefix expiration. The smallest configured expiration will be applied.
+ // Project configurations or stream prefix regitrations may override this by
+ // providing >= 0 values for prefix expiration. The smallest configured
+ // expiration will be applied.
PrefixExpiration *google_protobuf.Duration `protobuf:"bytes,21,opt,name=prefix_expiration,json=prefixExpiration" json:"prefix_expiration,omitempty"`
// The full path of the archival Pub/Sub topic.
//
« no previous file with comments | « common/proto/logdog/svcconfig/config.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698