blob: 136112981c3e490aff324896c25bf72f2386cce1 [file] [log] [blame]
Rob Pikeaaa3a622010-03-20 22:32:34 -07001// Code generated by protoc-gen-go from "google/protobuf/compiler/plugin.proto"
2// DO NOT EDIT!
3
4package google_protobuf_compiler
5
Rob Pike3f6f2d82011-12-18 13:55:35 -08006import proto "code.google.com/p/goprotobuf/proto"
David Symondsfa6a18d2011-01-19 09:30:28 +11007import "math"
Rob Pikea17fdd92011-11-02 12:43:05 -07008
Rob Pikeb7907bf2012-02-13 14:25:20 +11009import google_protobuf "code.google.com/p/goprotobuf/protoc-gen-go/descriptor"
Rob Pikeaaa3a622010-03-20 22:32:34 -070010
David Symondsfa6a18d2011-01-19 09:30:28 +110011// Reference proto, math & os imports to suppress error if they are not otherwise used.
David Symondsb0127532010-11-09 11:10:46 +110012var _ = proto.GetString
David Symondsfa6a18d2011-01-19 09:30:28 +110013var _ = math.Inf
Rob Pikea17fdd92011-11-02 12:43:05 -070014var _ error
David Symonds8935abf2011-07-04 15:53:16 +100015
Rob Pikeaaa3a622010-03-20 22:32:34 -070016type CodeGeneratorRequest struct {
Rob Pikea17fdd92011-11-02 12:43:05 -070017 FileToGenerate []string `protobuf:"bytes,1,rep,name=file_to_generate"`
18 Parameter *string `protobuf:"bytes,2,opt,name=parameter"`
19 ProtoFile []*google_protobuf.FileDescriptorProto `protobuf:"bytes,15,rep,name=proto_file"`
20 XXX_unrecognized []byte
Rob Pikeaaa3a622010-03-20 22:32:34 -070021}
David Symonds8935abf2011-07-04 15:53:16 +100022
Rob Pikea17fdd92011-11-02 12:43:05 -070023func (this *CodeGeneratorRequest) Reset() { *this = CodeGeneratorRequest{} }
24func (this *CodeGeneratorRequest) String() string { return proto.CompactTextString(this) }
Rob Pikeaaa3a622010-03-20 22:32:34 -070025
26type CodeGeneratorResponse struct {
Rob Pikea17fdd92011-11-02 12:43:05 -070027 Error *string `protobuf:"bytes,1,opt,name=error"`
28 File []*CodeGeneratorResponse_File `protobuf:"bytes,15,rep,name=file"`
29 XXX_unrecognized []byte
Rob Pikeaaa3a622010-03-20 22:32:34 -070030}
Rob Pikeaaa3a622010-03-20 22:32:34 -070031
Rob Pikea17fdd92011-11-02 12:43:05 -070032func (this *CodeGeneratorResponse) Reset() { *this = CodeGeneratorResponse{} }
33func (this *CodeGeneratorResponse) String() string { return proto.CompactTextString(this) }
David Symonds8935abf2011-07-04 15:53:16 +100034
Rob Pikeaaa3a622010-03-20 22:32:34 -070035type CodeGeneratorResponse_File struct {
Rob Pikea17fdd92011-11-02 12:43:05 -070036 Name *string `protobuf:"bytes,1,opt,name=name"`
37 InsertionPoint *string `protobuf:"bytes,2,opt,name=insertion_point"`
38 Content *string `protobuf:"bytes,15,opt,name=content"`
39 XXX_unrecognized []byte
Rob Pikeaaa3a622010-03-20 22:32:34 -070040}
David Symonds8935abf2011-07-04 15:53:16 +100041
Rob Pikea17fdd92011-11-02 12:43:05 -070042func (this *CodeGeneratorResponse_File) Reset() { *this = CodeGeneratorResponse_File{} }
43func (this *CodeGeneratorResponse_File) String() string { return proto.CompactTextString(this) }
Rob Pikeaaa3a622010-03-20 22:32:34 -070044
45func init() {
46}