Auto-generate files after cl/517211904

pull/12249/head
Protobuf Team Bot 2 years ago
parent b81c127e94
commit fd6fc8c7cc
  1. BIN
      csharp/src/Google.Protobuf.Test/testprotos.pb
  2. 6
      csharp/src/Google.Protobuf/WellKnownTypes/Any.pb.cs
  3. 2
      csharp/src/Google.Protobuf/WellKnownTypes/Api.pb.cs
  4. 2
      csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.pb.cs

@ -69,7 +69,7 @@ namespace Google.Protobuf.WellKnownTypes {
/// foo = any.unpack(Foo.getDefaultInstance()); /// 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(...) /// foo = Foo(...)
/// any = Any() /// any = Any()
@ -79,7 +79,7 @@ namespace Google.Protobuf.WellKnownTypes {
/// any.Unpack(foo) /// any.Unpack(foo)
/// ... /// ...
/// ///
/// Example 4: Pack and unpack a message in Go /// Example 4: Pack and unpack a message in Go
/// ///
/// foo := &pb.Foo{...} /// foo := &pb.Foo{...}
/// any, err := anypb.New(foo) /// any, err := anypb.New(foo)
@ -99,7 +99,7 @@ namespace Google.Protobuf.WellKnownTypes {
/// name "y.z". /// name "y.z".
/// ///
/// JSON /// JSON
/// /// ====
/// The JSON representation of an `Any` value uses the regular /// The JSON representation of an `Any` value uses the regular
/// representation of the deserialized, embedded message, with an /// representation of the deserialized, embedded message, with an
/// additional field `@type` which contains the type URL. Example: /// additional field `@type` which contains the type URL. Example:

@ -964,7 +964,7 @@ namespace Google.Protobuf.WellKnownTypes {
/// The mixin construct implies that all methods in `AccessControl` are /// The mixin construct implies that all methods in `AccessControl` are
/// also declared with same name and request/response types in /// also declared with same name and request/response types in
/// `Storage`. A documentation generator or annotation processor will /// `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: /// documentation and annotations as follows:
/// ///
/// service Storage { /// service Storage {

@ -128,7 +128,7 @@ namespace Google.Protobuf.WellKnownTypes {
/// [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with /// [`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 time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
/// the Joda Time's [`ISODateTimeFormat.dateTime()`]( /// 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. /// ) to obtain a formatter capable of generating timestamps in this format.
/// </summary> /// </summary>
public sealed partial class Timestamp : pb::IMessage<Timestamp> public sealed partial class Timestamp : pb::IMessage<Timestamp>

Loading…
Cancel
Save