TestCaseError$json top-level constant

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

Implementation

@$core.Deprecated('Use testCaseErrorDescriptor instead')
const TestCaseError$json = const {
  '1': 'TestCaseError',
  '2': const [
    const {
      '1': 'test_case',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.TestCase',
      '10': 'testCase'
    },
    const {
      '1': 'status',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.rpc.Status',
      '10': 'status'
    },
  ],
};