From 746922ef63fb4d872a73719705bbb9ffd51ec391 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 13 Apr 2026 20:13:40 +0000 Subject: [PATCH] Regenerate client from commit a93c9a1 of spec repo --- .generator/schemas/v2/openapi.yaml | 1 + .../api/client/v2/model/ObservabilityPipelineConfig.java | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index dfb1ed5331f..d854a39bb60 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -44118,6 +44118,7 @@ components: Set to `true` to continue using the legacy search syntax while migrating filter queries. After migrating all queries to the new syntax, set to `false`. The legacy syntax is deprecated and will eventually be removed. Requires Observability Pipelines Worker 2.11 or later. + Only applies to `logs` pipelines. This field is ignored for `metrics` pipelines. See [Upgrade Your Filter Queries to the New Search Syntax](https://docs.datadoghq.com/observability_pipelines/guide/upgrade_your_filter_queries_to_the_new_search_syntax/) for more information. type: boolean required: diff --git a/src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java b/src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java index 75a666c595a..d7337bfb9f5 100644 --- a/src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java +++ b/src/main/java/com/datadog/api/client/v2/model/ObservabilityPipelineConfig.java @@ -235,7 +235,8 @@ public ObservabilityPipelineConfig useLegacySearchSyntax(Boolean useLegacySearch * Set to true to continue using the legacy search syntax while migrating filter * queries. After migrating all queries to the new syntax, set to false. The legacy * syntax is deprecated and will eventually be removed. Requires Observability Pipelines Worker - * 2.11 or later. See logs pipelines. This field is ignored for + * metrics pipelines. See Upgrade * Your Filter Queries to the New Search Syntax for more information. *