TestCase$json top-level constant

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

Implementation

@$core.Deprecated('Use testCaseDescriptor instead')
const TestCase$json = const {
  '1': 'TestCase',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
    const {'1': 'tags', '3': 2, '4': 3, '5': 9, '10': 'tags'},
    const {
      '1': 'display_name',
      '3': 3,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'displayName'
    },
    const {'1': 'notes', '3': 4, '4': 1, '5': 9, '10': 'notes'},
    const {
      '1': 'test_config',
      '3': 13,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.TestConfig',
      '10': 'testConfig'
    },
    const {
      '1': 'test_case_conversation_turns',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.ConversationTurn',
      '10': 'testCaseConversationTurns'
    },
    const {
      '1': 'creation_time',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '8': const {},
      '10': 'creationTime'
    },
    const {
      '1': 'last_test_result',
      '3': 12,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.TestCaseResult',
      '10': 'lastTestResult'
    },
  ],
  '7': const {},
};