BatchUpdateEntityTypesRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use batchUpdateEntityTypesRequestDescriptor instead')
const BatchUpdateEntityTypesRequest$json = const {
  '1': 'BatchUpdateEntityTypesRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'entity_type_batch_uri',
      '3': 2,
      '4': 1,
      '5': 9,
      '9': 0,
      '10': 'entityTypeBatchUri'
    },
    const {
      '1': 'entity_type_batch_inline',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.v2beta1.EntityTypeBatch',
      '9': 0,
      '10': 'entityTypeBatchInline'
    },
    const {
      '1': 'language_code',
      '3': 4,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'languageCode'
    },
    const {
      '1': 'update_mask',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.FieldMask',
      '8': const {},
      '10': 'updateMask'
    },
  ],
  '8': const [
    const {'1': 'entity_type_batch'},
  ],
};