A Log type Setting represents a resource that contains log type setting.
| JSON representation | 
|---|
|  { 
 "name" 
 : 
 string 
 , 
 "autonomousParsingDedupeEnabled" 
 : 
 boolean 
 , 
 "autonomousParsingExtractionType" 
 : 
 enum (  | 
| Fields | |
|---|---|
| name |   Identifier. The resource name of this log type setting. Format: projects/{project}/locations/{region}/instances/{instance}/logTypes/{logType}/logTypeSetting | 
| autonomousParsingDedupeEnabled |   Optional. Flag to determine whether to dedupe key-value pairs present in field extracted if already present in udm. | 
| autonomousParsingExtractionType |   Output only. type of auto extraction. Eg: ALL_FIELDS, OPT_IN, DISABLED | 
| autonomousParsingMaxOptinFields |   Output only. max number of fields allowed to opt in | 
| autonomousParsingMaxArrayElements |   Output only. max number of elements that will be extracted from an array field | 
ExtractionType
Extraction type of dynamic parsing.
| Enums | |
|---|---|
| EXTRACTION_TYPE_UNSPECIFIED | Extraction type is unspecified. | 
| DISABLED | Extraction is disabled. | 
| ALL_FIELDS | Extract all fields. | 
| OPT_IN | Extract only opted in fields. | 

