Latest generation

This commit is contained in:
ci core model
2026-01-15 14:01:45 +00:00
parent d0f35ffc39
commit 279af75c5d
28 changed files with 2973 additions and 243 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 {