From cff900e8f9e4b8f3a8f314f0f44eab222ebb870b Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 6 Nov 2015 18:38:31 +0000 Subject: Generated code for previous commit. --- csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs') diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs index d26395f8..7fdcb11e 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs @@ -52,6 +52,7 @@ namespace Google.Protobuf.WellKnownTypes { #region Messages /// /// Wrapper message for `double`. + /// /// The JSON representation for `DoubleValue` is JSON number. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -162,6 +163,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// Wrapper message for `float`. + /// /// The JSON representation for `FloatValue` is JSON number. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -272,6 +274,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// Wrapper message for `int64`. + /// /// The JSON representation for `Int64Value` is JSON string. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -382,6 +385,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// Wrapper message for `uint64`. + /// /// The JSON representation for `UInt64Value` is JSON string. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -492,6 +496,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// Wrapper message for `int32`. + /// /// The JSON representation for `Int32Value` is JSON number. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -602,6 +607,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// Wrapper message for `uint32`. + /// /// The JSON representation for `UInt32Value` is JSON number. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -712,6 +718,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// Wrapper message for `bool`. + /// /// The JSON representation for `BoolValue` is JSON `true` and `false`. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -822,6 +829,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// Wrapper message for `string`. + /// /// The JSON representation for `StringValue` is JSON string. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] @@ -932,6 +940,7 @@ namespace Google.Protobuf.WellKnownTypes { /// /// Wrapper message for `bytes`. + /// /// The JSON representation for `BytesValue` is JSON string. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] -- cgit v1.2.3