TranslateTextRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use translateTextRequestDescriptor instead')
const TranslateTextRequest$json = const {
  '1': 'TranslateTextRequest',
  '2': const [
    const {'1': 'contents', '3': 1, '4': 3, '5': 9, '10': 'contents'},
    const {'1': 'mime_type', '3': 3, '4': 1, '5': 9, '10': 'mimeType'},
    const {'1': 'source_language_code', '3': 4, '4': 1, '5': 9, '10': 'sourceLanguageCode'},
    const {'1': 'target_language_code', '3': 5, '4': 1, '5': 9, '10': 'targetLanguageCode'},
    const {'1': 'parent', '3': 8, '4': 1, '5': 9, '10': 'parent'},
    const {'1': 'model', '3': 6, '4': 1, '5': 9, '10': 'model'},
    const {'1': 'glossary_config', '3': 7, '4': 1, '5': 11, '6': '.google.cloud.translation.v3beta1.TranslateTextGlossaryConfig', '10': 'glossaryConfig'},
  ],
};