OSDN Git Service

new repo
[bytom/vapor.git] / vendor / google.golang.org / genproto / googleapis / genomics / v1 / range.pb.go
1 // Code generated by protoc-gen-go. DO NOT EDIT.
2 // source: google/genomics/v1/range.proto
3
4 package genomics
5
6 import proto "github.com/golang/protobuf/proto"
7 import fmt "fmt"
8 import math "math"
9 import _ "google.golang.org/genproto/googleapis/api/annotations"
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 // A 0-based half-open genomic coordinate range for search requests.
17 type Range struct {
18         // The reference sequence name, for example `chr1`,
19         // `1`, or `chrX`.
20         ReferenceName string `protobuf:"bytes,1,opt,name=reference_name,json=referenceName" json:"reference_name,omitempty"`
21         // The start position of the range on the reference, 0-based inclusive.
22         Start int64 `protobuf:"varint,2,opt,name=start" json:"start,omitempty"`
23         // The end position of the range on the reference, 0-based exclusive.
24         End int64 `protobuf:"varint,3,opt,name=end" json:"end,omitempty"`
25 }
26
27 func (m *Range) Reset()                    { *m = Range{} }
28 func (m *Range) String() string            { return proto.CompactTextString(m) }
29 func (*Range) ProtoMessage()               {}
30 func (*Range) Descriptor() ([]byte, []int) { return fileDescriptor5, []int{0} }
31
32 func (m *Range) GetReferenceName() string {
33         if m != nil {
34                 return m.ReferenceName
35         }
36         return ""
37 }
38
39 func (m *Range) GetStart() int64 {
40         if m != nil {
41                 return m.Start
42         }
43         return 0
44 }
45
46 func (m *Range) GetEnd() int64 {
47         if m != nil {
48                 return m.End
49         }
50         return 0
51 }
52
53 func init() {
54         proto.RegisterType((*Range)(nil), "google.genomics.v1.Range")
55 }
56
57 func init() { proto.RegisterFile("google/genomics/v1/range.proto", fileDescriptor5) }
58
59 var fileDescriptor5 = []byte{
60         // 209 bytes of a gzipped FileDescriptorProto
61         0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x4f, 0x4d, 0x4b, 0xc4, 0x30,
62         0x10, 0x25, 0x96, 0x15, 0x0c, 0x28, 0x12, 0x44, 0x8a, 0x88, 0x2c, 0x82, 0xb0, 0xa7, 0x84, 0xe2,
63         0x4d, 0x6f, 0xfd, 0x01, 0x52, 0x7a, 0xf0, 0xe0, 0x45, 0xc6, 0x3a, 0x86, 0x40, 0x33, 0x53, 0x92,
64         0xd0, 0xdf, 0xee, 0x51, 0x92, 0x58, 0x11, 0xf6, 0x36, 0x79, 0x1f, 0x79, 0xef, 0xc9, 0x3b, 0xcb,
65         0x6c, 0x67, 0x34, 0x16, 0x89, 0xbd, 0x9b, 0xa2, 0x59, 0x3b, 0x13, 0x80, 0x2c, 0xea, 0x25, 0x70,
66         0x62, 0xa5, 0x2a, 0xaf, 0x37, 0x5e, 0xaf, 0xdd, 0xcd, 0xed, 0xaf, 0x07, 0x16, 0x67, 0x80, 0x88,
67         0x13, 0x24, 0xc7, 0x14, 0xab, 0xe3, 0xfe, 0x55, 0xee, 0xc6, 0xfc, 0x81, 0x7a, 0x90, 0x17, 0x01,
68         0xbf, 0x30, 0x20, 0x4d, 0xf8, 0x4e, 0xe0, 0xb1, 0x15, 0x7b, 0x71, 0x38, 0x1b, 0xcf, 0xff, 0xd0,
69         0x17, 0xf0, 0xa8, 0xae, 0xe4, 0x2e, 0x26, 0x08, 0xa9, 0x3d, 0xd9, 0x8b, 0x43, 0x33, 0xd6, 0x87,
70         0xba, 0x94, 0x0d, 0xd2, 0x67, 0xdb, 0x14, 0x2c, 0x9f, 0x3d, 0xca, 0xeb, 0x89, 0xbd, 0x3e, 0xee,
71         0xd3, 0xcb, 0x92, 0x37, 0xe4, 0xf4, 0x41, 0xbc, 0x3d, 0x6d, 0x0a, 0x9e, 0x81, 0xac, 0xe6, 0x60,
72         0xf3, 0xb8, 0xd2, 0xcd, 0x54, 0x0a, 0x16, 0x17, 0xff, 0x0f, 0x7e, 0xde, 0xee, 0x6f, 0x21, 0x3e,
73         0x4e, 0x8b, 0xf2, 0xf1, 0x27, 0x00, 0x00, 0xff, 0xff, 0xb7, 0x3e, 0xf1, 0x62, 0x19, 0x01, 0x00,
74         0x00,
75 }