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

Side by Side Diff: common/proto/logdog/svcconfig/project.pb.go

Issue 1967273002: LogDog: Implement RegisterPrefix RPC. (Closed) Base URL: https://github.com/luci/luci-go@logdog-butler-register-coordinator-endpoint
Patch Set: Add missing test. 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 unified diff | Download patch
OLDNEW
1 // Code generated by protoc-gen-go. 1 // Code generated by protoc-gen-go.
2 // source: project.proto 2 // source: project.proto
3 // DO NOT EDIT! 3 // DO NOT EDIT!
4 4
5 package svcconfig 5 package svcconfig
6 6
7 import proto "github.com/golang/protobuf/proto" 7 import proto "github.com/golang/protobuf/proto"
8 import fmt "fmt" 8 import fmt "fmt"
9 import math "math" 9 import math "math"
10 import google_protobuf "github.com/luci/luci-go/common/proto/google" 10 import google_protobuf "github.com/luci/luci-go/common/proto/google"
(...skipping 18 matching lines...) Expand all
29 // The set of chrome-infra-auth groups that are permitted WRITE access t o this 29 // The set of chrome-infra-auth groups that are permitted WRITE access t o this
30 // project's log streams. 30 // project's log streams.
31 WriterAuthGroups []string `protobuf:"bytes,3,rep,name=writer_auth_groups ,json=writerAuthGroups" json:"writer_auth_groups,omitempty"` 31 WriterAuthGroups []string `protobuf:"bytes,3,rep,name=writer_auth_groups ,json=writerAuthGroups" json:"writer_auth_groups,omitempty"`
32 // The maximum lifetime of a log stream. 32 // The maximum lifetime of a log stream.
33 // 33 //
34 // If a stream has not terminated after this period of time, it will be 34 // If a stream has not terminated after this period of time, it will be
35 // forcefully archived, and additional stream data will be discarded. 35 // forcefully archived, and additional stream data will be discarded.
36 // 36 //
37 // This is upper-bounded by the global "archive_delay_max" parameter. 37 // This is upper-bounded by the global "archive_delay_max" parameter.
38 MaxStreamAge *google_protobuf.Duration `protobuf:"bytes,4,opt,name=max_s tream_age,json=maxStreamAge" json:"max_stream_age,omitempty"` 38 MaxStreamAge *google_protobuf.Duration `protobuf:"bytes,4,opt,name=max_s tream_age,json=maxStreamAge" json:"max_stream_age,omitempty"`
39 // The maximum amount of time after a prefix has been registered when lo g
40 // streams may also be registered under that prefix.
41 //
42 // See Config's "prefix_expiration" for more information.
43 PrefixExpiration *google_protobuf.Duration `protobuf:"bytes,5,opt,name=p refix_expiration,json=prefixExpiration" json:"prefix_expiration,omitempty"`
39 // The base Google Storage archival path, of the form: "gs://bucket/..." 44 // The base Google Storage archival path, of the form: "gs://bucket/..."
40 // 45 //
41 // The bucket name must be included (e.g., "gs://foo"). The remainder of the 46 // The bucket name must be included (e.g., "gs://foo"). The remainder of the
42 // base path is optional based on desired archive location. 47 // base path is optional based on desired archive location.
43 // 48 //
44 // Note that the Archivist microservice must have WRITE access to this 49 // Note that the Archivist microservice must have WRITE access to this
45 // bucket, and the Coordinator must have READ access. 50 // bucket, and the Coordinator must have READ access.
46 // 51 //
47 // If this is not set, the logs will be archived in a project-named 52 // If this is not set, the logs will be archived in a project-named
48 // subdirectory in the global "archive_gs_base" location. 53 // subdirectory in the global "archive_gs_base" location.
(...skipping 22 matching lines...) Expand all
71 func (*ProjectConfig) ProtoMessage() {} 76 func (*ProjectConfig) ProtoMessage() {}
72 func (*ProjectConfig) Descriptor() ([]byte, []int) { return fileDescriptor1, []i nt{0} } 77 func (*ProjectConfig) Descriptor() ([]byte, []int) { return fileDescriptor1, []i nt{0} }
73 78
74 func (m *ProjectConfig) GetMaxStreamAge() *google_protobuf.Duration { 79 func (m *ProjectConfig) GetMaxStreamAge() *google_protobuf.Duration {
75 if m != nil { 80 if m != nil {
76 return m.MaxStreamAge 81 return m.MaxStreamAge
77 } 82 }
78 return nil 83 return nil
79 } 84 }
80 85
86 func (m *ProjectConfig) GetPrefixExpiration() *google_protobuf.Duration {
87 if m != nil {
88 return m.PrefixExpiration
89 }
90 return nil
91 }
92
81 func init() { 93 func init() {
82 proto.RegisterType((*ProjectConfig)(nil), "svcconfig.ProjectConfig") 94 proto.RegisterType((*ProjectConfig)(nil), "svcconfig.ProjectConfig")
83 } 95 }
84 96
85 var fileDescriptor1 = []byte{ 97 var fileDescriptor1 = []byte{
86 » // 313 bytes of a gzipped FileDescriptorProto 98 » // 334 bytes of a gzipped FileDescriptorProto
87 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x64, 0x90, 0xc1, 0x4e, 0xc2, 0x30, 99 » 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x84, 0x90, 0xbf, 0x4f, 0x02, 0x31,
88 » 0x1c, 0x87, 0xa3, 0xa8, 0x91, 0x02, 0x6a, 0x1a, 0xd1, 0xc9, 0xc1, 0x10, 0x0f, 0x86, 0x83, 0x19, 100 » 0x14, 0x80, 0xa3, 0x80, 0x91, 0x02, 0x8a, 0x8d, 0xe8, 0xc9, 0x60, 0x88, 0x83, 0x61, 0x30, 0x87,
89 » 0x46, 0x0f, 0x1e, 0x3c, 0x18, 0xc0, 0x84, 0x78, 0x23, 0xf5, 0x01, 0x9a, 0x6e, 0xeb, 0x4a, 0x0d, 101 » 0xd1, 0xc1, 0xc1, 0xc1, 0x00, 0x2a, 0x71, 0x23, 0xf5, 0x0f, 0x68, 0x7a, 0x47, 0x29, 0x35, 0x70,
90 » 0xac, 0x4b, 0xdb, 0x01, 0x7b, 0x34, 0xdf, 0xce, 0xff, 0xda, 0x61, 0x50, 0x4e, 0x4b, 0xfa, 0x7d, 102 » 0xbd, 0xb4, 0x3d, 0x7e, 0x8c, 0xfe, 0xe7, 0x96, 0xbe, 0x83, 0xa0, 0x0c, 0x4e, 0x97, 0xf4, 0xfb,
91 » 0xdf, 0x3f, 0xbf, 0x0c, 0x75, 0x72, 0xad, 0xbe, 0x78, 0x6c, 0x43, 0xf8, 0x5a, 0x85, 0x9b, 0x66, 103 » 0xbe, 0x97, 0xf7, 0x0e, 0xd5, 0x52, 0xad, 0xbe, 0x78, 0x6c, 0x43, 0xf7, 0xb5, 0x0a, 0x97, 0xcd,
92 » 0x15, 0xc7, 0x2a, 0x4b, 0xa5, 0xe8, 0xdd, 0x0a, 0xa5, 0xc4, 0x82, 0x0f, 0x1d, 0x88, 0x8a, 0x74, 104 » 0x3c, 0x8e, 0x55, 0x32, 0x96, 0xa2, 0x79, 0x2d, 0x94, 0x12, 0x53, 0xde, 0xf1, 0x20, 0xca, 0xc6,
93 » 0x98, 0x14, 0x9a, 0x59, 0xa9, 0x32, 0xaf, 0xde, 0x7d, 0x37, 0x50, 0x67, 0xe6, 0xe3, 0x89, 0x2b, 105 » 0x9d, 0x51, 0xa6, 0x99, 0x95, 0x2a, 0x01, 0xf5, 0xe6, 0xbb, 0x88, 0x6a, 0x43, 0x88, 0xfb, 0xbe,
94 » 0xf0, 0x03, 0xc2, 0x9a, 0xb3, 0x84, 0x6b, 0xca, 0x0a, 0x3b, 0xa7, 0x42, 0xab, 0x22, 0x37, 0xc1, 106 » 0xc0, 0x77, 0x08, 0x6b, 0xce, 0x46, 0x5c, 0x53, 0x96, 0xd9, 0x09, 0x15, 0x5a, 0x65, 0xa9, 0x09,
95 » 0x61, 0xbf, 0x31, 0x68, 0x92, 0x0b, 0x4f, 0x46, 0x00, 0xa6, 0xee, 0xbd, 0xb2, 0xd7, 0x5a, 0xda, 107 » 0x0e, 0x5b, 0x85, 0x76, 0x99, 0xd4, 0x81, 0x74, 0x1d, 0x18, 0xf8, 0xf7, 0xb5, 0xbd, 0xd0, 0xd2,
96 » 0x7f, 0x76, 0xc3, 0xdb, 0x9e, 0xec, 0xd8, 0x6f, 0xe8, 0x6c, 0xc9, 0x36, 0xd4, 0x58, 0xb8, 0xb3, 108 » 0xfe, 0xb1, 0x0b, 0x60, 0x03, 0xd9, 0xb1, 0x5f, 0xd0, 0xc9, 0x8c, 0x2d, 0xa9, 0xb1, 0x6e, 0xce,
97 » 0xa4, 0x4c, 0xf0, 0xe0, 0xa8, 0x7f, 0x30, 0x68, 0x3d, 0xdd, 0x84, 0x7e, 0x66, 0xb8, 0x9d, 0x19, 109 » 0x8c, 0x32, 0xc1, 0x83, 0x62, 0xeb, 0xa0, 0x5d, 0x79, 0xb8, 0x0a, 0x61, 0xcd, 0x70, 0xb3, 0x66,
98 » 0xbe, 0xd7, 0x33, 0x49, 0x1b, 0x82, 0x4f, 0xe7, 0x8f, 0x04, 0xc7, 0xf7, 0xe8, 0x9c, 0xe9, 0x78, 110 » 0xf8, 0x9a, 0xaf, 0x49, 0xaa, 0x2e, 0xf8, 0xf4, 0x7e, 0x57, 0x70, 0xfc, 0x8e, 0xce, 0x52, 0xcd,
99 » 0x2e, 0x57, 0x9c, 0x0a, 0x43, 0x23, 0x66, 0x78, 0x80, 0xe0, 0x42, 0x93, 0x74, 0xea, 0xe7, 0xa9, 111 » 0xc7, 0x72, 0x49, 0xf9, 0x32, 0x95, 0xa0, 0x04, 0xa5, 0xff, 0x66, 0xd4, 0xa1, 0x79, 0xdb, 0x26,
100 » 0x19, 0xc3, 0x23, 0x7e, 0x44, 0x97, 0x6c, 0xb1, 0x66, 0xa5, 0xa1, 0x31, 0xa4, 0x96, 0xd3, 0x48, 112 » 0xf8, 0x16, 0x9d, 0x32, 0x1d, 0x4f, 0xe4, 0x9c, 0x53, 0x61, 0x68, 0xc4, 0x0c, 0x0f, 0x90, 0x9b,
101 » 0x66, 0x4c, 0x97, 0x41, 0x0b, 0xe4, 0x53, 0x82, 0x3d, 0x9b, 0x38, 0x34, 0x76, 0x04, 0xbf, 0xa2, 113 » 0x52, 0x26, 0xb5, 0xfc, 0x79, 0x60, 0x7a, 0xee, 0x11, 0xdf, 0xa3, 0x73, 0x36, 0x5d, 0xb0, 0x95,
102 » 0xde, 0xf6, 0xb2, 0xcc, 0x12, 0xfe, 0x3b, 0x52, 0xb3, 0x0c, 0x66, 0xb6, 0xa1, 0x3b, 0x26, 0xd7, 114 » 0xa1, 0xb1, 0x5b, 0xc1, 0x72, 0x1a, 0xc9, 0x84, 0xe9, 0x55, 0x50, 0x71, 0xf2, 0x31, 0xc1, 0xc0,
103 » 0xb5, 0xf1, 0x51, 0x09, 0x7e, 0x14, 0xa9, 0xf0, 0x7e, 0x9c, 0x6b, 0x9e, 0xca, 0x4d, 0x1d, 0x77, 115 » 0xfa, 0x1e, 0xf5, 0x3c, 0xc1, 0xcf, 0xa8, 0xb9, 0x99, 0x2c, 0x93, 0x11, 0xdf, 0x1e, 0xab, 0x59,
104 » 0xf7, 0xe3, 0x99, 0xe3, 0x3e, 0x7e, 0x41, 0xc1, 0xdf, 0x38, 0x2a, 0x61, 0xb0, 0x4f, 0xaf, 0x5c, 116 » 0xe2, 0xce, 0xad, 0xba, 0xae, 0x44, 0x2e, 0x73, 0xe3, 0x63, 0x2d, 0xc0, 0x71, 0x64, 0x8d, 0xf7,
105 » 0xda, 0xdd, 0x4d, 0xc7, 0x40, 0x5d, 0x18, 0x9d, 0xb8, 0xbf, 0xf5, 0xfc, 0x13, 0x00, 0x00, 0xff, 117 » 0xe3, 0xfc, 0x58, 0x88, 0x1b, 0xfb, 0xf1, 0xd0, 0x73, 0x88, 0x9f, 0x50, 0xf0, 0x3b, 0x8e, 0x56,
106 » 0xff, 0x7e, 0x72, 0xa4, 0xc6, 0xfe, 0x01, 0x00, 0x00, 118 » 0x6e, 0x61, 0x48, 0x2f, 0x7c, 0xda, 0xd8, 0x4d, 0x7b, 0x8e, 0xfa, 0x30, 0x3a, 0xf2, 0x7f, 0xec,
119 » 0xf1, 0x27, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x76, 0x20, 0xde, 0x46, 0x02, 0x00, 0x00,
107 } 120 }
OLDNEW
« common/proto/logdog/svcconfig/config.proto ('K') | « common/proto/logdog/svcconfig/project.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698