<?php# Generated by the protocol buffer compiler. DO NOT EDIT!# source: google/protobuf/struct.protonamespaceGoogle\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> */classNullValue{/** * Null value. * * Generated from protobuf enum <code>NULL_VALUE = 0;</code> */constNULL_VALUE=0;}