CreatePhraseSetRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use createPhraseSetRequestDescriptor instead')
const CreatePhraseSetRequest$json = {
  '1': 'CreatePhraseSetRequest',
  '2': [
    {
      '1': 'phrase_set',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.speech.v2.PhraseSet',
      '8': {},
      '10': 'phraseSet'
    },
    {'1': 'validate_only', '3': 2, '4': 1, '5': 8, '10': 'validateOnly'},
    {'1': 'phrase_set_id', '3': 3, '4': 1, '5': 9, '10': 'phraseSetId'},
    {'1': 'parent', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'parent'},
  ],
};