Latest generation

This commit is contained in:
ci core model
2026-01-16 10:20:10 +00:00
parent 21592ebb9c
commit f79d6fee8a
29 changed files with 2975 additions and 245 deletions

View File

@@ -83,8 +83,8 @@ enum Value_Kind {
/// `Value` represents a dynamically typed value which can be either
/// null, a number, a string, a boolean, a recursive struct value, or a
/// list of values. A producer of value is expected to set one of that
/// variants, absence of any variant indicates an error.
/// list of values. A producer of value is expected to set one of these
/// variants. Absence of any variant indicates an error.
///
/// The JSON representation for `Value` is JSON value.
class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {