failure_list_php.txt 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611
  1. Recommended.FieldMaskNumbersDontRoundTrip.JsonOutput
  2. Recommended.FieldMaskPathsDontRoundTrip.JsonOutput
  3. Recommended.FieldMaskTooManyUnderscore.JsonOutput
  4. Recommended.JsonInput.BoolFieldAllCapitalFalse
  5. Recommended.JsonInput.BoolFieldAllCapitalTrue
  6. Recommended.JsonInput.BoolFieldCamelCaseFalse
  7. Recommended.JsonInput.BoolFieldCamelCaseTrue
  8. Recommended.JsonInput.BoolFieldDoubleQuotedFalse
  9. Recommended.JsonInput.BoolFieldDoubleQuotedTrue
  10. Recommended.JsonInput.BoolFieldIntegerOne
  11. Recommended.JsonInput.BoolFieldIntegerZero
  12. Recommended.JsonInput.BoolMapFieldKeyNotQuoted
  13. Recommended.JsonInput.DoubleFieldInfinityNotQuoted
  14. Recommended.JsonInput.DoubleFieldNanNotQuoted
  15. Recommended.JsonInput.DoubleFieldNegativeInfinityNotQuoted
  16. Recommended.JsonInput.DurationHas3FractionalDigits.Validator
  17. Recommended.JsonInput.DurationHas6FractionalDigits.Validator
  18. Recommended.JsonInput.DurationHas9FractionalDigits.Validator
  19. Recommended.JsonInput.DurationHasZeroFractionalDigit.Validator
  20. Recommended.JsonInput.FieldMaskInvalidCharacter
  21. Recommended.JsonInput.FieldNameDuplicate
  22. Recommended.JsonInput.FieldNameDuplicateDifferentCasing1
  23. Recommended.JsonInput.FieldNameDuplicateDifferentCasing2
  24. Recommended.JsonInput.FieldNameNotQuoted
  25. Recommended.JsonInput.FieldNameWithDoubleUnderscores.JsonOutput
  26. Recommended.JsonInput.FieldNameWithDoubleUnderscores.ProtobufOutput
  27. Recommended.JsonInput.FieldNameWithDoubleUnderscores.Validator
  28. Recommended.JsonInput.FloatFieldInfinityNotQuoted
  29. Recommended.JsonInput.FloatFieldNanNotQuoted
  30. Recommended.JsonInput.FloatFieldNegativeInfinityNotQuoted
  31. Recommended.JsonInput.Int32MapFieldKeyNotQuoted
  32. Recommended.JsonInput.Int64FieldBeString.Validator
  33. Recommended.JsonInput.Int64MapFieldKeyNotQuoted
  34. Recommended.JsonInput.JsonWithComments
  35. Recommended.JsonInput.MapFieldKeyIsNull
  36. Recommended.JsonInput.MapFieldValueIsNull
  37. Recommended.JsonInput.MissingCommaMultiline
  38. Recommended.JsonInput.MissingCommaOneLine
  39. Recommended.JsonInput.MultilineNoSpaces.JsonOutput
  40. Recommended.JsonInput.MultilineNoSpaces.ProtobufOutput
  41. Recommended.JsonInput.MultilineWithSpaces.JsonOutput
  42. Recommended.JsonInput.MultilineWithSpaces.ProtobufOutput
  43. Recommended.JsonInput.OneLineNoSpaces.JsonOutput
  44. Recommended.JsonInput.OneLineNoSpaces.ProtobufOutput
  45. Recommended.JsonInput.OneLineWithSpaces.JsonOutput
  46. Recommended.JsonInput.OneLineWithSpaces.ProtobufOutput
  47. Recommended.JsonInput.OneofZeroBool.JsonOutput
  48. Recommended.JsonInput.OneofZeroBool.ProtobufOutput
  49. Recommended.JsonInput.OneofZeroBytes.JsonOutput
  50. Recommended.JsonInput.OneofZeroBytes.ProtobufOutput
  51. Recommended.JsonInput.OneofZeroDouble.JsonOutput
  52. Recommended.JsonInput.OneofZeroDouble.ProtobufOutput
  53. Recommended.JsonInput.OneofZeroEnum.JsonOutput
  54. Recommended.JsonInput.OneofZeroEnum.ProtobufOutput
  55. Recommended.JsonInput.OneofZeroFloat.JsonOutput
  56. Recommended.JsonInput.OneofZeroFloat.ProtobufOutput
  57. Recommended.JsonInput.OneofZeroMessage.JsonOutput
  58. Recommended.JsonInput.OneofZeroMessage.ProtobufOutput
  59. Recommended.JsonInput.OneofZeroString.JsonOutput
  60. Recommended.JsonInput.OneofZeroString.ProtobufOutput
  61. Recommended.JsonInput.OneofZeroUint32.JsonOutput
  62. Recommended.JsonInput.OneofZeroUint32.ProtobufOutput
  63. Recommended.JsonInput.OneofZeroUint64.JsonOutput
  64. Recommended.JsonInput.OneofZeroUint64.ProtobufOutput
  65. Recommended.JsonInput.RepeatedFieldMessageElementIsNull
  66. Recommended.JsonInput.RepeatedFieldPrimitiveElementIsNull
  67. Recommended.JsonInput.RepeatedFieldTrailingComma
  68. Recommended.JsonInput.RepeatedFieldTrailingCommaWithNewlines
  69. Recommended.JsonInput.RepeatedFieldTrailingCommaWithSpace
  70. Recommended.JsonInput.RepeatedFieldTrailingCommaWithSpaceCommaSpace
  71. Recommended.JsonInput.StringEndsWithEscapeChar
  72. Recommended.JsonInput.StringFieldInvalidEscape
  73. Recommended.JsonInput.StringFieldSingleQuoteBoth
  74. Recommended.JsonInput.StringFieldSingleQuoteKey
  75. Recommended.JsonInput.StringFieldSingleQuoteValue
  76. Recommended.JsonInput.StringFieldSurrogateInWrongOrder
  77. Recommended.JsonInput.StringFieldUnpairedHighSurrogate
  78. Recommended.JsonInput.StringFieldUnpairedLowSurrogate
  79. Recommended.JsonInput.StringFieldUnterminatedEscape
  80. Recommended.JsonInput.StringFieldUppercaseEscapeLetter
  81. Recommended.JsonInput.TimestampHas3FractionalDigits.Validator
  82. Recommended.JsonInput.TimestampHas6FractionalDigits.Validator
  83. Recommended.JsonInput.TimestampHas9FractionalDigits.Validator
  84. Recommended.JsonInput.TimestampHasZeroFractionalDigit.Validator
  85. Recommended.JsonInput.TimestampZeroNormalized.Validator
  86. Recommended.JsonInput.TrailingCommaInAnObject
  87. Recommended.JsonInput.TrailingCommaInAnObjectWithNewlines
  88. Recommended.JsonInput.TrailingCommaInAnObjectWithSpace
  89. Recommended.JsonInput.TrailingCommaInAnObjectWithSpaceCommaSpace
  90. Recommended.JsonInput.Uint32MapFieldKeyNotQuoted
  91. Recommended.JsonInput.Uint64FieldBeString.Validator
  92. Recommended.JsonInput.Uint64MapFieldKeyNotQuoted
  93. Recommended.ProtobufInput.OneofZeroBool.JsonOutput
  94. Recommended.ProtobufInput.OneofZeroBool.ProtobufOutput
  95. Recommended.ProtobufInput.OneofZeroBytes.JsonOutput
  96. Recommended.ProtobufInput.OneofZeroBytes.ProtobufOutput
  97. Recommended.ProtobufInput.OneofZeroDouble.JsonOutput
  98. Recommended.ProtobufInput.OneofZeroDouble.ProtobufOutput
  99. Recommended.ProtobufInput.OneofZeroEnum.JsonOutput
  100. Recommended.ProtobufInput.OneofZeroEnum.ProtobufOutput
  101. Recommended.ProtobufInput.OneofZeroFloat.JsonOutput
  102. Recommended.ProtobufInput.OneofZeroFloat.ProtobufOutput
  103. Recommended.ProtobufInput.OneofZeroMessage.JsonOutput
  104. Recommended.ProtobufInput.OneofZeroMessage.ProtobufOutput
  105. Recommended.ProtobufInput.OneofZeroString.JsonOutput
  106. Recommended.ProtobufInput.OneofZeroString.ProtobufOutput
  107. Recommended.ProtobufInput.OneofZeroUint32.JsonOutput
  108. Recommended.ProtobufInput.OneofZeroUint32.ProtobufOutput
  109. Recommended.ProtobufInput.OneofZeroUint64.JsonOutput
  110. Recommended.ProtobufInput.OneofZeroUint64.ProtobufOutput
  111. Required.DurationProtoInputTooLarge.JsonOutput
  112. Required.DurationProtoInputTooSmall.JsonOutput
  113. Required.JsonInput.AllFieldAcceptNull.JsonOutput
  114. Required.JsonInput.AllFieldAcceptNull.ProtobufOutput
  115. Required.JsonInput.Any.JsonOutput
  116. Required.JsonInput.Any.ProtobufOutput
  117. Required.JsonInput.AnyNested.JsonOutput
  118. Required.JsonInput.AnyNested.ProtobufOutput
  119. Required.JsonInput.AnyUnorderedTypeTag.JsonOutput
  120. Required.JsonInput.AnyUnorderedTypeTag.ProtobufOutput
  121. Required.JsonInput.AnyWithDuration.JsonOutput
  122. Required.JsonInput.AnyWithDuration.ProtobufOutput
  123. Required.JsonInput.AnyWithFieldMask.JsonOutput
  124. Required.JsonInput.AnyWithFieldMask.ProtobufOutput
  125. Required.JsonInput.AnyWithInt32ValueWrapper.JsonOutput
  126. Required.JsonInput.AnyWithInt32ValueWrapper.ProtobufOutput
  127. Required.JsonInput.AnyWithStruct.JsonOutput
  128. Required.JsonInput.AnyWithStruct.ProtobufOutput
  129. Required.JsonInput.AnyWithTimestamp.JsonOutput
  130. Required.JsonInput.AnyWithTimestamp.ProtobufOutput
  131. Required.JsonInput.AnyWithValueForInteger.JsonOutput
  132. Required.JsonInput.AnyWithValueForInteger.ProtobufOutput
  133. Required.JsonInput.AnyWithValueForJsonObject.JsonOutput
  134. Required.JsonInput.AnyWithValueForJsonObject.ProtobufOutput
  135. Required.JsonInput.BoolFieldFalse.JsonOutput
  136. Required.JsonInput.BoolFieldFalse.ProtobufOutput
  137. Required.JsonInput.BoolFieldTrue.JsonOutput
  138. Required.JsonInput.BoolFieldTrue.ProtobufOutput
  139. Required.JsonInput.BoolMapEscapedKey.JsonOutput
  140. Required.JsonInput.BoolMapEscapedKey.ProtobufOutput
  141. Required.JsonInput.BoolMapField.JsonOutput
  142. Required.JsonInput.BoolMapField.ProtobufOutput
  143. Required.JsonInput.BytesField.JsonOutput
  144. Required.JsonInput.BytesField.ProtobufOutput
  145. Required.JsonInput.BytesFieldInvalidBase64Characters
  146. Required.JsonInput.BytesRepeatedField.JsonOutput
  147. Required.JsonInput.BytesRepeatedField.ProtobufOutput
  148. Required.JsonInput.DoubleFieldInfinity.JsonOutput
  149. Required.JsonInput.DoubleFieldInfinity.ProtobufOutput
  150. Required.JsonInput.DoubleFieldMaxNegativeValue.JsonOutput
  151. Required.JsonInput.DoubleFieldMaxNegativeValue.ProtobufOutput
  152. Required.JsonInput.DoubleFieldMaxPositiveValue.JsonOutput
  153. Required.JsonInput.DoubleFieldMaxPositiveValue.ProtobufOutput
  154. Required.JsonInput.DoubleFieldMinNegativeValue.JsonOutput
  155. Required.JsonInput.DoubleFieldMinNegativeValue.ProtobufOutput
  156. Required.JsonInput.DoubleFieldMinPositiveValue.JsonOutput
  157. Required.JsonInput.DoubleFieldMinPositiveValue.ProtobufOutput
  158. Required.JsonInput.DoubleFieldNan.JsonOutput
  159. Required.JsonInput.DoubleFieldNan.ProtobufOutput
  160. Required.JsonInput.DoubleFieldNegativeInfinity.JsonOutput
  161. Required.JsonInput.DoubleFieldNegativeInfinity.ProtobufOutput
  162. Required.JsonInput.DoubleFieldQuotedValue.JsonOutput
  163. Required.JsonInput.DoubleFieldQuotedValue.ProtobufOutput
  164. Required.JsonInput.DoubleFieldTooLarge
  165. Required.JsonInput.DoubleFieldTooSmall
  166. Required.JsonInput.DurationJsonInputTooLarge
  167. Required.JsonInput.DurationJsonInputTooSmall
  168. Required.JsonInput.DurationMaxValue.JsonOutput
  169. Required.JsonInput.DurationMaxValue.ProtobufOutput
  170. Required.JsonInput.DurationMinValue.JsonOutput
  171. Required.JsonInput.DurationMinValue.ProtobufOutput
  172. Required.JsonInput.DurationMissingS
  173. Required.JsonInput.DurationRepeatedValue.JsonOutput
  174. Required.JsonInput.DurationRepeatedValue.ProtobufOutput
  175. Required.JsonInput.EnumField.JsonOutput
  176. Required.JsonInput.EnumField.ProtobufOutput
  177. Required.JsonInput.EnumFieldNotQuoted
  178. Required.JsonInput.EnumFieldNumericValueNonZero.JsonOutput
  179. Required.JsonInput.EnumFieldNumericValueNonZero.ProtobufOutput
  180. Required.JsonInput.EnumFieldNumericValueZero.JsonOutput
  181. Required.JsonInput.EnumFieldNumericValueZero.ProtobufOutput
  182. Required.JsonInput.EnumFieldUnknownValue.Validator
  183. Required.JsonInput.EnumRepeatedField.JsonOutput
  184. Required.JsonInput.EnumRepeatedField.ProtobufOutput
  185. Required.JsonInput.FieldMask.JsonOutput
  186. Required.JsonInput.FieldMask.ProtobufOutput
  187. Required.JsonInput.FieldNameEscaped.JsonOutput
  188. Required.JsonInput.FieldNameEscaped.ProtobufOutput
  189. Required.JsonInput.FieldNameInLowerCamelCase.Validator
  190. Required.JsonInput.FieldNameInSnakeCase.JsonOutput
  191. Required.JsonInput.FieldNameInSnakeCase.ProtobufOutput
  192. Required.JsonInput.FieldNameWithMixedCases.JsonOutput
  193. Required.JsonInput.FieldNameWithMixedCases.ProtobufOutput
  194. Required.JsonInput.FieldNameWithMixedCases.Validator
  195. Required.JsonInput.FieldNameWithNumbers.JsonOutput
  196. Required.JsonInput.FieldNameWithNumbers.ProtobufOutput
  197. Required.JsonInput.FieldNameWithNumbers.Validator
  198. Required.JsonInput.FloatFieldInfinity.JsonOutput
  199. Required.JsonInput.FloatFieldInfinity.ProtobufOutput
  200. Required.JsonInput.FloatFieldMaxNegativeValue.JsonOutput
  201. Required.JsonInput.FloatFieldMaxNegativeValue.ProtobufOutput
  202. Required.JsonInput.FloatFieldMaxPositiveValue.JsonOutput
  203. Required.JsonInput.FloatFieldMaxPositiveValue.ProtobufOutput
  204. Required.JsonInput.FloatFieldMinNegativeValue.JsonOutput
  205. Required.JsonInput.FloatFieldMinNegativeValue.ProtobufOutput
  206. Required.JsonInput.FloatFieldMinPositiveValue.JsonOutput
  207. Required.JsonInput.FloatFieldMinPositiveValue.ProtobufOutput
  208. Required.JsonInput.FloatFieldNan.JsonOutput
  209. Required.JsonInput.FloatFieldNan.ProtobufOutput
  210. Required.JsonInput.FloatFieldNegativeInfinity.JsonOutput
  211. Required.JsonInput.FloatFieldNegativeInfinity.ProtobufOutput
  212. Required.JsonInput.FloatFieldQuotedValue.JsonOutput
  213. Required.JsonInput.FloatFieldQuotedValue.ProtobufOutput
  214. Required.JsonInput.FloatFieldTooLarge
  215. Required.JsonInput.FloatFieldTooSmall
  216. Required.JsonInput.HelloWorld.JsonOutput
  217. Required.JsonInput.HelloWorld.ProtobufOutput
  218. Required.JsonInput.Int32FieldExponentialFormat.JsonOutput
  219. Required.JsonInput.Int32FieldExponentialFormat.ProtobufOutput
  220. Required.JsonInput.Int32FieldFloatTrailingZero.JsonOutput
  221. Required.JsonInput.Int32FieldFloatTrailingZero.ProtobufOutput
  222. Required.JsonInput.Int32FieldLeadingSpace
  223. Required.JsonInput.Int32FieldLeadingZero
  224. Required.JsonInput.Int32FieldMaxFloatValue.JsonOutput
  225. Required.JsonInput.Int32FieldMaxFloatValue.ProtobufOutput
  226. Required.JsonInput.Int32FieldMaxValue.JsonOutput
  227. Required.JsonInput.Int32FieldMaxValue.ProtobufOutput
  228. Required.JsonInput.Int32FieldMinFloatValue.JsonOutput
  229. Required.JsonInput.Int32FieldMinFloatValue.ProtobufOutput
  230. Required.JsonInput.Int32FieldMinValue.JsonOutput
  231. Required.JsonInput.Int32FieldMinValue.ProtobufOutput
  232. Required.JsonInput.Int32FieldNegativeWithLeadingZero
  233. Required.JsonInput.Int32FieldNotInteger
  234. Required.JsonInput.Int32FieldNotNumber
  235. Required.JsonInput.Int32FieldPlusSign
  236. Required.JsonInput.Int32FieldStringValue.JsonOutput
  237. Required.JsonInput.Int32FieldStringValue.ProtobufOutput
  238. Required.JsonInput.Int32FieldStringValueEscaped.JsonOutput
  239. Required.JsonInput.Int32FieldStringValueEscaped.ProtobufOutput
  240. Required.JsonInput.Int32FieldTooLarge
  241. Required.JsonInput.Int32FieldTooSmall
  242. Required.JsonInput.Int32FieldTrailingSpace
  243. Required.JsonInput.Int32MapEscapedKey.JsonOutput
  244. Required.JsonInput.Int32MapEscapedKey.ProtobufOutput
  245. Required.JsonInput.Int32MapField.JsonOutput
  246. Required.JsonInput.Int32MapField.ProtobufOutput
  247. Required.JsonInput.Int64FieldMaxValue.JsonOutput
  248. Required.JsonInput.Int64FieldMaxValue.ProtobufOutput
  249. Required.JsonInput.Int64FieldMaxValueNotQuoted.JsonOutput
  250. Required.JsonInput.Int64FieldMaxValueNotQuoted.ProtobufOutput
  251. Required.JsonInput.Int64FieldMinValue.JsonOutput
  252. Required.JsonInput.Int64FieldMinValue.ProtobufOutput
  253. Required.JsonInput.Int64FieldMinValueNotQuoted.JsonOutput
  254. Required.JsonInput.Int64FieldMinValueNotQuoted.ProtobufOutput
  255. Required.JsonInput.Int64FieldNotInteger
  256. Required.JsonInput.Int64FieldNotNumber
  257. Required.JsonInput.Int64FieldTooLarge
  258. Required.JsonInput.Int64FieldTooSmall
  259. Required.JsonInput.Int64MapEscapedKey.JsonOutput
  260. Required.JsonInput.Int64MapEscapedKey.ProtobufOutput
  261. Required.JsonInput.Int64MapField.JsonOutput
  262. Required.JsonInput.Int64MapField.ProtobufOutput
  263. Required.JsonInput.MessageField.JsonOutput
  264. Required.JsonInput.MessageField.ProtobufOutput
  265. Required.JsonInput.MessageMapField.JsonOutput
  266. Required.JsonInput.MessageMapField.ProtobufOutput
  267. Required.JsonInput.MessageRepeatedField.JsonOutput
  268. Required.JsonInput.MessageRepeatedField.ProtobufOutput
  269. Required.JsonInput.OneofFieldDuplicate
  270. Required.JsonInput.OptionalBoolWrapper.JsonOutput
  271. Required.JsonInput.OptionalBoolWrapper.ProtobufOutput
  272. Required.JsonInput.OptionalBytesWrapper.JsonOutput
  273. Required.JsonInput.OptionalBytesWrapper.ProtobufOutput
  274. Required.JsonInput.OptionalDoubleWrapper.JsonOutput
  275. Required.JsonInput.OptionalDoubleWrapper.ProtobufOutput
  276. Required.JsonInput.OptionalFloatWrapper.JsonOutput
  277. Required.JsonInput.OptionalFloatWrapper.ProtobufOutput
  278. Required.JsonInput.OptionalInt32Wrapper.JsonOutput
  279. Required.JsonInput.OptionalInt32Wrapper.ProtobufOutput
  280. Required.JsonInput.OptionalInt64Wrapper.JsonOutput
  281. Required.JsonInput.OptionalInt64Wrapper.ProtobufOutput
  282. Required.JsonInput.OptionalStringWrapper.JsonOutput
  283. Required.JsonInput.OptionalStringWrapper.ProtobufOutput
  284. Required.JsonInput.OptionalUint32Wrapper.JsonOutput
  285. Required.JsonInput.OptionalUint32Wrapper.ProtobufOutput
  286. Required.JsonInput.OptionalUint64Wrapper.JsonOutput
  287. Required.JsonInput.OptionalUint64Wrapper.ProtobufOutput
  288. Required.JsonInput.OptionalWrapperTypesWithNonDefaultValue.JsonOutput
  289. Required.JsonInput.OptionalWrapperTypesWithNonDefaultValue.ProtobufOutput
  290. Required.JsonInput.OriginalProtoFieldName.JsonOutput
  291. Required.JsonInput.OriginalProtoFieldName.ProtobufOutput
  292. Required.JsonInput.PrimitiveRepeatedField.JsonOutput
  293. Required.JsonInput.PrimitiveRepeatedField.ProtobufOutput
  294. Required.JsonInput.RepeatedBoolWrapper.JsonOutput
  295. Required.JsonInput.RepeatedBoolWrapper.ProtobufOutput
  296. Required.JsonInput.RepeatedBytesWrapper.JsonOutput
  297. Required.JsonInput.RepeatedBytesWrapper.ProtobufOutput
  298. Required.JsonInput.RepeatedDoubleWrapper.JsonOutput
  299. Required.JsonInput.RepeatedDoubleWrapper.ProtobufOutput
  300. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotBool
  301. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotMessage
  302. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingIntegersGotString
  303. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingMessagesGotBool
  304. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingMessagesGotInt
  305. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingMessagesGotString
  306. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotBool
  307. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotInt
  308. Required.JsonInput.RepeatedFieldWrongElementTypeExpectingStringsGotMessage
  309. Required.JsonInput.RepeatedFloatWrapper.JsonOutput
  310. Required.JsonInput.RepeatedFloatWrapper.ProtobufOutput
  311. Required.JsonInput.RepeatedInt32Wrapper.JsonOutput
  312. Required.JsonInput.RepeatedInt32Wrapper.ProtobufOutput
  313. Required.JsonInput.RepeatedInt64Wrapper.JsonOutput
  314. Required.JsonInput.RepeatedInt64Wrapper.ProtobufOutput
  315. Required.JsonInput.RepeatedStringWrapper.JsonOutput
  316. Required.JsonInput.RepeatedStringWrapper.ProtobufOutput
  317. Required.JsonInput.RepeatedUint32Wrapper.JsonOutput
  318. Required.JsonInput.RepeatedUint32Wrapper.ProtobufOutput
  319. Required.JsonInput.RepeatedUint64Wrapper.JsonOutput
  320. Required.JsonInput.RepeatedUint64Wrapper.ProtobufOutput
  321. Required.JsonInput.StringField.JsonOutput
  322. Required.JsonInput.StringField.ProtobufOutput
  323. Required.JsonInput.StringFieldEscape.JsonOutput
  324. Required.JsonInput.StringFieldEscape.ProtobufOutput
  325. Required.JsonInput.StringFieldNotAString
  326. Required.JsonInput.StringFieldSurrogatePair.JsonOutput
  327. Required.JsonInput.StringFieldSurrogatePair.ProtobufOutput
  328. Required.JsonInput.StringFieldUnicode.JsonOutput
  329. Required.JsonInput.StringFieldUnicode.ProtobufOutput
  330. Required.JsonInput.StringFieldUnicodeEscape.JsonOutput
  331. Required.JsonInput.StringFieldUnicodeEscape.ProtobufOutput
  332. Required.JsonInput.StringFieldUnicodeEscapeWithLowercaseHexLetters.JsonOutput
  333. Required.JsonInput.StringFieldUnicodeEscapeWithLowercaseHexLetters.ProtobufOutput
  334. Required.JsonInput.StringRepeatedField.JsonOutput
  335. Required.JsonInput.StringRepeatedField.ProtobufOutput
  336. Required.JsonInput.Struct.JsonOutput
  337. Required.JsonInput.Struct.ProtobufOutput
  338. Required.JsonInput.TimestampJsonInputLowercaseT
  339. Required.JsonInput.TimestampJsonInputLowercaseZ
  340. Required.JsonInput.TimestampJsonInputMissingT
  341. Required.JsonInput.TimestampJsonInputMissingZ
  342. Required.JsonInput.TimestampJsonInputTooLarge
  343. Required.JsonInput.TimestampJsonInputTooSmall
  344. Required.JsonInput.TimestampMaxValue.JsonOutput
  345. Required.JsonInput.TimestampMaxValue.ProtobufOutput
  346. Required.JsonInput.TimestampMinValue.JsonOutput
  347. Required.JsonInput.TimestampMinValue.ProtobufOutput
  348. Required.JsonInput.TimestampRepeatedValue.JsonOutput
  349. Required.JsonInput.TimestampRepeatedValue.ProtobufOutput
  350. Required.JsonInput.TimestampWithNegativeOffset.JsonOutput
  351. Required.JsonInput.TimestampWithNegativeOffset.ProtobufOutput
  352. Required.JsonInput.TimestampWithPositiveOffset.JsonOutput
  353. Required.JsonInput.TimestampWithPositiveOffset.ProtobufOutput
  354. Required.JsonInput.Uint32FieldMaxFloatValue.JsonOutput
  355. Required.JsonInput.Uint32FieldMaxFloatValue.ProtobufOutput
  356. Required.JsonInput.Uint32FieldMaxValue.JsonOutput
  357. Required.JsonInput.Uint32FieldMaxValue.ProtobufOutput
  358. Required.JsonInput.Uint32FieldNotInteger
  359. Required.JsonInput.Uint32FieldNotNumber
  360. Required.JsonInput.Uint32FieldTooLarge
  361. Required.JsonInput.Uint32MapField.JsonOutput
  362. Required.JsonInput.Uint32MapField.ProtobufOutput
  363. Required.JsonInput.Uint64FieldMaxValue.JsonOutput
  364. Required.JsonInput.Uint64FieldMaxValue.ProtobufOutput
  365. Required.JsonInput.Uint64FieldMaxValueNotQuoted.JsonOutput
  366. Required.JsonInput.Uint64FieldMaxValueNotQuoted.ProtobufOutput
  367. Required.JsonInput.Uint64FieldNotInteger
  368. Required.JsonInput.Uint64FieldNotNumber
  369. Required.JsonInput.Uint64FieldTooLarge
  370. Required.JsonInput.Uint64MapField.JsonOutput
  371. Required.JsonInput.Uint64MapField.ProtobufOutput
  372. Required.JsonInput.ValueAcceptBool.JsonOutput
  373. Required.JsonInput.ValueAcceptBool.ProtobufOutput
  374. Required.JsonInput.ValueAcceptFloat.JsonOutput
  375. Required.JsonInput.ValueAcceptFloat.ProtobufOutput
  376. Required.JsonInput.ValueAcceptInteger.JsonOutput
  377. Required.JsonInput.ValueAcceptInteger.ProtobufOutput
  378. Required.JsonInput.ValueAcceptList.JsonOutput
  379. Required.JsonInput.ValueAcceptList.ProtobufOutput
  380. Required.JsonInput.ValueAcceptNull.JsonOutput
  381. Required.JsonInput.ValueAcceptNull.ProtobufOutput
  382. Required.JsonInput.ValueAcceptObject.JsonOutput
  383. Required.JsonInput.ValueAcceptObject.ProtobufOutput
  384. Required.JsonInput.ValueAcceptString.JsonOutput
  385. Required.JsonInput.ValueAcceptString.ProtobufOutput
  386. Required.JsonInput.WrapperTypesWithNullValue.JsonOutput
  387. Required.JsonInput.WrapperTypesWithNullValue.ProtobufOutput
  388. Required.ProtobufInput.DoubleFieldNormalizeQuietNan.JsonOutput
  389. Required.ProtobufInput.DoubleFieldNormalizeSignalingNan.JsonOutput
  390. Required.ProtobufInput.FloatFieldNormalizeQuietNan.JsonOutput
  391. Required.ProtobufInput.FloatFieldNormalizeSignalingNan.JsonOutput
  392. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.BOOL
  393. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.BYTES
  394. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.DOUBLE
  395. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.ENUM
  396. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.FIXED32
  397. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.FIXED64
  398. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.FLOAT
  399. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.INT32
  400. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.INT64
  401. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.MESSAGE
  402. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.SFIXED32
  403. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.SFIXED64
  404. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.SINT32
  405. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.SINT64
  406. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.STRING
  407. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.UINT32
  408. Required.ProtobufInput.PrematureEofBeforeKnownNonRepeatedValue.UINT64
  409. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.BOOL
  410. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.BYTES
  411. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.DOUBLE
  412. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.ENUM
  413. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.FIXED32
  414. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.FIXED64
  415. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.FLOAT
  416. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.INT32
  417. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.INT64
  418. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.MESSAGE
  419. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.SFIXED32
  420. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.SFIXED64
  421. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.SINT32
  422. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.SINT64
  423. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.STRING
  424. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.UINT32
  425. Required.ProtobufInput.PrematureEofBeforeKnownRepeatedValue.UINT64
  426. Required.ProtobufInput.PrematureEofBeforeUnknownValue.BOOL
  427. Required.ProtobufInput.PrematureEofBeforeUnknownValue.BYTES
  428. Required.ProtobufInput.PrematureEofBeforeUnknownValue.DOUBLE
  429. Required.ProtobufInput.PrematureEofBeforeUnknownValue.ENUM
  430. Required.ProtobufInput.PrematureEofBeforeUnknownValue.FIXED32
  431. Required.ProtobufInput.PrematureEofBeforeUnknownValue.FIXED64
  432. Required.ProtobufInput.PrematureEofBeforeUnknownValue.FLOAT
  433. Required.ProtobufInput.PrematureEofBeforeUnknownValue.INT32
  434. Required.ProtobufInput.PrematureEofBeforeUnknownValue.INT64
  435. Required.ProtobufInput.PrematureEofBeforeUnknownValue.MESSAGE
  436. Required.ProtobufInput.PrematureEofBeforeUnknownValue.SFIXED32
  437. Required.ProtobufInput.PrematureEofBeforeUnknownValue.SFIXED64
  438. Required.ProtobufInput.PrematureEofBeforeUnknownValue.SINT32
  439. Required.ProtobufInput.PrematureEofBeforeUnknownValue.SINT64
  440. Required.ProtobufInput.PrematureEofBeforeUnknownValue.STRING
  441. Required.ProtobufInput.PrematureEofBeforeUnknownValue.UINT32
  442. Required.ProtobufInput.PrematureEofBeforeUnknownValue.UINT64
  443. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.BYTES
  444. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.MESSAGE
  445. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownNonRepeatedValue.STRING
  446. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.BYTES
  447. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.MESSAGE
  448. Required.ProtobufInput.PrematureEofInDelimitedDataForKnownRepeatedValue.STRING
  449. Required.ProtobufInput.PrematureEofInDelimitedDataForUnknownValue.BYTES
  450. Required.ProtobufInput.PrematureEofInDelimitedDataForUnknownValue.MESSAGE
  451. Required.ProtobufInput.PrematureEofInDelimitedDataForUnknownValue.STRING
  452. Required.ProtobufInput.PrematureEofInPackedField.BOOL
  453. Required.ProtobufInput.PrematureEofInPackedField.DOUBLE
  454. Required.ProtobufInput.PrematureEofInPackedField.ENUM
  455. Required.ProtobufInput.PrematureEofInPackedField.FIXED32
  456. Required.ProtobufInput.PrematureEofInPackedField.FIXED64
  457. Required.ProtobufInput.PrematureEofInPackedField.FLOAT
  458. Required.ProtobufInput.PrematureEofInPackedField.INT32
  459. Required.ProtobufInput.PrematureEofInPackedField.INT64
  460. Required.ProtobufInput.PrematureEofInPackedField.SFIXED32
  461. Required.ProtobufInput.PrematureEofInPackedField.SFIXED64
  462. Required.ProtobufInput.PrematureEofInPackedField.SINT32
  463. Required.ProtobufInput.PrematureEofInPackedField.SINT64
  464. Required.ProtobufInput.PrematureEofInPackedField.UINT32
  465. Required.ProtobufInput.PrematureEofInPackedField.UINT64
  466. Required.ProtobufInput.PrematureEofInPackedFieldValue.BOOL
  467. Required.ProtobufInput.PrematureEofInPackedFieldValue.DOUBLE
  468. Required.ProtobufInput.PrematureEofInPackedFieldValue.ENUM
  469. Required.ProtobufInput.PrematureEofInPackedFieldValue.FIXED32
  470. Required.ProtobufInput.PrematureEofInPackedFieldValue.FIXED64
  471. Required.ProtobufInput.PrematureEofInPackedFieldValue.FLOAT
  472. Required.ProtobufInput.PrematureEofInPackedFieldValue.INT32
  473. Required.ProtobufInput.PrematureEofInPackedFieldValue.INT64
  474. Required.ProtobufInput.PrematureEofInPackedFieldValue.SFIXED32
  475. Required.ProtobufInput.PrematureEofInPackedFieldValue.SFIXED64
  476. Required.ProtobufInput.PrematureEofInPackedFieldValue.SINT32
  477. Required.ProtobufInput.PrematureEofInPackedFieldValue.SINT64
  478. Required.ProtobufInput.PrematureEofInPackedFieldValue.UINT32
  479. Required.ProtobufInput.PrematureEofInPackedFieldValue.UINT64
  480. Required.ProtobufInput.PrematureEofInSubmessageValue.MESSAGE
  481. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.BOOL
  482. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.BYTES
  483. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.DOUBLE
  484. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.ENUM
  485. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.FIXED32
  486. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.FIXED64
  487. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.FLOAT
  488. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.INT32
  489. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.INT64
  490. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.MESSAGE
  491. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.SFIXED32
  492. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.SFIXED64
  493. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.SINT32
  494. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.SINT64
  495. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.STRING
  496. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.UINT32
  497. Required.ProtobufInput.PrematureEofInsideKnownNonRepeatedValue.UINT64
  498. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.BOOL
  499. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.BYTES
  500. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.DOUBLE
  501. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.ENUM
  502. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.FIXED32
  503. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.FIXED64
  504. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.FLOAT
  505. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.INT32
  506. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.INT64
  507. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.MESSAGE
  508. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.SFIXED32
  509. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.SFIXED64
  510. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.SINT32
  511. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.SINT64
  512. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.STRING
  513. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.UINT32
  514. Required.ProtobufInput.PrematureEofInsideKnownRepeatedValue.UINT64
  515. Required.ProtobufInput.PrematureEofInsideUnknownValue.BOOL
  516. Required.ProtobufInput.PrematureEofInsideUnknownValue.BYTES
  517. Required.ProtobufInput.PrematureEofInsideUnknownValue.DOUBLE
  518. Required.ProtobufInput.PrematureEofInsideUnknownValue.ENUM
  519. Required.ProtobufInput.PrematureEofInsideUnknownValue.FIXED32
  520. Required.ProtobufInput.PrematureEofInsideUnknownValue.FIXED64
  521. Required.ProtobufInput.PrematureEofInsideUnknownValue.FLOAT
  522. Required.ProtobufInput.PrematureEofInsideUnknownValue.INT32
  523. Required.ProtobufInput.PrematureEofInsideUnknownValue.INT64
  524. Required.ProtobufInput.PrematureEofInsideUnknownValue.MESSAGE
  525. Required.ProtobufInput.PrematureEofInsideUnknownValue.SFIXED32
  526. Required.ProtobufInput.PrematureEofInsideUnknownValue.SFIXED64
  527. Required.ProtobufInput.PrematureEofInsideUnknownValue.SINT32
  528. Required.ProtobufInput.PrematureEofInsideUnknownValue.SINT64
  529. Required.ProtobufInput.PrematureEofInsideUnknownValue.STRING
  530. Required.ProtobufInput.PrematureEofInsideUnknownValue.UINT32
  531. Required.ProtobufInput.PrematureEofInsideUnknownValue.UINT64
  532. Required.ProtobufInput.RepeatedScalarSelectsLast.BOOL.JsonOutput
  533. Required.ProtobufInput.RepeatedScalarSelectsLast.BOOL.ProtobufOutput
  534. Required.ProtobufInput.RepeatedScalarSelectsLast.DOUBLE.JsonOutput
  535. Required.ProtobufInput.RepeatedScalarSelectsLast.DOUBLE.ProtobufOutput
  536. Required.ProtobufInput.RepeatedScalarSelectsLast.FIXED32.JsonOutput
  537. Required.ProtobufInput.RepeatedScalarSelectsLast.FIXED32.ProtobufOutput
  538. Required.ProtobufInput.RepeatedScalarSelectsLast.FIXED64.JsonOutput
  539. Required.ProtobufInput.RepeatedScalarSelectsLast.FIXED64.ProtobufOutput
  540. Required.ProtobufInput.RepeatedScalarSelectsLast.FLOAT.JsonOutput
  541. Required.ProtobufInput.RepeatedScalarSelectsLast.FLOAT.ProtobufOutput
  542. Required.ProtobufInput.RepeatedScalarSelectsLast.INT32.JsonOutput
  543. Required.ProtobufInput.RepeatedScalarSelectsLast.INT32.ProtobufOutput
  544. Required.ProtobufInput.RepeatedScalarSelectsLast.INT64.JsonOutput
  545. Required.ProtobufInput.RepeatedScalarSelectsLast.INT64.ProtobufOutput
  546. Required.ProtobufInput.RepeatedScalarSelectsLast.SFIXED32.JsonOutput
  547. Required.ProtobufInput.RepeatedScalarSelectsLast.SFIXED32.ProtobufOutput
  548. Required.ProtobufInput.RepeatedScalarSelectsLast.SFIXED64.JsonOutput
  549. Required.ProtobufInput.RepeatedScalarSelectsLast.SFIXED64.ProtobufOutput
  550. Required.ProtobufInput.RepeatedScalarSelectsLast.SINT32.JsonOutput
  551. Required.ProtobufInput.RepeatedScalarSelectsLast.SINT32.ProtobufOutput
  552. Required.ProtobufInput.RepeatedScalarSelectsLast.SINT64.JsonOutput
  553. Required.ProtobufInput.RepeatedScalarSelectsLast.SINT64.ProtobufOutput
  554. Required.ProtobufInput.RepeatedScalarSelectsLast.UINT32.JsonOutput
  555. Required.ProtobufInput.RepeatedScalarSelectsLast.UINT32.ProtobufOutput
  556. Required.ProtobufInput.RepeatedScalarSelectsLast.UINT64.JsonOutput
  557. Required.ProtobufInput.RepeatedScalarSelectsLast.UINT64.ProtobufOutput
  558. Required.ProtobufInput.ValidDataRepeated.BOOL.JsonOutput
  559. Required.ProtobufInput.ValidDataRepeated.BOOL.ProtobufOutput
  560. Required.ProtobufInput.ValidDataRepeated.DOUBLE.JsonOutput
  561. Required.ProtobufInput.ValidDataRepeated.DOUBLE.ProtobufOutput
  562. Required.ProtobufInput.ValidDataRepeated.FIXED32.JsonOutput
  563. Required.ProtobufInput.ValidDataRepeated.FIXED32.ProtobufOutput
  564. Required.ProtobufInput.ValidDataRepeated.FIXED64.JsonOutput
  565. Required.ProtobufInput.ValidDataRepeated.FIXED64.ProtobufOutput
  566. Required.ProtobufInput.ValidDataRepeated.FLOAT.JsonOutput
  567. Required.ProtobufInput.ValidDataRepeated.FLOAT.ProtobufOutput
  568. Required.ProtobufInput.ValidDataRepeated.INT32.JsonOutput
  569. Required.ProtobufInput.ValidDataRepeated.INT32.ProtobufOutput
  570. Required.ProtobufInput.ValidDataRepeated.INT64.JsonOutput
  571. Required.ProtobufInput.ValidDataRepeated.INT64.ProtobufOutput
  572. Required.ProtobufInput.ValidDataRepeated.SFIXED32.JsonOutput
  573. Required.ProtobufInput.ValidDataRepeated.SFIXED32.ProtobufOutput
  574. Required.ProtobufInput.ValidDataRepeated.SFIXED64.JsonOutput
  575. Required.ProtobufInput.ValidDataRepeated.SFIXED64.ProtobufOutput
  576. Required.ProtobufInput.ValidDataRepeated.SINT32.JsonOutput
  577. Required.ProtobufInput.ValidDataRepeated.SINT32.ProtobufOutput
  578. Required.ProtobufInput.ValidDataRepeated.SINT64.JsonOutput
  579. Required.ProtobufInput.ValidDataRepeated.SINT64.ProtobufOutput
  580. Required.ProtobufInput.ValidDataRepeated.UINT32.JsonOutput
  581. Required.ProtobufInput.ValidDataRepeated.UINT32.ProtobufOutput
  582. Required.ProtobufInput.ValidDataRepeated.UINT64.JsonOutput
  583. Required.ProtobufInput.ValidDataRepeated.UINT64.ProtobufOutput
  584. Required.ProtobufInput.ValidDataScalar.BOOL.JsonOutput
  585. Required.ProtobufInput.ValidDataScalar.BOOL.ProtobufOutput
  586. Required.ProtobufInput.ValidDataScalar.DOUBLE.JsonOutput
  587. Required.ProtobufInput.ValidDataScalar.DOUBLE.ProtobufOutput
  588. Required.ProtobufInput.ValidDataScalar.FIXED32.JsonOutput
  589. Required.ProtobufInput.ValidDataScalar.FIXED32.ProtobufOutput
  590. Required.ProtobufInput.ValidDataScalar.FIXED64.JsonOutput
  591. Required.ProtobufInput.ValidDataScalar.FIXED64.ProtobufOutput
  592. Required.ProtobufInput.ValidDataScalar.FLOAT.JsonOutput
  593. Required.ProtobufInput.ValidDataScalar.FLOAT.ProtobufOutput
  594. Required.ProtobufInput.ValidDataScalar.INT32.JsonOutput
  595. Required.ProtobufInput.ValidDataScalar.INT32.ProtobufOutput
  596. Required.ProtobufInput.ValidDataScalar.INT64.JsonOutput
  597. Required.ProtobufInput.ValidDataScalar.INT64.ProtobufOutput
  598. Required.ProtobufInput.ValidDataScalar.SFIXED32.JsonOutput
  599. Required.ProtobufInput.ValidDataScalar.SFIXED32.ProtobufOutput
  600. Required.ProtobufInput.ValidDataScalar.SFIXED64.JsonOutput
  601. Required.ProtobufInput.ValidDataScalar.SFIXED64.ProtobufOutput
  602. Required.ProtobufInput.ValidDataScalar.SINT32.JsonOutput
  603. Required.ProtobufInput.ValidDataScalar.SINT32.ProtobufOutput
  604. Required.ProtobufInput.ValidDataScalar.SINT64.JsonOutput
  605. Required.ProtobufInput.ValidDataScalar.SINT64.ProtobufOutput
  606. Required.ProtobufInput.ValidDataScalar.UINT32.JsonOutput
  607. Required.ProtobufInput.ValidDataScalar.UINT32.ProtobufOutput
  608. Required.ProtobufInput.ValidDataScalar.UINT64.JsonOutput
  609. Required.ProtobufInput.ValidDataScalar.UINT64.ProtobufOutput
  610. Required.TimestampProtoInputTooLarge.JsonOutput
  611. Required.TimestampProtoInputTooSmall.JsonOutput