Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,539 changes: 78 additions & 2,461 deletions .generator/schemas/v2/openapi.yaml

Large diffs are not rendered by default.

25 changes: 0 additions & 25 deletions examples/v2/synthetics/GetSyntheticsBrowserTestResult.java

This file was deleted.

25 changes: 0 additions & 25 deletions examples/v2/synthetics/GetSyntheticsTestResult.java

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions examples/v2/synthetics/ListSyntheticsTestLatestResults.java

This file was deleted.

27 changes: 0 additions & 27 deletions examples/v2/synthetics/PollSyntheticsTestResults.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -520,12 +520,12 @@ public CompletableFuture<ArbitraryRuleResponse> createCustomAllocationRuleAsync(
* specific tags. Requires: allocated_by (array of percentage allocations).
*
* <p><strong>Filter Conditions:</strong> - Use <strong>value</strong> for single-value
* conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is
* all values", "is untagged" - Use <strong>values</strong> for multi-value conditions: "in", "not
* in" - Cannot use both value and values simultaneously.
* conditions: "is", "is not", "contains", "=", "!=", "like", "not like" - Use
* <strong>values</strong> for multi-value conditions: "in", "not in" - Cannot use both value and
* values simultaneously.
*
* <p><strong>Supported operators</strong>: is, is not, is all values, is untagged, contains, does
* not contain, in, not in, =, !=, like, not like
* <p><strong>Supported operators</strong>: is, is not, contains, in, not in, =, !=, like, not
* like
*
* @param body (required)
* @return ApiResponse&lt;ArbitraryRuleResponse&gt;
Expand Down Expand Up @@ -4383,12 +4383,12 @@ public CompletableFuture<ArbitraryRuleResponse> updateCustomAllocationRuleAsync(
* <strong>USAGE_METRIC</strong>: Allocates based on usage metrics (implementation varies).
*
* <p><strong>Filter Conditions:</strong> - Use <strong>value</strong> for single-value
* conditions: "is", "is not", "contains", "does not contain", "=", "!=", "like", "not like", "is
* all values", "is untagged" - Use <strong>values</strong> for multi-value conditions: "in", "not
* in" - Cannot use both value and values simultaneously.
* conditions: "is", "is not", "contains", "=", "!=", "like", "not like" - Use
* <strong>values</strong> for multi-value conditions: "in", "not in" - Cannot use both value and
* values simultaneously.
*
* <p><strong>Supported operators</strong>: is, is not, is all values, is untagged, contains, does
* not contain, in, not in, =, !=, like, not like
* <p><strong>Supported operators</strong>: is, is not, contains, in, not in, =, !=, like, not
* like
*
* @param ruleId The unique identifier of the custom allocation rule (required)
* @param body (required)
Expand Down
Loading
Loading