Skip to content

Commit 0ff653e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit e24ad17 of spec repo
1 parent 12bed2d commit 0ff653e

94 files changed

Lines changed: 423 additions & 23975 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.generator/schemas/v2/openapi.yaml

Lines changed: 78 additions & 2461 deletions
Large diffs are not rendered by default.

examples/v2/synthetics/GetSyntheticsBrowserTestResult.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/v2/synthetics/GetSyntheticsTestResult.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/v2/synthetics/ListSyntheticsBrowserTestLatestResults.java

Lines changed: 0 additions & 26 deletions
This file was deleted.

examples/v2/synthetics/ListSyntheticsTestLatestResults.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

examples/v2/synthetics/PollSyntheticsTestResults.java

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/main/java/com/datadog/api/client/v2/api/CloudCostManagementApi.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -520,12 +520,12 @@ public CompletableFuture<ArbitraryRuleResponse> createCustomAllocationRuleAsync(
520520
* specific tags. Requires: allocated_by (array of percentage allocations).
521521
*
522522
* <p><strong>Filter Conditions:</strong> - Use <strong>value</strong> for single-value
523-
* conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is
524-
* all values", "is untagged" - Use <strong>values</strong> for multi-value conditions: "in", "not
525-
* in" - Cannot use both value and values simultaneously.
523+
* conditions: "is", "is not", "contains", "=", "!=", "like", "not like" - Use
524+
* <strong>values</strong> for multi-value conditions: "in", "not in" - Cannot use both value and
525+
* values simultaneously.
526526
*
527-
* <p><strong>Supported operators</strong>: is, is not, is all values, is untagged, contains, does
528-
* not contain, in, not in, =, !=, like, not like
527+
* <p><strong>Supported operators</strong>: is, is not, contains, in, not in, =, !=, like, not
528+
* like
529529
*
530530
* @param body (required)
531531
* @return ApiResponse&lt;ArbitraryRuleResponse&gt;
@@ -4383,12 +4383,12 @@ public CompletableFuture<ArbitraryRuleResponse> updateCustomAllocationRuleAsync(
43834383
* <strong>USAGE_METRIC</strong>: Allocates based on usage metrics (implementation varies).
43844384
*
43854385
* <p><strong>Filter Conditions:</strong> - Use <strong>value</strong> for single-value
4386-
* conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is
4387-
* all values", "is untagged" - Use <strong>values</strong> for multi-value conditions: "in", "not
4388-
* in" - Cannot use both value and values simultaneously.
4386+
* conditions: "is", "is not", "contains", "=", "!=", "like", "not like" - Use
4387+
* <strong>values</strong> for multi-value conditions: "in", "not in" - Cannot use both value and
4388+
* values simultaneously.
43894389
*
4390-
* <p><strong>Supported operators</strong>: is, is not, is all values, is untagged, contains, does
4391-
* not contain, in, not in, =, !=, like, not like
4390+
* <p><strong>Supported operators</strong>: is, is not, contains, in, not in, =, !=, like, not
4391+
* like
43924392
*
43934393
* @param ruleId The unique identifier of the custom allocation rule (required)
43944394
* @param body (required)

0 commit comments

Comments
 (0)