...
1
2
3
4
5
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
16 const (
17 DoubleValue_message_name protoreflect.Name = "DoubleValue"
18 DoubleValue_message_fullname protoreflect.FullName = "google.protobuf.DoubleValue"
19 )
20
21
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
29 const (
30 DoubleValue_Value_field_number protoreflect.FieldNumber = 1
31 )
32
33
34 const (
35 FloatValue_message_name protoreflect.Name = "FloatValue"
36 FloatValue_message_fullname protoreflect.FullName = "google.protobuf.FloatValue"
37 )
38
39
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
47 const (
48 FloatValue_Value_field_number protoreflect.FieldNumber = 1
49 )
50
51
52 const (
53 Int64Value_message_name protoreflect.Name = "Int64Value"
54 Int64Value_message_fullname protoreflect.FullName = "google.protobuf.Int64Value"
55 )
56
57
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
65 const (
66 Int64Value_Value_field_number protoreflect.FieldNumber = 1
67 )
68
69
70 const (
71 UInt64Value_message_name protoreflect.Name = "UInt64Value"
72 UInt64Value_message_fullname protoreflect.FullName = "google.protobuf.UInt64Value"
73 )
74
75
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
83 const (
84 UInt64Value_Value_field_number protoreflect.FieldNumber = 1
85 )
86
87
88 const (
89 Int32Value_message_name protoreflect.Name = "Int32Value"
90 Int32Value_message_fullname protoreflect.FullName = "google.protobuf.Int32Value"
91 )
92
93
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
101 const (
102 Int32Value_Value_field_number protoreflect.FieldNumber = 1
103 )
104
105
106 const (
107 UInt32Value_message_name protoreflect.Name = "UInt32Value"
108 UInt32Value_message_fullname protoreflect.FullName = "google.protobuf.UInt32Value"
109 )
110
111
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
119 const (
120 UInt32Value_Value_field_number protoreflect.FieldNumber = 1
121 )
122
123
124 const (
125 BoolValue_message_name protoreflect.Name = "BoolValue"
126 BoolValue_message_fullname protoreflect.FullName = "google.protobuf.BoolValue"
127 )
128
129
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
137 const (
138 BoolValue_Value_field_number protoreflect.FieldNumber = 1
139 )
140
141
142 const (
143 StringValue_message_name protoreflect.Name = "StringValue"
144 StringValue_message_fullname protoreflect.FullName = "google.protobuf.StringValue"
145 )
146
147
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
155 const (
156 StringValue_Value_field_number protoreflect.FieldNumber = 1
157 )
158
159
160 const (
161 BytesValue_message_name protoreflect.Name = "BytesValue"
162 BytesValue_message_fullname protoreflect.FullName = "google.protobuf.BytesValue"
163 )
164
165
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
173 const (
174 BytesValue_Value_field_number protoreflect.FieldNumber = 1
175 )
176
View as plain text