Skip to content

Commit

Permalink
Auto-generate files after cl/709908990
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Dec 27, 2024
1 parent 7cf5ccf commit 374bc8c
Show file tree
Hide file tree
Showing 12 changed files with 72 additions and 0 deletions.
Binary file modified csharp/src/Google.Protobuf.Test/testprotos.pb
Binary file not shown.
27 changes: 27 additions & 0 deletions csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.pb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ static WrappersReflection() {
/// Wrapper message for `double`.
///
/// The JSON representation for `DoubleValue` is JSON number.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DoubleValue : pb::IMessage<DoubleValue>
Expand Down Expand Up @@ -263,6 +266,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Wrapper message for `float`.
///
/// The JSON representation for `FloatValue` is JSON number.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FloatValue : pb::IMessage<FloatValue>
Expand Down Expand Up @@ -469,6 +475,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Wrapper message for `int64`.
///
/// The JSON representation for `Int64Value` is JSON string.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Int64Value : pb::IMessage<Int64Value>
Expand Down Expand Up @@ -675,6 +684,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Wrapper message for `uint64`.
///
/// The JSON representation for `UInt64Value` is JSON string.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class UInt64Value : pb::IMessage<UInt64Value>
Expand Down Expand Up @@ -881,6 +893,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Wrapper message for `int32`.
///
/// The JSON representation for `Int32Value` is JSON number.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Int32Value : pb::IMessage<Int32Value>
Expand Down Expand Up @@ -1087,6 +1102,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Wrapper message for `uint32`.
///
/// The JSON representation for `UInt32Value` is JSON number.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class UInt32Value : pb::IMessage<UInt32Value>
Expand Down Expand Up @@ -1293,6 +1311,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Wrapper message for `bool`.
///
/// The JSON representation for `BoolValue` is JSON `true` and `false`.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BoolValue : pb::IMessage<BoolValue>
Expand Down Expand Up @@ -1499,6 +1520,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Wrapper message for `string`.
///
/// The JSON representation for `StringValue` is JSON string.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class StringValue : pb::IMessage<StringValue>
Expand Down Expand Up @@ -1705,6 +1729,9 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Wrapper message for `bytes`.
///
/// The JSON representation for `BytesValue` is JSON string.
///
/// Not recommended for use in new APIs, but still useful for legacy APIs and
/// has no plan to be removed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BytesValue : pb::IMessage<BytesValue>
Expand Down
27 changes: 27 additions & 0 deletions objectivec/GPBWrappers.pbobjc.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/BoolValue.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/BytesValue.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/DoubleValue.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/FloatValue.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/Int32Value.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/Int64Value.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/StringValue.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/UInt32Value.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions php/src/Google/Protobuf/UInt64Value.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 374bc8c

Please sign in to comment.