SecuritySettings$json top-level constant

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

Implementation

@$core.Deprecated('Use securitySettingsDescriptor instead')
const SecuritySettings$json = const {
  '1': 'SecuritySettings',
  '2': const [
    const {'1': 'name', '3': 1, '4': 1, '5': 9, '8': const {}, '10': 'name'},
    const {
      '1': 'display_name',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'displayName'
    },
    const {
      '1': 'redaction_strategy',
      '3': 3,
      '4': 1,
      '5': 14,
      '6':
          '.google.cloud.dialogflow.cx.v3beta1.SecuritySettings.RedactionStrategy',
      '10': 'redactionStrategy'
    },
    const {
      '1': 'redaction_scope',
      '3': 4,
      '4': 1,
      '5': 14,
      '6':
          '.google.cloud.dialogflow.cx.v3beta1.SecuritySettings.RedactionScope',
      '10': 'redactionScope'
    },
    const {
      '1': 'inspect_template',
      '3': 9,
      '4': 1,
      '5': 9,
      '10': 'inspectTemplate'
    },
    const {
      '1': 'retention_window_days',
      '3': 6,
      '4': 1,
      '5': 5,
      '9': 0,
      '10': 'retentionWindowDays'
    },
    const {
      '1': 'purge_data_types',
      '3': 8,
      '4': 3,
      '5': 14,
      '6': '.google.cloud.dialogflow.cx.v3beta1.SecuritySettings.PurgeDataType',
      '10': 'purgeDataTypes'
    },
  ],
  '4': const [
    SecuritySettings_RedactionStrategy$json,
    SecuritySettings_RedactionScope$json,
    SecuritySettings_PurgeDataType$json
  ],
  '7': const {},
  '8': const [
    const {'1': 'data_retention'},
  ],
};