blob: fe44f7e1a5d09a40b2b47873dfd43d837217c099 [file] [log] [blame]
Zack Williamse940c7a2019-08-21 14:25:39 -07001// Code generated by protoc-gen-go. DO NOT EDIT.
2// source: google/protobuf/source_context.proto
3
4package source_context
5
6import (
7 fmt "fmt"
8 math "math"
9
10 proto "github.com/golang/protobuf/proto"
11)
12
13// Reference imports to suppress errors if they are not otherwise used.
14var _ = proto.Marshal
15var _ = fmt.Errorf
16var _ = math.Inf
17
18// This is a compile-time assertion to ensure that this generated file
19// is compatible with the proto package it is being compiled against.
20// A compilation error at this line likely means your copy of the
21// proto package needs to be updated.
22const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
23
24// `SourceContext` represents information about the source of a
25// protobuf element, like the file in which it is defined.
26type SourceContext struct {
27 // The path-qualified name of the .proto file that contained the associated
28 // protobuf element. For example: `"google/protobuf/source_context.proto"`.
29 FileName string `protobuf:"bytes,1,opt,name=file_name,json=fileName,proto3" json:"file_name,omitempty"`
30 XXX_NoUnkeyedLiteral struct{} `json:"-"`
31 XXX_unrecognized []byte `json:"-"`
32 XXX_sizecache int32 `json:"-"`
33}
34
35func (m *SourceContext) Reset() { *m = SourceContext{} }
36func (m *SourceContext) String() string { return proto.CompactTextString(m) }
37func (*SourceContext) ProtoMessage() {}
38func (*SourceContext) Descriptor() ([]byte, []int) {
39 return fileDescriptor_b686cdb126d509db, []int{0}
40}
41
42func (m *SourceContext) XXX_Unmarshal(b []byte) error {
43 return xxx_messageInfo_SourceContext.Unmarshal(m, b)
44}
45func (m *SourceContext) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
46 return xxx_messageInfo_SourceContext.Marshal(b, m, deterministic)
47}
48func (m *SourceContext) XXX_Merge(src proto.Message) {
49 xxx_messageInfo_SourceContext.Merge(m, src)
50}
51func (m *SourceContext) XXX_Size() int {
52 return xxx_messageInfo_SourceContext.Size(m)
53}
54func (m *SourceContext) XXX_DiscardUnknown() {
55 xxx_messageInfo_SourceContext.DiscardUnknown(m)
56}
57
58var xxx_messageInfo_SourceContext proto.InternalMessageInfo
59
60func (m *SourceContext) GetFileName() string {
61 if m != nil {
62 return m.FileName
63 }
64 return ""
65}
66
67func init() {
68 proto.RegisterType((*SourceContext)(nil), "google.protobuf.SourceContext")
69}
70
71func init() {
72 proto.RegisterFile("google/protobuf/source_context.proto", fileDescriptor_b686cdb126d509db)
73}
74
75var fileDescriptor_b686cdb126d509db = []byte{
76 // 184 bytes of a gzipped FileDescriptorProto
77 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x49, 0xcf, 0xcf, 0x4f,
78 0xcf, 0x49, 0xd5, 0x2f, 0x28, 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0xce, 0x2f, 0x2d,
79 0x4a, 0x4e, 0x8d, 0x4f, 0xce, 0xcf, 0x2b, 0x49, 0xad, 0x28, 0xd1, 0x03, 0x8b, 0x0b, 0xf1, 0x43,
80 0x54, 0xe9, 0xc1, 0x54, 0x29, 0xe9, 0x70, 0xf1, 0x06, 0x83, 0x15, 0x3a, 0x43, 0xd4, 0x09, 0x49,
81 0x73, 0x71, 0xa6, 0x65, 0xe6, 0xa4, 0xc6, 0xe7, 0x25, 0xe6, 0xa6, 0x4a, 0x30, 0x2a, 0x30, 0x6a,
82 0x70, 0x06, 0x71, 0x80, 0x04, 0xfc, 0x12, 0x73, 0x53, 0x9d, 0xa6, 0x32, 0x72, 0x09, 0x27, 0xe7,
83 0xe7, 0xea, 0xa1, 0x99, 0xe2, 0x24, 0x84, 0x62, 0x46, 0x00, 0x48, 0x38, 0x80, 0x31, 0xca, 0x11,
84 0xaa, 0x2c, 0x3d, 0x3f, 0x27, 0x31, 0x2f, 0x5d, 0x2f, 0xbf, 0x28, 0x5d, 0x3f, 0x3d, 0x35, 0x0f,
85 0xac, 0x09, 0x97, 0x33, 0xad, 0x51, 0xb9, 0x8b, 0x98, 0x98, 0xdd, 0x03, 0x9c, 0x56, 0x31, 0xc9,
86 0xb9, 0x43, 0x4c, 0x0a, 0x80, 0xea, 0xd2, 0x0b, 0x4f, 0xcd, 0xc9, 0xf1, 0xce, 0xcb, 0x2f, 0xcf,
87 0x0b, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x1b, 0x67, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff,
88 0x5c, 0xbd, 0xa4, 0x22, 0x05, 0x01, 0x00, 0x00,
89}