Plan$json top-level constant

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

Implementation

@$core.Deprecated('Use planDescriptor instead')
const Plan$json = {
  '1': 'Plan',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
    {
      '1': 'component_name_deprecated',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.viam.common.v1.ResourceName',
      '8': {'3': true},
      '10': 'componentNameDeprecated',
    },
    {'1': 'execution_id', '3': 3, '4': 1, '5': 9, '10': 'executionId'},
    {'1': 'steps', '3': 4, '4': 3, '5': 11, '6': '.viam.service.motion.v1.PlanStep', '10': 'steps'},
    {'1': 'component_name', '3': 5, '4': 1, '5': 9, '10': 'componentName'},
  ],
};