ListTestCasesRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use listTestCasesRequestDescriptor instead')
const ListTestCasesRequest$json = const {
  '1': 'ListTestCasesRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {'1': 'page_size', '3': 2, '4': 1, '5': 5, '10': 'pageSize'},
    const {'1': 'page_token', '3': 3, '4': 1, '5': 9, '10': 'pageToken'},
    const {
      '1': 'view',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.cx.v3.ListTestCasesRequest.TestCaseView',
      '10': 'view'
    },
  ],
  '4': const [ListTestCasesRequest_TestCaseView$json],
};