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

Side by Side Diff: common/api/dm/service/v1/claim_execution.pb.go

Issue 1537883002: Initial distributor implementation (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fix imports and make dummy.go a real file Created 4 years, 6 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
(Empty)
1 // Code generated by protoc-gen-go.
2 // source: claim_execution.proto
3 // DO NOT EDIT!
4
5 package dm
6
7 import proto "github.com/golang/protobuf/proto"
8 import fmt "fmt"
9 import math "math"
10
11 // Reference imports to suppress errors if they are not otherwise used.
12 var _ = proto.Marshal
13 var _ = fmt.Errorf
14 var _ = math.Inf
15
16 type ClaimExecutionRsp struct {
17 Quest *Quest `protobuf:"bytes,1,opt,name=quest" json:"quest,omitempty"`
18 // Auth is the auth with an Activation Token to be used with the
19 // ActivateExecution rpc.
20 Auth *Execution_Auth `protobuf:"bytes,2,opt,name=auth" json:"auth,omitem pty"`
21 }
22
23 func (m *ClaimExecutionRsp) Reset() { *m = ClaimExecutionRsp{ } }
24 func (m *ClaimExecutionRsp) String() string { return proto.CompactTex tString(m) }
25 func (*ClaimExecutionRsp) ProtoMessage() {}
26 func (*ClaimExecutionRsp) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
27
28 func (m *ClaimExecutionRsp) GetQuest() *Quest {
29 if m != nil {
30 return m.Quest
31 }
32 return nil
33 }
34
35 func (m *ClaimExecutionRsp) GetAuth() *Execution_Auth {
36 if m != nil {
37 return m.Auth
38 }
39 return nil
40 }
41
42 func init() {
43 proto.RegisterType((*ClaimExecutionRsp)(nil), "dm.ClaimExecutionRsp")
44 }
45
46 var fileDescriptor1 = []byte{
47 // 133 bytes of a gzipped FileDescriptorProto
48 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0x12, 0x4d, 0xce, 0x49, 0xcc,
49 0xcc, 0x8d, 0x4f, 0xad, 0x48, 0x4d, 0x2e, 0x2d, 0xc9, 0xcc, 0xcf, 0xd3, 0x2b, 0x28, 0xca, 0x2f,
50 0xc9, 0x17, 0x62, 0x4a, 0xc9, 0x95, 0x12, 0x48, 0x2f, 0x4a, 0x2c, 0xc8, 0x88, 0x4f, 0x49, 0x2c,
51 0x49, 0x84, 0x88, 0x2a, 0xc5, 0x70, 0x09, 0x3a, 0x83, 0x94, 0xbb, 0xc2, 0x54, 0x07, 0x15, 0x17,
52 0x08, 0xc9, 0x73, 0xb1, 0x16, 0x96, 0xa6, 0x16, 0x97, 0x48, 0x30, 0x2a, 0x30, 0x6a, 0x70, 0x1b,
53 0x71, 0xea, 0xa5, 0xe4, 0xea, 0x05, 0x82, 0x04, 0x82, 0x20, 0xe2, 0x42, 0x6a, 0x5c, 0x2c, 0x89,
54 0xa5, 0x25, 0x19, 0x12, 0x4c, 0x60, 0x79, 0x21, 0x90, 0x3c, 0xdc, 0x00, 0x3d, 0x47, 0xa0, 0x4c,
55 0x10, 0x58, 0x3e, 0x89, 0x0d, 0x6c, 0x89, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x70, 0xd5, 0x63,
56 0x12, 0x93, 0x00, 0x00, 0x00,
57 }
OLDNEW
« no previous file with comments | « common/api/dm/service/v1/claim_execution.proto ('k') | common/api/dm/service/v1/datastore_embed.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698