wrappers_gen.go 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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. // Code generated by generate-protos. DO NOT EDIT.
  5. package genid
  6. import (
  7. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  8. )
  9. const File_google_protobuf_wrappers_proto = "google/protobuf/wrappers.proto"
  10. // Names for google.protobuf.DoubleValue.
  11. const (
  12. DoubleValue_message_name protoreflect.Name = "DoubleValue"
  13. DoubleValue_message_fullname protoreflect.FullName = "google.protobuf.DoubleValue"
  14. )
  15. // Field names for google.protobuf.DoubleValue.
  16. const (
  17. DoubleValue_Value_field_name protoreflect.Name = "value"
  18. DoubleValue_Value_field_fullname protoreflect.FullName = "google.protobuf.DoubleValue.value"
  19. )
  20. // Field numbers for google.protobuf.DoubleValue.
  21. const (
  22. DoubleValue_Value_field_number protoreflect.FieldNumber = 1
  23. )
  24. // Names for google.protobuf.FloatValue.
  25. const (
  26. FloatValue_message_name protoreflect.Name = "FloatValue"
  27. FloatValue_message_fullname protoreflect.FullName = "google.protobuf.FloatValue"
  28. )
  29. // Field names for google.protobuf.FloatValue.
  30. const (
  31. FloatValue_Value_field_name protoreflect.Name = "value"
  32. FloatValue_Value_field_fullname protoreflect.FullName = "google.protobuf.FloatValue.value"
  33. )
  34. // Field numbers for google.protobuf.FloatValue.
  35. const (
  36. FloatValue_Value_field_number protoreflect.FieldNumber = 1
  37. )
  38. // Names for google.protobuf.Int64Value.
  39. const (
  40. Int64Value_message_name protoreflect.Name = "Int64Value"
  41. Int64Value_message_fullname protoreflect.FullName = "google.protobuf.Int64Value"
  42. )
  43. // Field names for google.protobuf.Int64Value.
  44. const (
  45. Int64Value_Value_field_name protoreflect.Name = "value"
  46. Int64Value_Value_field_fullname protoreflect.FullName = "google.protobuf.Int64Value.value"
  47. )
  48. // Field numbers for google.protobuf.Int64Value.
  49. const (
  50. Int64Value_Value_field_number protoreflect.FieldNumber = 1
  51. )
  52. // Names for google.protobuf.UInt64Value.
  53. const (
  54. UInt64Value_message_name protoreflect.Name = "UInt64Value"
  55. UInt64Value_message_fullname protoreflect.FullName = "google.protobuf.UInt64Value"
  56. )
  57. // Field names for google.protobuf.UInt64Value.
  58. const (
  59. UInt64Value_Value_field_name protoreflect.Name = "value"
  60. UInt64Value_Value_field_fullname protoreflect.FullName = "google.protobuf.UInt64Value.value"
  61. )
  62. // Field numbers for google.protobuf.UInt64Value.
  63. const (
  64. UInt64Value_Value_field_number protoreflect.FieldNumber = 1
  65. )
  66. // Names for google.protobuf.Int32Value.
  67. const (
  68. Int32Value_message_name protoreflect.Name = "Int32Value"
  69. Int32Value_message_fullname protoreflect.FullName = "google.protobuf.Int32Value"
  70. )
  71. // Field names for google.protobuf.Int32Value.
  72. const (
  73. Int32Value_Value_field_name protoreflect.Name = "value"
  74. Int32Value_Value_field_fullname protoreflect.FullName = "google.protobuf.Int32Value.value"
  75. )
  76. // Field numbers for google.protobuf.Int32Value.
  77. const (
  78. Int32Value_Value_field_number protoreflect.FieldNumber = 1
  79. )
  80. // Names for google.protobuf.UInt32Value.
  81. const (
  82. UInt32Value_message_name protoreflect.Name = "UInt32Value"
  83. UInt32Value_message_fullname protoreflect.FullName = "google.protobuf.UInt32Value"
  84. )
  85. // Field names for google.protobuf.UInt32Value.
  86. const (
  87. UInt32Value_Value_field_name protoreflect.Name = "value"
  88. UInt32Value_Value_field_fullname protoreflect.FullName = "google.protobuf.UInt32Value.value"
  89. )
  90. // Field numbers for google.protobuf.UInt32Value.
  91. const (
  92. UInt32Value_Value_field_number protoreflect.FieldNumber = 1
  93. )
  94. // Names for google.protobuf.BoolValue.
  95. const (
  96. BoolValue_message_name protoreflect.Name = "BoolValue"
  97. BoolValue_message_fullname protoreflect.FullName = "google.protobuf.BoolValue"
  98. )
  99. // Field names for google.protobuf.BoolValue.
  100. const (
  101. BoolValue_Value_field_name protoreflect.Name = "value"
  102. BoolValue_Value_field_fullname protoreflect.FullName = "google.protobuf.BoolValue.value"
  103. )
  104. // Field numbers for google.protobuf.BoolValue.
  105. const (
  106. BoolValue_Value_field_number protoreflect.FieldNumber = 1
  107. )
  108. // Names for google.protobuf.StringValue.
  109. const (
  110. StringValue_message_name protoreflect.Name = "StringValue"
  111. StringValue_message_fullname protoreflect.FullName = "google.protobuf.StringValue"
  112. )
  113. // Field names for google.protobuf.StringValue.
  114. const (
  115. StringValue_Value_field_name protoreflect.Name = "value"
  116. StringValue_Value_field_fullname protoreflect.FullName = "google.protobuf.StringValue.value"
  117. )
  118. // Field numbers for google.protobuf.StringValue.
  119. const (
  120. StringValue_Value_field_number protoreflect.FieldNumber = 1
  121. )
  122. // Names for google.protobuf.BytesValue.
  123. const (
  124. BytesValue_message_name protoreflect.Name = "BytesValue"
  125. BytesValue_message_fullname protoreflect.FullName = "google.protobuf.BytesValue"
  126. )
  127. // Field names for google.protobuf.BytesValue.
  128. const (
  129. BytesValue_Value_field_name protoreflect.Name = "value"
  130. BytesValue_Value_field_fullname protoreflect.FullName = "google.protobuf.BytesValue.value"
  131. )
  132. // Field numbers for google.protobuf.BytesValue.
  133. const (
  134. BytesValue_Value_field_number protoreflect.FieldNumber = 1
  135. )