ValidationMessage$json top-level constant

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

Implementation

@$core.Deprecated('Use validationMessageDescriptor instead')
const ValidationMessage$json = const {
  '1': 'ValidationMessage',
  '2': const [
    const {
      '1': 'resource_type',
      '3': 1,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.cx.v3.ValidationMessage.ResourceType',
      '10': 'resourceType'
    },
    const {
      '1': 'resources',
      '3': 2,
      '4': 3,
      '5': 9,
      '8': const {'3': true},
      '10': 'resources',
    },
    const {
      '1': 'resource_names',
      '3': 6,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.ResourceName',
      '10': 'resourceNames'
    },
    const {
      '1': 'severity',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.google.cloud.dialogflow.cx.v3.ValidationMessage.Severity',
      '10': 'severity'
    },
    const {'1': 'detail', '3': 4, '4': 1, '5': 9, '10': 'detail'},
  ],
  '4': const [
    ValidationMessage_ResourceType$json,
    ValidationMessage_Severity$json
  ],
};