wrappers_gen.go 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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 fieldnum
  6. // Field numbers for google.protobuf.DoubleValue.
  7. const (
  8. DoubleValue_Value = 1 // optional double
  9. )
  10. // Field numbers for google.protobuf.FloatValue.
  11. const (
  12. FloatValue_Value = 1 // optional float
  13. )
  14. // Field numbers for google.protobuf.Int64Value.
  15. const (
  16. Int64Value_Value = 1 // optional int64
  17. )
  18. // Field numbers for google.protobuf.UInt64Value.
  19. const (
  20. UInt64Value_Value = 1 // optional uint64
  21. )
  22. // Field numbers for google.protobuf.Int32Value.
  23. const (
  24. Int32Value_Value = 1 // optional int32
  25. )
  26. // Field numbers for google.protobuf.UInt32Value.
  27. const (
  28. UInt32Value_Value = 1 // optional uint32
  29. )
  30. // Field numbers for google.protobuf.BoolValue.
  31. const (
  32. BoolValue_Value = 1 // optional bool
  33. )
  34. // Field numbers for google.protobuf.StringValue.
  35. const (
  36. StringValue_Value = 1 // optional string
  37. )
  38. // Field numbers for google.protobuf.BytesValue.
  39. const (
  40. BytesValue_Value = 1 // optional bytes
  41. )