wrappers_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_wrappers_proto = "google/protobuf/wrappers.proto"
 14
 15// Names for google.protobuf.DoubleValue.
 16const (
 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.
 22const (
 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.
 29const (
 30	DoubleValue_Value_field_number protoreflect.FieldNumber = 1
 31)
 32
 33// Names for google.protobuf.FloatValue.
 34const (
 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.
 40const (
 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.
 47const (
 48	FloatValue_Value_field_number protoreflect.FieldNumber = 1
 49)
 50
 51// Names for google.protobuf.Int64Value.
 52const (
 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.
 58const (
 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.
 65const (
 66	Int64Value_Value_field_number protoreflect.FieldNumber = 1
 67)
 68
 69// Names for google.protobuf.UInt64Value.
 70const (
 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.
 76const (
 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.
 83const (
 84	UInt64Value_Value_field_number protoreflect.FieldNumber = 1
 85)
 86
 87// Names for google.protobuf.Int32Value.
 88const (
 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.
 94const (
 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.
101const (
102	Int32Value_Value_field_number protoreflect.FieldNumber = 1
103)
104
105// Names for google.protobuf.UInt32Value.
106const (
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.
112const (
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.
119const (
120	UInt32Value_Value_field_number protoreflect.FieldNumber = 1
121)
122
123// Names for google.protobuf.BoolValue.
124const (
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.
130const (
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.
137const (
138	BoolValue_Value_field_number protoreflect.FieldNumber = 1
139)
140
141// Names for google.protobuf.StringValue.
142const (
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.
148const (
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.
155const (
156	StringValue_Value_field_number protoreflect.FieldNumber = 1
157)
158
159// Names for google.protobuf.BytesValue.
160const (
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.
166const (
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.
173const (
174	BytesValue_Value_field_number protoreflect.FieldNumber = 1
175)