type google.golang.org/protobuf/types/known/structpb.NullValue

14 uses

	google.golang.org/protobuf/types/known/structpb (current package)
		struct.pb.go#L139: type NullValue int32
		struct.pb.go#L143: 	NullValue_NULL_VALUE NullValue = 0
		struct.pb.go#L156: func (x NullValue) Enum() *NullValue {
		struct.pb.go#L157: 	p := new(NullValue)
		struct.pb.go#L162: func (x NullValue) String() string {
		struct.pb.go#L166: func (NullValue) Descriptor() protoreflect.EnumDescriptor {
		struct.pb.go#L170: func (NullValue) Type() protoreflect.EnumType {
		struct.pb.go#L174: func (x NullValue) Number() protoreflect.EnumNumber {
		struct.pb.go#L179: func (NullValue) EnumDescriptor() ([]byte, []int) {
		struct.pb.go#L482: func (x *Value) GetNullValue() NullValue {
		struct.pb.go#L530: 	NullValue NullValue `protobuf:"varint,1,opt,name=null_value,json=nullValue,proto3,enum=google.protobuf.NullValue,oneof"`
		struct.pb.go#L720: 	(NullValue)(0),    // 0: google.protobuf.NullValue

	github.com/golang/protobuf/ptypes/struct
		struct.pb.go#L15: type NullValue = structpb.NullValue