Document$json top-level constant

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

Implementation

@$core.Deprecated('Use documentDescriptor instead')
const Document$json = const {
  '1': 'Document',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {
      '1': 'display_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'displayName'
    },
    const {
      '1': 'mime_type',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'mimeType'
    },
    const {
      '1': 'knowledge_types',
      '3': 4,
      '4': 3,
      '5': 14,
      '6': '.google.cloud.dialogflow.v2.Document.KnowledgeType',
      '8': const {},
      '10': 'knowledgeTypes'
    },
    const {
      '1': 'content_uri',
      '3': 5,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'contentUri'
    },
    const {
      '1': 'raw_content',
      '3': 9,
      '4': 1,
      '5': 12,
      '9': 0,
      '10': 'rawContent'
    },
    const {
      '1': 'enable_auto_reload',
      '3': 11,
      '4': 1,
      '5': 8,
      '8': const {},
      '10': 'enableAutoReload'
    },
    const {
      '1': 'latest_reload_status',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Document.ReloadStatus',
      '8': const {},
      '10': 'latestReloadStatus'
    },
    const {
      '1': 'metadata',
      '3': 7,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2.Document.MetadataEntry',
      '8': const {},
      '10': 'metadata'
    },
  ],
  '3': const [Document_ReloadStatus$json, Document_MetadataEntry$json],
  '4': const [Document_KnowledgeType$json],
  '7': const {},
  '8': const [
    const {'1': 'source'},
  ],
};