FieldDescriptorProto$json top-level constant

  1. @Deprecated('Use fieldDescriptorProtoDescriptor instead')
Map<String, Object> const FieldDescriptorProto$json

Implementation

@$core.Deprecated('Use fieldDescriptorProtoDescriptor instead')
const FieldDescriptorProto$json = const {
  '1': 'FieldDescriptorProto',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'number', '3': 3, '4': 1, '5': 5, '10': 'number'},
    const {
      '1': 'label',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.google.protobuf.FieldDescriptorProto.Label',
      '10': 'label'
    },
    const {
      '1': 'type',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.google.protobuf.FieldDescriptorProto.Type',
      '10': 'type'
    },
    const {'1': 'type_name', '3': 6, '4': 1, '5': 9, '10': 'typeName'},
    const {'1': 'extendee', '3': 2, '4': 1, '5': 9, '10': 'extendee'},
    const {'1': 'default_value', '3': 7, '4': 1, '5': 9, '10': 'defaultValue'},
    const {'1': 'oneof_index', '3': 9, '4': 1, '5': 5, '10': 'oneofIndex'},
    const {'1': 'json_name', '3': 10, '4': 1, '5': 9, '10': 'jsonName'},
    const {
      '1': 'options',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.FieldOptions',
      '10': 'options'
    },
    const {
      '1': 'proto3_optional',
      '3': 17,
      '4': 1,
      '5': 8,
      '10': 'proto3Optional'
    },
  ],
  '4': const [FieldDescriptorProto_Type$json, FieldDescriptorProto_Label$json],
};