From fd6fc8c7ccdc065f42a1df731065f8e3297b8806 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 16 Mar 2023 20:38:57 +0000 Subject: [PATCH] Auto-generate files after cl/517211904 --- csharp/src/Google.Protobuf.Test/testprotos.pb | Bin 367275 -> 367280 bytes .../Google.Protobuf/WellKnownTypes/Any.pb.cs | 6 +++--- .../Google.Protobuf/WellKnownTypes/Api.pb.cs | 2 +- .../WellKnownTypes/Timestamp.pb.cs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/csharp/src/Google.Protobuf.Test/testprotos.pb b/csharp/src/Google.Protobuf.Test/testprotos.pb index 8fb22bcc89012db23ea7ea311264073e77c0b3cd..d399cd75720d694df2aa35b2bae8588a8dadae22 100644 GIT binary patch delta 219 zcmZ3zRcymnv4$4L7N#xC6FM31PoLPye2?+R_JS_vM{N9m1i6@47=&2s85S@yO1;~j zIFb1i)AXPz%-gqfOl6i~VpXsOg2^A2No}{A&YWY;IBWarbIg;Nnf_aEx4*=!BrI@J z7-#~M5ZiG^hI2q8c5N?w%ACNq{nBgZ`*zHS4Y{WO?_p7xe*7G>;Pj_jEXNoRZeOF# z@|{iKmMqw2wiZT)exSb7+cz7rXz)p9<)J{gg7A2>qgA=DO#kS> TV#}nV*>2*b)PZ@gx{Z^wMZ zkZXEw7>mO6TUspFnGWf1KU>I>$TmGsn1yTlhVRUx(~XT-$^>r9g5Ac}!pP7MG~~?o zoklDgd}8J0<$789DT#XdMd|t=hHgn_ZtC=34lK58szxqA)Nbj>vfa{=wLB640>@O+ diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Any.pb.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Any.pb.cs index b72a050ea6..535d47793e 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/Any.pb.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/Any.pb.cs @@ -69,7 +69,7 @@ namespace Google.Protobuf.WellKnownTypes { /// foo = any.unpack(Foo.getDefaultInstance()); /// } /// - /// Example 3: Pack and unpack a message in Python. + /// Example 3: Pack and unpack a message in Python. /// /// foo = Foo(...) /// any = Any() @@ -79,7 +79,7 @@ namespace Google.Protobuf.WellKnownTypes { /// any.Unpack(foo) /// ... /// - /// Example 4: Pack and unpack a message in Go + /// Example 4: Pack and unpack a message in Go /// /// foo := &pb.Foo{...} /// any, err := anypb.New(foo) @@ -99,7 +99,7 @@ namespace Google.Protobuf.WellKnownTypes { /// name "y.z". /// /// JSON - /// + /// ==== /// The JSON representation of an `Any` value uses the regular /// representation of the deserialized, embedded message, with an /// additional field `@type` which contains the type URL. Example: diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Api.pb.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Api.pb.cs index c524031e34..f76b09eac7 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/Api.pb.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/Api.pb.cs @@ -964,7 +964,7 @@ namespace Google.Protobuf.WellKnownTypes { /// The mixin construct implies that all methods in `AccessControl` are /// also declared with same name and request/response types in /// `Storage`. A documentation generator or annotation processor will - /// see the effective `Storage.GetAcl` method after inheriting + /// see the effective `Storage.GetAcl` method after inherting /// documentation and annotations as follows: /// /// service Storage { diff --git a/csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.pb.cs b/csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.pb.cs index e6d57afd55..ce6915b7ec 100644 --- a/csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.pb.cs +++ b/csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.pb.cs @@ -128,7 +128,7 @@ namespace Google.Protobuf.WellKnownTypes { /// [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with /// the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use /// the Joda Time's [`ISODateTimeFormat.dateTime()`]( - /// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D + /// http://joda-time.sourceforge.net/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime() /// ) to obtain a formatter capable of generating timestamps in this format. /// public sealed partial class Timestamp : pb::IMessage