mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
Auto-generate files after cl/926158387
This commit is contained in:
parent
9449facb39
commit
cc2ae8ea97
4 changed files with 9 additions and 9 deletions
Binary file not shown.
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue