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

Unified Diff: milo/common/config/settings.pb.go

Issue 2784073002: Milo: Fix naming of pubsub settings (Closed)
Patch Set: Created 3 years, 9 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 | « milo/common/config/settings.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/common/config/settings.pb.go
diff --git a/milo/common/config/settings.pb.go b/milo/common/config/settings.pb.go
index 347be8067f4abe09845c776700d65c2378fc9dee..bbb421548ac5dd42740f3193ddcdd067ed972dc7 100644
--- a/milo/common/config/settings.pb.go
+++ b/milo/common/config/settings.pb.go
@@ -50,12 +50,12 @@ type Settings_Buildbot struct {
// internal_reader is the infra-auth group that is allowed to read internal
// buildbot data.
InternalReader string `protobuf:"bytes,1,opt,name=internal_reader,json=internalReader" json:"internal_reader,omitempty"`
- // public_topic is the name of the pubsub topic where public builds come in
+ // public_subscription is the name of the pubsub topic where public builds come in
// from
- PublicTopic string `protobuf:"bytes,2,opt,name=public_topic,json=publicTopic" json:"public_topic,omitempty"`
- // internal_topic is the name of the pubsub topic where internal builds
+ PublicSubscription string `protobuf:"bytes,2,opt,name=public_subscription,json=publicSubscription" json:"public_subscription,omitempty"`
+ // internal_subscription is the name of the pubsub topic where internal builds
// come in from
- InternalTopic string `protobuf:"bytes,3,opt,name=internal_topic,json=internalTopic" json:"internal_topic,omitempty"`
+ InternalSubscription string `protobuf:"bytes,3,opt,name=internal_subscription,json=internalSubscription" json:"internal_subscription,omitempty"`
}
func (m *Settings_Buildbot) Reset() { *m = Settings_Buildbot{} }
@@ -70,16 +70,16 @@ func (m *Settings_Buildbot) GetInternalReader() string {
return ""
}
-func (m *Settings_Buildbot) GetPublicTopic() string {
+func (m *Settings_Buildbot) GetPublicSubscription() string {
if m != nil {
- return m.PublicTopic
+ return m.PublicSubscription
}
return ""
}
-func (m *Settings_Buildbot) GetInternalTopic() string {
+func (m *Settings_Buildbot) GetInternalSubscription() string {
if m != nil {
- return m.InternalTopic
+ return m.InternalSubscription
}
return ""
}
@@ -114,7 +114,7 @@ type Settings_Swarming struct {
// default_host is the hostname of the swarming host Milo defaults to, if
// none is specified. Default host is implicitly an allowed host.
DefaultHost string `protobuf:"bytes,1,opt,name=default_host,json=defaultHost" json:"default_host,omitempty"`
- // allowed_hosts is a list of whitelist hostnames of swarming instances
+ // allowed_hosts is a whitelist of hostnames of swarming instances
// that Milo is allowed to talk to. This is specified here for security
// reasons, because Milo will hand out its oauth2 token to a swarming host.
AllowedHosts []string `protobuf:"bytes,2,rep,name=allowed_hosts,json=allowedHosts" json:"allowed_hosts,omitempty"`
@@ -151,25 +151,25 @@ func init() {
}
var fileDescriptor1 = []byte{
- // 307 bytes of a gzipped FileDescriptorProto
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xb1, 0x4e, 0xc3, 0x30,
- 0x10, 0x86, 0xd5, 0x06, 0x55, 0xe9, 0xa5, 0x05, 0xc9, 0x53, 0xa8, 0x18, 0x0a, 0x08, 0xd1, 0x85,
- 0x44, 0x02, 0x75, 0x60, 0x61, 0x60, 0x62, 0x76, 0xd9, 0xab, 0xc4, 0x71, 0x53, 0x0b, 0xc7, 0x57,
- 0xc5, 0xb6, 0x3a, 0xf1, 0x72, 0x3c, 0x19, 0xca, 0xc5, 0xa9, 0xba, 0x74, 0x89, 0x4e, 0x5f, 0xbe,
- 0x5f, 0xff, 0x9d, 0x0c, 0xef, 0xb5, 0x72, 0x7b, 0x5f, 0x66, 0x02, 0x9b, 0x5c, 0x7b, 0xa1, 0xe8,
- 0xf3, 0x52, 0x63, 0xde, 0x28, 0x8d, 0xb9, 0xc0, 0xa6, 0x41, 0x93, 0x0b, 0x34, 0x3b, 0x55, 0xe7,
- 0x56, 0x3a, 0xa7, 0x4c, 0x6d, 0xb3, 0x43, 0x8b, 0x0e, 0xd9, 0xa4, 0xc7, 0x0f, 0x7f, 0x11, 0xc4,
- 0x9b, 0xf0, 0x8b, 0xad, 0x21, 0x2e, 0xbd, 0xd2, 0x55, 0x89, 0x2e, 0x1d, 0x2d, 0x47, 0xab, 0xe4,
- 0xf5, 0x36, 0xeb, 0xbd, 0x6c, 0x70, 0xb2, 0xcf, 0x20, 0xf0, 0x93, 0xca, 0x3e, 0x20, 0xe9, 0x67,
- 0x2f, 0x7e, 0xa4, 0x4b, 0xc7, 0x94, 0xbc, 0xbb, 0x90, 0x24, 0x87, 0x9f, 0x07, 0xba, 0x5a, 0x7b,
- 0x2c, 0xda, 0x46, 0x99, 0x3a, 0x8d, 0x2e, 0xd4, 0x6e, 0x82, 0xc0, 0x4f, 0xea, 0xe2, 0x17, 0xe2,
- 0x61, 0x19, 0xf6, 0x0c, 0x37, 0xca, 0x38, 0xd9, 0x9a, 0x42, 0x6f, 0x5b, 0x59, 0x54, 0xb2, 0xa5,
- 0x03, 0xa6, 0xfc, 0x7a, 0xc0, 0x9c, 0x28, 0xbb, 0x87, 0xd9, 0xc1, 0x97, 0x5a, 0x89, 0xad, 0xc3,
- 0x83, 0x12, 0xb4, 0xec, 0x94, 0x27, 0x3d, 0xfb, 0xee, 0x10, 0x7b, 0x82, 0x53, 0x28, 0x48, 0x11,
- 0x49, 0xf3, 0x81, 0x92, 0xb6, 0x58, 0x43, 0x72, 0x76, 0x11, 0x63, 0x70, 0x65, 0x8a, 0x46, 0x86,
- 0x5a, 0x9a, 0x3b, 0xb6, 0x47, 0xeb, 0x42, 0x09, 0xcd, 0x0b, 0x0e, 0xf1, 0x70, 0x4b, 0xb7, 0x4c,
- 0x25, 0x77, 0x85, 0xd7, 0x6e, 0x4b, 0x5e, 0x9f, 0x4d, 0x02, 0xfb, 0x42, 0xeb, 0xd8, 0x23, 0xcc,
- 0x0b, 0xad, 0xf1, 0x28, 0x2b, 0x52, 0x6c, 0x3a, 0x5e, 0x46, 0xab, 0x29, 0x9f, 0x05, 0xd8, 0x39,
- 0xb6, 0x9c, 0xd0, 0x9b, 0xbe, 0xfd, 0x07, 0x00, 0x00, 0xff, 0xff, 0x64, 0x80, 0xe8, 0x07, 0x10,
- 0x02, 0x00, 0x00,
+ // 319 bytes of a gzipped FileDescriptorProto
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xbf, 0x4e, 0xc3, 0x30,
+ 0x10, 0x87, 0xd5, 0x06, 0x55, 0xe9, 0xa5, 0x80, 0x64, 0x40, 0x0a, 0x15, 0x43, 0x81, 0x81, 0x2e,
+ 0x24, 0x12, 0x55, 0x07, 0x16, 0x06, 0x26, 0x66, 0xf7, 0x01, 0xaa, 0xc4, 0x71, 0x53, 0x0b, 0xc7,
+ 0x57, 0xf9, 0x8f, 0xfa, 0x2c, 0x3c, 0x1d, 0xaf, 0x82, 0xea, 0x38, 0x51, 0x18, 0xba, 0x44, 0xa7,
+ 0xdf, 0x7d, 0x5f, 0xee, 0x4e, 0x86, 0xf7, 0x5a, 0xd8, 0xbd, 0x2b, 0x33, 0x86, 0x4d, 0x2e, 0x1d,
+ 0x13, 0xfe, 0xf3, 0x5a, 0x63, 0xde, 0x08, 0x89, 0x39, 0xc3, 0xa6, 0x41, 0x95, 0x33, 0x54, 0x3b,
+ 0x51, 0xe7, 0x86, 0x5b, 0x2b, 0x54, 0x6d, 0xb2, 0x83, 0x46, 0x8b, 0x64, 0xd2, 0xc6, 0x4f, 0xbf,
+ 0x11, 0xc4, 0x9b, 0xd0, 0x22, 0x6b, 0x88, 0x4b, 0x27, 0x64, 0x55, 0xa2, 0x4d, 0x47, 0x8b, 0xd1,
+ 0x32, 0x79, 0xbb, 0xcf, 0x5a, 0x2e, 0xeb, 0x98, 0xec, 0x33, 0x00, 0xb4, 0x47, 0xc9, 0x07, 0x24,
+ 0x6d, 0xed, 0xd8, 0x37, 0xb7, 0xe9, 0xd8, 0x9b, 0x0f, 0x67, 0x4c, 0xcf, 0xd0, 0xa1, 0x70, 0x1a,
+ 0x6b, 0x8e, 0x85, 0x6e, 0x84, 0xaa, 0xd3, 0xe8, 0xcc, 0xd8, 0x4d, 0x00, 0x68, 0x8f, 0xce, 0x7f,
+ 0x46, 0x10, 0x77, 0xdb, 0x90, 0x17, 0xb8, 0x16, 0xca, 0x72, 0xad, 0x0a, 0xb9, 0xd5, 0xbc, 0xa8,
+ 0xb8, 0xf6, 0x17, 0x4c, 0xe9, 0x55, 0x17, 0x53, 0x9f, 0x92, 0x1c, 0x6e, 0x0e, 0xae, 0x94, 0x82,
+ 0x6d, 0x8d, 0x2b, 0x0d, 0xd3, 0xe2, 0x60, 0x05, 0x2a, 0xbf, 0xf4, 0x94, 0x92, 0xb6, 0xb5, 0x19,
+ 0x74, 0xc8, 0x0a, 0xee, 0xfa, 0x3f, 0xff, 0x53, 0x22, 0xaf, 0xdc, 0x76, 0xcd, 0xa1, 0x34, 0x5f,
+ 0x43, 0x32, 0x38, 0x97, 0x10, 0xb8, 0x50, 0x45, 0xc3, 0xc3, 0x4a, 0xbe, 0x3e, 0x65, 0x7b, 0x34,
+ 0x36, 0x4c, 0xf6, 0xf5, 0x9c, 0x42, 0xdc, 0x1d, 0x4a, 0x1e, 0x61, 0x56, 0xf1, 0x5d, 0xe1, 0xa4,
+ 0xdd, 0x7a, 0xae, 0x75, 0x93, 0x90, 0x7d, 0xa1, 0xb1, 0xe4, 0x19, 0x2e, 0x0b, 0x29, 0xf1, 0xc8,
+ 0x2b, 0x8f, 0x98, 0x74, 0xbc, 0x88, 0x96, 0x53, 0x3a, 0x0b, 0xe1, 0x89, 0x31, 0xe5, 0xc4, 0x3f,
+ 0xf8, 0xea, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x7b, 0xb5, 0x17, 0x4f, 0x2d, 0x02, 0x00, 0x00,
}
« no previous file with comments | « milo/common/config/settings.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698