UpdateTestCaseRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use updateTestCaseRequestDescriptor instead')
const UpdateTestCaseRequest$json = const {
  '1': 'UpdateTestCaseRequest',
  '2': const [
    const {
      '1': 'test_case',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.TestCase',
      '8': const {},
      '10': 'testCase'
    },
    const {
      '1': 'update_mask',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.FieldMask',
      '8': const {},
      '10': 'updateMask'
    },
  ],
};