Auto-generate files after cl/926158387

This commit is contained in:
Protobuf Team Bot 2026-06-03 18:37:22 +00:00
parent 9449facb39
commit cc2ae8ea97
4 changed files with 9 additions and 9 deletions

View file

@ -58,9 +58,9 @@ namespace Google.Protobuf.WellKnownTypes {
/// the null value for the `Value` type union.
///
/// A field of type `NullValue` with any value other than `0` is considered
/// invalid. Most ProtoJSON serializers will emit a Value with a `null_value` set
/// as a JSON `null` regardless of the integer value, and so will round trip to
/// a `0` value.
/// invalid. Most ProtoJSON serializers will emit a `Value` with a `null_value`
/// set as a JSON `null` regardless of the integer value, and so will round trip
/// to a `0` value.
/// </summary>
public enum NullValue {
/// <summary>

View file

@ -36,9 +36,9 @@ NS_ASSUME_NONNULL_BEGIN
* the null value for the `Value` type union.
*
* A field of type `NullValue` with any value other than `0` is considered
* invalid. Most ProtoJSON serializers will emit a Value with a `null_value` set
* as a JSON `null` regardless of the integer value, and so will round trip to
* a `0` value.
* invalid. Most ProtoJSON serializers will emit a `Value` with a `null_value`
* set as a JSON `null` regardless of the integer value, and so will round trip
* to a `0` value.
**/
typedef GPB_ENUM(GPBNullValue) {
/**

View file

@ -12,9 +12,9 @@ use UnexpectedValueException;
* `NullValue` is a sentinel, using an enum with only one value to represent
* the null value for the `Value` type union.
* A field of type `NullValue` with any value other than `0` is considered
* invalid. Most ProtoJSON serializers will emit a Value with a `null_value` set
* as a JSON `null` regardless of the integer value, and so will round trip to
* a `0` value.
* invalid. Most ProtoJSON serializers will emit a `Value` with a `null_value`
* set as a JSON `null` regardless of the integer value, and so will round trip
* to a `0` value.
*
* Protobuf type <code>google.protobuf.NullValue</code>
*/