source_context_gen.go

 1// Copyright 2019 The Go Authors. All rights reserved.
 2// Use of this source code is governed by a BSD-style
 3// license that can be found in the LICENSE file.
 4
 5// Code generated by generate-protos. DO NOT EDIT.
 6
 7package genid
 8
 9import (
10	protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11)
12
13const File_google_protobuf_source_context_proto = "google/protobuf/source_context.proto"
14
15// Names for google.protobuf.SourceContext.
16const (
17	SourceContext_message_name     protoreflect.Name     = "SourceContext"
18	SourceContext_message_fullname protoreflect.FullName = "google.protobuf.SourceContext"
19)
20
21// Field names for google.protobuf.SourceContext.
22const (
23	SourceContext_FileName_field_name protoreflect.Name = "file_name"
24
25	SourceContext_FileName_field_fullname protoreflect.FullName = "google.protobuf.SourceContext.file_name"
26)
27
28// Field numbers for google.protobuf.SourceContext.
29const (
30	SourceContext_FileName_field_number protoreflect.FieldNumber = 1
31)