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

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

Powered by Google App Engine
This is Rietveld 408576698