Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
DependentSource |
DependentSource.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DependentSource> |
LogAnalyticsParser.getDependentSources()
A list of sources that depend on the parser, either directly or indirectly.
|
Modifier and Type | Method and Description |
---|---|
DependentSource.Builder |
DependentSource.Builder.copy(DependentSource model) |
Modifier and Type | Method and Description |
---|---|
LogAnalyticsParser.Builder |
LogAnalyticsParser.Builder.dependentSources(List<DependentSource> dependentSources)
A list of sources that depend on the parser, either directly or indirectly.
|
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.