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

Side by Side Diff: tokenserver/api/token_file.pb.go

Issue 2785973002: token-server: Add protos for new API for generating service account tokens. (Closed)
Patch Set: more nits Created 3 years, 4 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. DO NOT EDIT. 1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: github.com/luci/luci-go/tokenserver/api/token_file.proto 2 // source: github.com/luci/luci-go/tokenserver/api/token_file.proto
3 3
4 package tokenserver 4 package tokenserver
5 5
6 import proto "github.com/golang/protobuf/proto" 6 import proto "github.com/golang/protobuf/proto"
7 import fmt "fmt" 7 import fmt "fmt"
8 import math "math" 8 import math "math"
9 9
10 // Reference imports to suppress errors if they are not otherwise used. 10 // Reference imports to suppress errors if they are not otherwise used.
(...skipping 29 matching lines...) Expand all
40 // Any information tokend daemon wishes to associate with the token. 40 // Any information tokend daemon wishes to associate with the token.
41 // 41 //
42 // Consumers of the token file should ignore this field. It is used 42 // Consumers of the token file should ignore this field. It is used
43 // exclusively by tokend daemon. 43 // exclusively by tokend daemon.
44 TokendState []byte `protobuf:"bytes,50,opt,name=tokend_state,proto3" jso n:"tokend_state,omitempty"` 44 TokendState []byte `protobuf:"bytes,50,opt,name=tokend_state,proto3" jso n:"tokend_state,omitempty"`
45 } 45 }
46 46
47 func (m *TokenFile) Reset() { *m = TokenFile{} } 47 func (m *TokenFile) Reset() { *m = TokenFile{} }
48 func (m *TokenFile) String() string { return proto.CompactTextString( m) } 48 func (m *TokenFile) String() string { return proto.CompactTextString( m) }
49 func (*TokenFile) ProtoMessage() {} 49 func (*TokenFile) ProtoMessage() {}
50 func (*TokenFile) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0 } } 50 func (*TokenFile) Descriptor() ([]byte, []int) { return fileDescriptor2, []int{0 } }
51 51
52 func (m *TokenFile) GetAccessToken() string { 52 func (m *TokenFile) GetAccessToken() string {
53 if m != nil { 53 if m != nil {
54 return m.AccessToken 54 return m.AccessToken
55 } 55 }
56 return "" 56 return ""
57 } 57 }
58 58
59 func (m *TokenFile) GetTokenType() string { 59 func (m *TokenFile) GetTokenType() string {
60 if m != nil { 60 if m != nil {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 return m.TokendState 110 return m.TokendState
111 } 111 }
112 return nil 112 return nil
113 } 113 }
114 114
115 func init() { 115 func init() {
116 proto.RegisterType((*TokenFile)(nil), "tokenserver.TokenFile") 116 proto.RegisterType((*TokenFile)(nil), "tokenserver.TokenFile")
117 } 117 }
118 118
119 func init() { 119 func init() {
120 » proto.RegisterFile("github.com/luci/luci-go/tokenserver/api/token_file.p roto", fileDescriptor1) 120 » proto.RegisterFile("github.com/luci/luci-go/tokenserver/api/token_file.p roto", fileDescriptor2)
121 } 121 }
122 122
123 var fileDescriptor1 = []byte{ 123 var fileDescriptor2 = []byte{
124 // 265 bytes of a gzipped FileDescriptorProto 124 // 265 bytes of a gzipped FileDescriptorProto
125 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xb1, 0x4e, 0xf3, 0x30, 125 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xb1, 0x4e, 0xf3, 0x30,
126 0x14, 0x85, 0x95, 0xf6, 0xff, 0x03, 0xbd, 0xed, 0x64, 0x09, 0x64, 0x16, 0x14, 0x75, 0xca, 0x42, 126 0x14, 0x85, 0x95, 0xf6, 0xff, 0x03, 0xbd, 0xed, 0x64, 0x09, 0x64, 0x16, 0x14, 0x75, 0xca, 0x42,
127 0x22, 0x01, 0x03, 0x03, 0x33, 0x0f, 0x10, 0xb1, 0x5b, 0xae, 0x73, 0x69, 0xaf, 0x48, 0x6c, 0x13, 127 0x22, 0x01, 0x03, 0x03, 0x33, 0x0f, 0x10, 0xb1, 0x5b, 0xae, 0x73, 0x69, 0xaf, 0x48, 0x6c, 0x13,
128 0xdb, 0xa8, 0x7d, 0x6e, 0x5e, 0x00, 0xd9, 0xa9, 0x50, 0x8a, 0xca, 0x62, 0xe9, 0x9c, 0xf3, 0xf9, 128 0xdb, 0xa8, 0x7d, 0x6e, 0x5e, 0x00, 0xd9, 0xa9, 0x50, 0x8a, 0xca, 0x62, 0xe9, 0x9c, 0xf3, 0xf9,
129 0xea, 0x5c, 0x1b, 0x9e, 0xb6, 0xe4, 0x77, 0x61, 0x53, 0x29, 0xd3, 0xd7, 0x5d, 0x50, 0x94, 0x8e, 129 0xea, 0x5c, 0x1b, 0x9e, 0xb6, 0xe4, 0x77, 0x61, 0x53, 0x29, 0xd3, 0xd7, 0x5d, 0x50, 0x94, 0x8e,
130 0xbb, 0xad, 0xa9, 0xbd, 0x79, 0x47, 0xed, 0x70, 0xf8, 0xc4, 0xa1, 0x96, 0x96, 0x46, 0x2d, 0xde, 130 0xbb, 0xad, 0xa9, 0xbd, 0x79, 0x47, 0xed, 0x70, 0xf8, 0xc4, 0xa1, 0x96, 0x96, 0x46, 0x2d, 0xde,
131 0xa8, 0xc3, 0xca, 0x0e, 0xc6, 0x1b, 0xb6, 0x9c, 0x10, 0xeb, 0xaf, 0x19, 0x2c, 0x5e, 0xa3, 0x7e, 131 0xa8, 0xc3, 0xca, 0x0e, 0xc6, 0x1b, 0xb6, 0x9c, 0x10, 0xeb, 0xaf, 0x19, 0x2c, 0x5e, 0xa3, 0x7e,
132 0xa1, 0x0e, 0xd9, 0x1a, 0x56, 0x52, 0x29, 0x74, 0x4e, 0x24, 0x86, 0x67, 0x45, 0x56, 0x2e, 0x9a, 132 0xa1, 0x0e, 0xd9, 0x1a, 0x56, 0x52, 0x29, 0x74, 0x4e, 0x24, 0x86, 0x67, 0x45, 0x56, 0x2e, 0x9a,
133 0x13, 0x8f, 0xdd, 0x02, 0x8c, 0x23, 0xfd, 0xc1, 0x22, 0x9f, 0x25, 0x62, 0xe2, 0xb0, 0x0a, 0x58, 133 0x13, 0x8f, 0xdd, 0x02, 0x8c, 0x23, 0xfd, 0xc1, 0x22, 0x9f, 0x25, 0x62, 0xe2, 0xb0, 0x0a, 0x58,
134 0xac, 0x22, 0x7a, 0xa9, 0x76, 0xa4, 0xf1, 0x38, 0x69, 0x9e, 0xb8, 0x33, 0x09, 0xbb, 0x86, 0x1c, 134 0xac, 0x22, 0x7a, 0xa9, 0x76, 0xa4, 0xf1, 0x38, 0x69, 0x9e, 0xb8, 0x33, 0x09, 0xbb, 0x86, 0x1c,
135 0xf7, 0x96, 0x86, 0x03, 0xff, 0x57, 0x64, 0xe5, 0xbc, 0x39, 0x2a, 0x56, 0xc0, 0xb2, 0x93, 0xce, 135 0xf7, 0x96, 0x86, 0x03, 0xff, 0x57, 0x64, 0xe5, 0xbc, 0x39, 0x2a, 0x56, 0xc0, 0xb2, 0x93, 0xce,
136 0x8b, 0x60, 0x5b, 0xe9, 0x91, 0xff, 0x4f, 0xe1, 0xd4, 0x8a, 0x84, 0xc6, 0xfd, 0x0f, 0x91, 0x8f, 136 0x8b, 0x60, 0x5b, 0xe9, 0x91, 0xff, 0x4f, 0xe1, 0xd4, 0x8a, 0x84, 0xc6, 0xfd, 0x0f, 0x91, 0x8f,
137 0xc4, 0xc4, 0x62, 0x8f, 0x70, 0x15, 0xf7, 0x24, 0x85, 0x42, 0x2a, 0x65, 0x82, 0xf6, 0x02, 0x7b, 137 0xc4, 0xc4, 0x62, 0x8f, 0x70, 0x15, 0xf7, 0x24, 0x85, 0x42, 0x2a, 0x65, 0x82, 0xf6, 0x02, 0x7b,
138 0x49, 0x1d, 0xbf, 0x48, 0x75, 0xce, 0x87, 0xec, 0x19, 0x6e, 0x7e, 0x07, 0x41, 0xd3, 0x47, 0x40, 138 0x49, 0x1d, 0xbf, 0x48, 0x75, 0xce, 0x87, 0xec, 0x19, 0x6e, 0x7e, 0x07, 0x41, 0xd3, 0x47, 0x40,
139 0x41, 0x2d, 0xbf, 0x4c, 0x37, 0xff, 0x06, 0xe2, 0x1b, 0xa6, 0xc5, 0x5a, 0xe1, 0x7c, 0xac, 0x75, 139 0x41, 0x2d, 0xbf, 0x4c, 0x37, 0xff, 0x06, 0xe2, 0x1b, 0xa6, 0xc5, 0x5a, 0xe1, 0x7c, 0xac, 0x75,
140 0x5f, 0x64, 0xe5, 0xaa, 0x39, 0xf1, 0x36, 0x79, 0xfa, 0x89, 0x87, 0xef, 0x00, 0x00, 0x00, 0xff, 140 0x5f, 0x64, 0xe5, 0xaa, 0x39, 0xf1, 0x36, 0x79, 0xfa, 0x89, 0x87, 0xef, 0x00, 0x00, 0x00, 0xff,
141 0xff, 0xf3, 0xf5, 0xfb, 0x8f, 0xc5, 0x01, 0x00, 0x00, 141 0xff, 0xf3, 0xf5, 0xfb, 0x8f, 0xc5, 0x01, 0x00, 0x00,
142 } 142 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698