| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TagRulesApi.ListTagRulesOptionalParameters |
TagRulesApi.ListTagRulesOptionalParameters.filterSource(TagRuleSource filterSource)
Set filterSource.
|
| Modifier and Type | Field and Description |
|---|---|
static TagRuleSource |
TagRuleSource.FEED |
static TagRuleSource |
TagRuleSource.LOGS |
static TagRuleSource |
TagRuleSource.METRICS |
static TagRuleSource |
TagRuleSource.RUM |
static TagRuleSource |
TagRuleSource.SPANS |
| Modifier and Type | Method and Description |
|---|---|
static TagRuleSource |
TagRuleSource.fromValue(String value) |
TagRuleSource |
TagRuleCreateAttributes.getSource()
The telemetry source that a tag rule applies to.
|
TagRuleSource |
TagRuleAttributes.getSource()
The telemetry source that a tag rule applies to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagRuleSource.TagRuleSourceSerializer.serialize(TagRuleSource value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
TagRuleCreateAttributes.setSource(TagRuleSource source) |
void |
TagRuleAttributes.setSource(TagRuleSource source) |
TagRuleCreateAttributes |
TagRuleCreateAttributes.source(TagRuleSource source) |
TagRuleAttributes |
TagRuleAttributes.source(TagRuleSource source) |
| Constructor and Description |
|---|
TagRuleAttributes(OffsetDateTime createdAt,
String createdBy,
Boolean enabled,
OffsetDateTime modifiedAt,
String modifiedBy,
String name,
Boolean negated,
Boolean required,
TagRuleType ruleType,
String scope,
TagRuleSource source,
String tagKey,
List<String> tagValuePatterns,
Long version) |
TagRuleCreateAttributes(String name,
TagRuleCreateType ruleType,
String scope,
TagRuleSource source,
String tagKey,
List<String> tagValuePatterns) |
| Constructor and Description |
|---|
TagRuleSourceSerializer(Class<TagRuleSource> t) |
Copyright © 2026. All rights reserved.