| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Field and Description |
|---|---|
static LogsDecoderProcessorBinaryToTextEncoding |
LogsDecoderProcessorBinaryToTextEncoding.BASE16 |
static LogsDecoderProcessorBinaryToTextEncoding |
LogsDecoderProcessorBinaryToTextEncoding.BASE64 |
| Modifier and Type | Method and Description |
|---|---|
static LogsDecoderProcessorBinaryToTextEncoding |
LogsDecoderProcessorBinaryToTextEncoding.fromValue(String value) |
LogsDecoderProcessorBinaryToTextEncoding |
LogsDecoderProcessor.getBinaryToTextEncoding()
The encoding used to represent the binary data.
|
| Modifier and Type | Method and Description |
|---|---|
LogsDecoderProcessor |
LogsDecoderProcessor.binaryToTextEncoding(LogsDecoderProcessorBinaryToTextEncoding binaryToTextEncoding) |
void |
LogsDecoderProcessorBinaryToTextEncoding.LogsDecoderProcessorBinaryToTextEncodingSerializer.serialize(LogsDecoderProcessorBinaryToTextEncoding value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
LogsDecoderProcessor.setBinaryToTextEncoding(LogsDecoderProcessorBinaryToTextEncoding binaryToTextEncoding) |
| Constructor and Description |
|---|
LogsDecoderProcessor(LogsDecoderProcessorBinaryToTextEncoding binaryToTextEncoding,
LogsDecoderProcessorInputRepresentation inputRepresentation,
String source,
String target,
LogsDecoderProcessorType type) |
| Constructor and Description |
|---|
LogsDecoderProcessorBinaryToTextEncodingSerializer(Class<LogsDecoderProcessorBinaryToTextEncoding> t) |
Copyright © 2025. All rights reserved.