Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static UpsertLogAnalyticsParserDetails.Type |
UpsertLogAnalyticsParserDetails.Type.create(String key) |
UpsertLogAnalyticsParserDetails.Type |
UpsertLogAnalyticsParserDetails.getType()
The parser type.
|
static UpsertLogAnalyticsParserDetails.Type |
UpsertLogAnalyticsParserDetails.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpsertLogAnalyticsParserDetails.Type[] |
UpsertLogAnalyticsParserDetails.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpsertLogAnalyticsParserDetails.Builder |
UpsertLogAnalyticsParserDetails.Builder.type(UpsertLogAnalyticsParserDetails.Type type)
The parser type.
|
Constructor and Description |
---|
UpsertLogAnalyticsParserDetails(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,
Integer logTypeTestRequestVersion,
String parserIgnorelineCharacters,
Integer parserSequence,
String parserTimezone,
Boolean isParserWrittenOnce,
List<LogAnalyticsParserFunction> parserFunctions,
Boolean shouldTokenizeOriginalText,
String fieldDelimiter,
String fieldQualifier,
UpsertLogAnalyticsParserDetails.Type type,
Boolean isNamespaceAware,
List<LogAnalyticsCategory> categories)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.