| <?php | |
| # Generated by the protocol buffer compiler. DO NOT EDIT! | |
| # source: google/protobuf/struct.proto | |
| namespace Google\Protobuf; | |
| /** | |
| * `NullValue` is a singleton enumeration to represent the null value for the | |
| * `Value` type union. | |
| * The JSON representation for `NullValue` is JSON `null`. | |
| * | |
| * Protobuf enum <code>Google\Protobuf\NullValue</code> | |
| */ | |
| class NullValue | |
| { | |
| /** | |
| * Null value. | |
| * | |
| * Generated from protobuf enum <code>NULL_VALUE = 0;</code> | |
| */ | |
| const NULL_VALUE = 0; | |
| } | |