This file is indexed.

/usr/share/gocode/src/github.com/influxdata/influxdb/tsdb/internal/meta.pb.go is in golang-github-influxdb-influxdb-dev 1.1.1+dfsg1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
// Code generated by protoc-gen-gogo.
// source: internal/meta.proto
// DO NOT EDIT!

/*
Package meta is a generated protocol buffer package.

It is generated from these files:
	internal/meta.proto

It has these top-level messages:
	Series
	Tag
	MeasurementFields
	Field
*/
package meta

import proto "github.com/gogo/protobuf/proto"
import fmt "fmt"
import math "math"

// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf

// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.GoGoProtoPackageIsVersion2 // please upgrade the proto package

type Series struct {
	Key              *string `protobuf:"bytes,1,req,name=Key,json=key" json:"Key,omitempty"`
	Tags             []*Tag  `protobuf:"bytes,2,rep,name=Tags,json=tags" json:"Tags,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (m *Series) Reset()                    { *m = Series{} }
func (m *Series) String() string            { return proto.CompactTextString(m) }
func (*Series) ProtoMessage()               {}
func (*Series) Descriptor() ([]byte, []int) { return fileDescriptorMeta, []int{0} }

func (m *Series) GetKey() string {
	if m != nil && m.Key != nil {
		return *m.Key
	}
	return ""
}

func (m *Series) GetTags() []*Tag {
	if m != nil {
		return m.Tags
	}
	return nil
}

type Tag struct {
	Key              *string `protobuf:"bytes,1,req,name=Key,json=key" json:"Key,omitempty"`
	Value            *string `protobuf:"bytes,2,req,name=Value,json=value" json:"Value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (m *Tag) Reset()                    { *m = Tag{} }
func (m *Tag) String() string            { return proto.CompactTextString(m) }
func (*Tag) ProtoMessage()               {}
func (*Tag) Descriptor() ([]byte, []int) { return fileDescriptorMeta, []int{1} }

func (m *Tag) GetKey() string {
	if m != nil && m.Key != nil {
		return *m.Key
	}
	return ""
}

func (m *Tag) GetValue() string {
	if m != nil && m.Value != nil {
		return *m.Value
	}
	return ""
}

type MeasurementFields struct {
	Fields           []*Field `protobuf:"bytes,1,rep,name=Fields,json=fields" json:"Fields,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (m *MeasurementFields) Reset()                    { *m = MeasurementFields{} }
func (m *MeasurementFields) String() string            { return proto.CompactTextString(m) }
func (*MeasurementFields) ProtoMessage()               {}
func (*MeasurementFields) Descriptor() ([]byte, []int) { return fileDescriptorMeta, []int{2} }

func (m *MeasurementFields) GetFields() []*Field {
	if m != nil {
		return m.Fields
	}
	return nil
}

type Field struct {
	ID               *int32  `protobuf:"varint,1,req,name=ID,json=iD" json:"ID,omitempty"`
	Name             *string `protobuf:"bytes,2,req,name=Name,json=name" json:"Name,omitempty"`
	Type             *int32  `protobuf:"varint,3,req,name=Type,json=type" json:"Type,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (m *Field) Reset()                    { *m = Field{} }
func (m *Field) String() string            { return proto.CompactTextString(m) }
func (*Field) ProtoMessage()               {}
func (*Field) Descriptor() ([]byte, []int) { return fileDescriptorMeta, []int{3} }

func (m *Field) GetID() int32 {
	if m != nil && m.ID != nil {
		return *m.ID
	}
	return 0
}

func (m *Field) GetName() string {
	if m != nil && m.Name != nil {
		return *m.Name
	}
	return ""
}

func (m *Field) GetType() int32 {
	if m != nil && m.Type != nil {
		return *m.Type
	}
	return 0
}

func init() {
	proto.RegisterType((*Series)(nil), "meta.Series")
	proto.RegisterType((*Tag)(nil), "meta.Tag")
	proto.RegisterType((*MeasurementFields)(nil), "meta.MeasurementFields")
	proto.RegisterType((*Field)(nil), "meta.Field")
}

func init() { proto.RegisterFile("internal/meta.proto", fileDescriptorMeta) }

var fileDescriptorMeta = []byte{
	// 212 bytes of a gzipped FileDescriptorProto
	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0x6c, 0x8d, 0x31, 0x4b, 0x04, 0x31,
	0x10, 0x85, 0xb9, 0x24, 0xbb, 0x70, 0x73, 0x20, 0x1a, 0x2d, 0xd2, 0x08, 0xc7, 0xda, 0x5c, 0xe3,
	0x09, 0x56, 0x5a, 0xd9, 0x1c, 0x82, 0x88, 0x16, 0x31, 0xd8, 0x0f, 0x38, 0x86, 0xe0, 0x26, 0xb7,
	0x24, 0x39, 0x21, 0xff, 0x5e, 0x76, 0x0e, 0xbb, 0xeb, 0xde, 0x7c, 0xf3, 0x1e, 0x1f, 0x5c, 0x86,
	0x54, 0x29, 0x27, 0x1c, 0xef, 0x22, 0x55, 0xdc, 0x4e, 0x79, 0x5f, 0xf7, 0x5a, 0xcd, 0x79, 0x78,
	0x84, 0xfe, 0x83, 0x72, 0xa0, 0xa2, 0xcf, 0x41, 0xbe, 0x52, 0x33, 0x8b, 0xb5, 0xd8, 0x2c, 0xad,
	0xfc, 0xa1, 0xa6, 0xaf, 0x41, 0x39, 0xf4, 0xc5, 0x88, 0xb5, 0xdc, 0xac, 0xee, 0x97, 0x5b, 0x1e,
	0x3b, 0xf4, 0x56, 0x55, 0xf4, 0x65, 0xb8, 0x05, 0xe9, 0xd0, 0x9f, 0xd8, 0x5d, 0x41, 0xf7, 0x89,
	0xe3, 0x81, 0x8c, 0x60, 0xd6, 0xfd, 0xce, 0xc7, 0xf0, 0x00, 0x17, 0x6f, 0x84, 0xe5, 0x90, 0x29,
	0x52, 0xaa, 0xcf, 0x81, 0xc6, 0xaf, 0xa2, 0x6f, 0xa0, 0x3f, 0x26, 0xb3, 0x60, 0xc9, 0xea, 0x28,
	0x61, 0x66, 0xfb, 0x6f, 0x7e, 0x0d, 0x4f, 0xd0, 0x31, 0xd0, 0x67, 0x20, 0x5e, 0x76, 0x6c, 0xea,
	0xac, 0x08, 0x3b, 0xad, 0x41, 0xbd, 0x63, 0xfc, 0xf7, 0xa8, 0x84, 0x91, 0x66, 0xe6, 0xda, 0x44,
	0x46, 0x72, 0x4b, 0xd5, 0x36, 0xd1, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x09, 0x99, 0x26,
	0x00, 0x01, 0x00, 0x00,
}