wrappers_gen.go raw
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
7 package genid
8
9 import (
10 protoreflect "google.golang.org/protobuf/reflect/protoreflect"
11 )
12
13 const File_google_protobuf_wrappers_proto = "google/protobuf/wrappers.proto"
14
15 // Names for google.protobuf.DoubleValue.
16 const (
17 DoubleValue_message_name protoreflect.Name = "DoubleValue"
18 DoubleValue_message_fullname protoreflect.FullName = "google.protobuf.DoubleValue"
19 )
20
21 // Field names for google.protobuf.DoubleValue.
22 const (
23 DoubleValue_Value_field_name protoreflect.Name = "value"
24
25 DoubleValue_Value_field_fullname protoreflect.FullName = "google.protobuf.DoubleValue.value"
26 )
27
28 // Field numbers for google.protobuf.DoubleValue.
29 const (
30 DoubleValue_Value_field_number protoreflect.FieldNumber = 1
31 )
32
33 // Names for google.protobuf.FloatValue.
34 const (
35 FloatValue_message_name protoreflect.Name = "FloatValue"
36 FloatValue_message_fullname protoreflect.FullName = "google.protobuf.FloatValue"
37 )
38
39 // Field names for google.protobuf.FloatValue.
40 const (
41 FloatValue_Value_field_name protoreflect.Name = "value"
42
43 FloatValue_Value_field_fullname protoreflect.FullName = "google.protobuf.FloatValue.value"
44 )
45
46 // Field numbers for google.protobuf.FloatValue.
47 const (
48 FloatValue_Value_field_number protoreflect.FieldNumber = 1
49 )
50
51 // Names for google.protobuf.Int64Value.
52 const (
53 Int64Value_message_name protoreflect.Name = "Int64Value"
54 Int64Value_message_fullname protoreflect.FullName = "google.protobuf.Int64Value"
55 )
56
57 // Field names for google.protobuf.Int64Value.
58 const (
59 Int64Value_Value_field_name protoreflect.Name = "value"
60
61 Int64Value_Value_field_fullname protoreflect.FullName = "google.protobuf.Int64Value.value"
62 )
63
64 // Field numbers for google.protobuf.Int64Value.
65 const (
66 Int64Value_Value_field_number protoreflect.FieldNumber = 1
67 )
68
69 // Names for google.protobuf.UInt64Value.
70 const (
71 UInt64Value_message_name protoreflect.Name = "UInt64Value"
72 UInt64Value_message_fullname protoreflect.FullName = "google.protobuf.UInt64Value"
73 )
74
75 // Field names for google.protobuf.UInt64Value.
76 const (
77 UInt64Value_Value_field_name protoreflect.Name = "value"
78
79 UInt64Value_Value_field_fullname protoreflect.FullName = "google.protobuf.UInt64Value.value"
80 )
81
82 // Field numbers for google.protobuf.UInt64Value.
83 const (
84 UInt64Value_Value_field_number protoreflect.FieldNumber = 1
85 )
86
87 // Names for google.protobuf.Int32Value.
88 const (
89 Int32Value_message_name protoreflect.Name = "Int32Value"
90 Int32Value_message_fullname protoreflect.FullName = "google.protobuf.Int32Value"
91 )
92
93 // Field names for google.protobuf.Int32Value.
94 const (
95 Int32Value_Value_field_name protoreflect.Name = "value"
96
97 Int32Value_Value_field_fullname protoreflect.FullName = "google.protobuf.Int32Value.value"
98 )
99
100 // Field numbers for google.protobuf.Int32Value.
101 const (
102 Int32Value_Value_field_number protoreflect.FieldNumber = 1
103 )
104
105 // Names for google.protobuf.UInt32Value.
106 const (
107 UInt32Value_message_name protoreflect.Name = "UInt32Value"
108 UInt32Value_message_fullname protoreflect.FullName = "google.protobuf.UInt32Value"
109 )
110
111 // Field names for google.protobuf.UInt32Value.
112 const (
113 UInt32Value_Value_field_name protoreflect.Name = "value"
114
115 UInt32Value_Value_field_fullname protoreflect.FullName = "google.protobuf.UInt32Value.value"
116 )
117
118 // Field numbers for google.protobuf.UInt32Value.
119 const (
120 UInt32Value_Value_field_number protoreflect.FieldNumber = 1
121 )
122
123 // Names for google.protobuf.BoolValue.
124 const (
125 BoolValue_message_name protoreflect.Name = "BoolValue"
126 BoolValue_message_fullname protoreflect.FullName = "google.protobuf.BoolValue"
127 )
128
129 // Field names for google.protobuf.BoolValue.
130 const (
131 BoolValue_Value_field_name protoreflect.Name = "value"
132
133 BoolValue_Value_field_fullname protoreflect.FullName = "google.protobuf.BoolValue.value"
134 )
135
136 // Field numbers for google.protobuf.BoolValue.
137 const (
138 BoolValue_Value_field_number protoreflect.FieldNumber = 1
139 )
140
141 // Names for google.protobuf.StringValue.
142 const (
143 StringValue_message_name protoreflect.Name = "StringValue"
144 StringValue_message_fullname protoreflect.FullName = "google.protobuf.StringValue"
145 )
146
147 // Field names for google.protobuf.StringValue.
148 const (
149 StringValue_Value_field_name protoreflect.Name = "value"
150
151 StringValue_Value_field_fullname protoreflect.FullName = "google.protobuf.StringValue.value"
152 )
153
154 // Field numbers for google.protobuf.StringValue.
155 const (
156 StringValue_Value_field_number protoreflect.FieldNumber = 1
157 )
158
159 // Names for google.protobuf.BytesValue.
160 const (
161 BytesValue_message_name protoreflect.Name = "BytesValue"
162 BytesValue_message_fullname protoreflect.FullName = "google.protobuf.BytesValue"
163 )
164
165 // Field names for google.protobuf.BytesValue.
166 const (
167 BytesValue_Value_field_name protoreflect.Name = "value"
168
169 BytesValue_Value_field_fullname protoreflect.FullName = "google.protobuf.BytesValue.value"
170 )
171
172 // Field numbers for google.protobuf.BytesValue.
173 const (
174 BytesValue_Value_field_number protoreflect.FieldNumber = 1
175 )
176