PlanStatusWithID$json top-level constant

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

Implementation

@$core.Deprecated('Use planStatusWithIDDescriptor instead')
const PlanStatusWithID$json = {
  '1': 'PlanStatusWithID',
  '2': [
    {'1': 'plan_id', '3': 1, '4': 1, '5': 9, '10': 'planId'},
    {'1': 'component_name', '3': 2, '4': 1, '5': 11, '6': '.viam.common.v1.ResourceName', '10': 'componentName'},
    {'1': 'execution_id', '3': 3, '4': 1, '5': 9, '10': 'executionId'},
    {'1': 'status', '3': 4, '4': 1, '5': 11, '6': '.viam.service.motion.v1.PlanStatus', '10': 'status'},
  ],
};