FieldBehavior$json top-level constant
Implementation
@$core.Deprecated('Use fieldBehaviorDescriptor instead')
const FieldBehavior$json = const {
'1': 'FieldBehavior',
'2': const [
const {'1': 'FIELD_BEHAVIOR_UNSPECIFIED', '2': 0},
const {'1': 'OPTIONAL', '2': 1},
const {'1': 'REQUIRED', '2': 2},
const {'1': 'OUTPUT_ONLY', '2': 3},
const {'1': 'INPUT_ONLY', '2': 4},
const {'1': 'IMMUTABLE', '2': 5},
],
};