Latest generation

This commit is contained in:
ci core model
2026-01-13 16:14:18 +00:00
parent 29475849ea
commit b55a474e0c
29 changed files with 246 additions and 2976 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 these
/// variants. Absence of any variant indicates an error.
/// list of values. A producer of value is expected to set one of that
/// variants, absence of any variant indicates an error.
///
/// The JSON representation for `Value` is JSON value.
class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {