wrappers.pb.go 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. // Code generated by protoc-gen-go.
  2. // source: github.com/golang/protobuf/ptypes/wrappers/wrappers.proto
  3. // DO NOT EDIT!
  4. /*
  5. Package wrappers is a generated protocol buffer package.
  6. It is generated from these files:
  7. github.com/golang/protobuf/ptypes/wrappers/wrappers.proto
  8. It has these top-level messages:
  9. DoubleValue
  10. FloatValue
  11. Int64Value
  12. UInt64Value
  13. Int32Value
  14. UInt32Value
  15. BoolValue
  16. StringValue
  17. BytesValue
  18. */
  19. package wrappers
  20. import proto "github.com/golang/protobuf/proto"
  21. import fmt "fmt"
  22. import math "math"
  23. // Reference imports to suppress errors if they are not otherwise used.
  24. var _ = proto.Marshal
  25. var _ = fmt.Errorf
  26. var _ = math.Inf
  27. // This is a compile-time assertion to ensure that this generated file
  28. // is compatible with the proto package it is being compiled against.
  29. // A compilation error at this line likely means your copy of the
  30. // proto package needs to be updated.
  31. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  32. // Wrapper message for `double`.
  33. //
  34. // The JSON representation for `DoubleValue` is JSON number.
  35. type DoubleValue struct {
  36. // The double value.
  37. Value float64 `protobuf:"fixed64,1,opt,name=value" json:"value,omitempty"`
  38. }
  39. func (m *DoubleValue) Reset() { *m = DoubleValue{} }
  40. func (m *DoubleValue) String() string { return proto.CompactTextString(m) }
  41. func (*DoubleValue) ProtoMessage() {}
  42. func (*DoubleValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
  43. func (*DoubleValue) XXX_WellKnownType() string { return "DoubleValue" }
  44. // Wrapper message for `float`.
  45. //
  46. // The JSON representation for `FloatValue` is JSON number.
  47. type FloatValue struct {
  48. // The float value.
  49. Value float32 `protobuf:"fixed32,1,opt,name=value" json:"value,omitempty"`
  50. }
  51. func (m *FloatValue) Reset() { *m = FloatValue{} }
  52. func (m *FloatValue) String() string { return proto.CompactTextString(m) }
  53. func (*FloatValue) ProtoMessage() {}
  54. func (*FloatValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
  55. func (*FloatValue) XXX_WellKnownType() string { return "FloatValue" }
  56. // Wrapper message for `int64`.
  57. //
  58. // The JSON representation for `Int64Value` is JSON string.
  59. type Int64Value struct {
  60. // The int64 value.
  61. Value int64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  62. }
  63. func (m *Int64Value) Reset() { *m = Int64Value{} }
  64. func (m *Int64Value) String() string { return proto.CompactTextString(m) }
  65. func (*Int64Value) ProtoMessage() {}
  66. func (*Int64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
  67. func (*Int64Value) XXX_WellKnownType() string { return "Int64Value" }
  68. // Wrapper message for `uint64`.
  69. //
  70. // The JSON representation for `UInt64Value` is JSON string.
  71. type UInt64Value struct {
  72. // The uint64 value.
  73. Value uint64 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  74. }
  75. func (m *UInt64Value) Reset() { *m = UInt64Value{} }
  76. func (m *UInt64Value) String() string { return proto.CompactTextString(m) }
  77. func (*UInt64Value) ProtoMessage() {}
  78. func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
  79. func (*UInt64Value) XXX_WellKnownType() string { return "UInt64Value" }
  80. // Wrapper message for `int32`.
  81. //
  82. // The JSON representation for `Int32Value` is JSON number.
  83. type Int32Value struct {
  84. // The int32 value.
  85. Value int32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  86. }
  87. func (m *Int32Value) Reset() { *m = Int32Value{} }
  88. func (m *Int32Value) String() string { return proto.CompactTextString(m) }
  89. func (*Int32Value) ProtoMessage() {}
  90. func (*Int32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
  91. func (*Int32Value) XXX_WellKnownType() string { return "Int32Value" }
  92. // Wrapper message for `uint32`.
  93. //
  94. // The JSON representation for `UInt32Value` is JSON number.
  95. type UInt32Value struct {
  96. // The uint32 value.
  97. Value uint32 `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  98. }
  99. func (m *UInt32Value) Reset() { *m = UInt32Value{} }
  100. func (m *UInt32Value) String() string { return proto.CompactTextString(m) }
  101. func (*UInt32Value) ProtoMessage() {}
  102. func (*UInt32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
  103. func (*UInt32Value) XXX_WellKnownType() string { return "UInt32Value" }
  104. // Wrapper message for `bool`.
  105. //
  106. // The JSON representation for `BoolValue` is JSON `true` and `false`.
  107. type BoolValue struct {
  108. // The bool value.
  109. Value bool `protobuf:"varint,1,opt,name=value" json:"value,omitempty"`
  110. }
  111. func (m *BoolValue) Reset() { *m = BoolValue{} }
  112. func (m *BoolValue) String() string { return proto.CompactTextString(m) }
  113. func (*BoolValue) ProtoMessage() {}
  114. func (*BoolValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
  115. func (*BoolValue) XXX_WellKnownType() string { return "BoolValue" }
  116. // Wrapper message for `string`.
  117. //
  118. // The JSON representation for `StringValue` is JSON string.
  119. type StringValue struct {
  120. // The string value.
  121. Value string `protobuf:"bytes,1,opt,name=value" json:"value,omitempty"`
  122. }
  123. func (m *StringValue) Reset() { *m = StringValue{} }
  124. func (m *StringValue) String() string { return proto.CompactTextString(m) }
  125. func (*StringValue) ProtoMessage() {}
  126. func (*StringValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
  127. func (*StringValue) XXX_WellKnownType() string { return "StringValue" }
  128. // Wrapper message for `bytes`.
  129. //
  130. // The JSON representation for `BytesValue` is JSON string.
  131. type BytesValue struct {
  132. // The bytes value.
  133. Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
  134. }
  135. func (m *BytesValue) Reset() { *m = BytesValue{} }
  136. func (m *BytesValue) String() string { return proto.CompactTextString(m) }
  137. func (*BytesValue) ProtoMessage() {}
  138. func (*BytesValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
  139. func (*BytesValue) XXX_WellKnownType() string { return "BytesValue" }
  140. func init() {
  141. proto.RegisterType((*DoubleValue)(nil), "google.protobuf.DoubleValue")
  142. proto.RegisterType((*FloatValue)(nil), "google.protobuf.FloatValue")
  143. proto.RegisterType((*Int64Value)(nil), "google.protobuf.Int64Value")
  144. proto.RegisterType((*UInt64Value)(nil), "google.protobuf.UInt64Value")
  145. proto.RegisterType((*Int32Value)(nil), "google.protobuf.Int32Value")
  146. proto.RegisterType((*UInt32Value)(nil), "google.protobuf.UInt32Value")
  147. proto.RegisterType((*BoolValue)(nil), "google.protobuf.BoolValue")
  148. proto.RegisterType((*StringValue)(nil), "google.protobuf.StringValue")
  149. proto.RegisterType((*BytesValue)(nil), "google.protobuf.BytesValue")
  150. }
  151. func init() {
  152. proto.RegisterFile("github.com/golang/protobuf/ptypes/wrappers/wrappers.proto", fileDescriptor0)
  153. }
  154. var fileDescriptor0 = []byte{
  155. // 260 bytes of a gzipped FileDescriptorProto
  156. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x02, 0xff, 0xe2, 0xb2, 0x4c, 0xcf, 0x2c, 0xc9,
  157. 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xcf, 0xcf, 0x49, 0xcc, 0x4b, 0xd7, 0x2f, 0x28,
  158. 0xca, 0x2f, 0xc9, 0x4f, 0x2a, 0x4d, 0xd3, 0x2f, 0x28, 0xa9, 0x2c, 0x48, 0x2d, 0xd6, 0x2f, 0x2f,
  159. 0x4a, 0x2c, 0x28, 0x48, 0x2d, 0x42, 0x30, 0xf4, 0xc0, 0x2a, 0x84, 0xf8, 0xd3, 0xf3, 0xf3, 0xd3,
  160. 0x73, 0x52, 0xf5, 0x60, 0xea, 0x95, 0x94, 0xb9, 0xb8, 0x5d, 0xf2, 0x4b, 0x93, 0x72, 0x52, 0xc3,
  161. 0x12, 0x73, 0x4a, 0x53, 0x85, 0x44, 0xb8, 0x58, 0xcb, 0x40, 0x0c, 0x09, 0x46, 0x05, 0x46, 0x0d,
  162. 0xc6, 0x20, 0x08, 0x47, 0x49, 0x89, 0x8b, 0xcb, 0x2d, 0x27, 0x3f, 0xb1, 0x04, 0x8b, 0x1a, 0x26,
  163. 0x24, 0x35, 0x9e, 0x79, 0x25, 0x66, 0x26, 0x58, 0xd4, 0x30, 0xc3, 0xd4, 0x28, 0x73, 0x71, 0x87,
  164. 0xe2, 0x52, 0xc4, 0x82, 0x6a, 0x90, 0xb1, 0x11, 0x16, 0x35, 0xac, 0x68, 0x06, 0x61, 0x55, 0xc4,
  165. 0x0b, 0x53, 0xa4, 0xc8, 0xc5, 0xe9, 0x94, 0x9f, 0x9f, 0x83, 0x45, 0x09, 0x07, 0x92, 0x39, 0xc1,
  166. 0x25, 0x45, 0x99, 0x79, 0xe9, 0x58, 0x14, 0x71, 0x22, 0x39, 0xc8, 0xa9, 0xb2, 0x24, 0xb5, 0x18,
  167. 0x8b, 0x1a, 0x1e, 0xa8, 0x1a, 0xa7, 0x7a, 0x2e, 0xe1, 0xe4, 0xfc, 0x5c, 0x3d, 0xb4, 0xd0, 0x75,
  168. 0xe2, 0x0d, 0x87, 0x06, 0x7f, 0x00, 0x48, 0x24, 0x80, 0x31, 0x4a, 0x8b, 0xf8, 0xa8, 0x5b, 0xc0,
  169. 0xc8, 0xf8, 0x83, 0x91, 0x71, 0x11, 0x13, 0xb3, 0x7b, 0x80, 0xd3, 0x2a, 0x26, 0x39, 0x77, 0x88,
  170. 0xd1, 0x01, 0x50, 0xd5, 0x7a, 0xe1, 0xa9, 0x39, 0x39, 0xde, 0x79, 0xf9, 0xe5, 0x79, 0x21, 0x20,
  171. 0x5d, 0x49, 0x6c, 0x60, 0x63, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xa9, 0xdf, 0x64, 0x4b,
  172. 0x1c, 0x02, 0x00, 0x00,
  173. }