Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
DependentParser |
DependentParser.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DependentParser> |
LogAnalyticsParser.getDependentParsers()
A list of sub parsers used by this parser.
|
Modifier and Type | Method and Description |
---|---|
DependentParser.Builder |
DependentParser.Builder.copy(DependentParser model) |
Modifier and Type | Method and Description |
---|---|
LogAnalyticsParser.Builder |
LogAnalyticsParser.Builder.dependentParsers(List<DependentParser> dependentParsers)
A list of sub parsers used by this parser.
|
Constructor and Description |
---|
LogAnalyticsParser(String content,
String description,
String displayName,
Long editVersion,
String encoding,
String exampleContent,
List<LogAnalyticsParserField> fieldMaps,
String footerContent,
String headerContent,
String name,
Boolean isDefault,
Boolean isSingleLineContent,
Boolean isSystem,
String language,
Date timeUpdated,
Integer logTypeTestRequestVersion,
List<LogAnalyticsParser> mappedParsers,
String parserIgnorelineCharacters,
Boolean isHidden,
Integer parserSequence,
String parserTimezone,
LogAnalyticsParserFilter parserFilter,
Boolean isParserWrittenOnce,
List<LogAnalyticsParserFunction> parserFunctions,
Long sourcesCount,
List<LogAnalyticsSource> sources,
Boolean shouldTokenizeOriginalText,
String fieldDelimiter,
String fieldQualifier,
LogAnalyticsParser.Type type,
Boolean isUserDeleted,
Boolean isNamespaceAware,
List<LogAnalyticsCategory> categories,
Boolean isPositionAware,
List<DependentSource> dependentSources,
List<DependentParser> dependentParsers)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.