entries property
The set of map entries.
CEL has fewer restrictions on keys, so a protobuf map represenation cannot be used.
Implementation
@$pb.TagNumber(1)
$pb.PbList<MapValue_Entry> get entries => $_getList(0);
The set of map entries.
CEL has fewer restrictions on keys, so a protobuf map represenation cannot be used.
@$pb.TagNumber(1)
$pb.PbList<MapValue_Entry> get entries => $_getList(0);