Files
dart-viz-sdk/lib/google/api/field_behavior.pbjson.dart
2026-01-16 14:54:00 +00:00

40 lines
1.4 KiB
Dart

// This is a generated file - do not edit.
//
// Generated from google/api/field_behavior.proto.
// @dart = 3.3
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
// ignore_for_file: constant_identifier_names
// ignore_for_file: curly_braces_in_flow_control_structures
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
// ignore_for_file: non_constant_identifier_names, unused_import
import 'dart:convert' as $convert;
import 'dart:core' as $core;
import 'dart:typed_data' as $typed_data;
@$core.Deprecated('Use fieldBehaviorDescriptor instead')
const FieldBehavior$json = {
'1': 'FieldBehavior',
'2': [
{'1': 'FIELD_BEHAVIOR_UNSPECIFIED', '2': 0},
{'1': 'OPTIONAL', '2': 1},
{'1': 'REQUIRED', '2': 2},
{'1': 'OUTPUT_ONLY', '2': 3},
{'1': 'INPUT_ONLY', '2': 4},
{'1': 'IMMUTABLE', '2': 5},
{'1': 'UNORDERED_LIST', '2': 6},
{'1': 'NON_EMPTY_DEFAULT', '2': 7},
{'1': 'IDENTIFIER', '2': 8},
],
};
/// Descriptor for `FieldBehavior`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List fieldBehaviorDescriptor = $convert.base64Decode(
'Cg1GaWVsZEJlaGF2aW9yEh4KGkZJRUxEX0JFSEFWSU9SX1VOU1BFQ0lGSUVEEAASDAoIT1BUSU'
'9OQUwQARIMCghSRVFVSVJFRBACEg8KC09VVFBVVF9PTkxZEAMSDgoKSU5QVVRfT05MWRAEEg0K'
'CUlNTVVUQUJMRRAFEhIKDlVOT1JERVJFRF9MSVNUEAYSFQoRTk9OX0VNUFRZX0RFRkFVTFQQBx'
'IOCgpJREVOVElGSUVSEAg=');