Skip to content

Commit 5d095eb

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 04a593ef of spec repo
1 parent 3ec3e66 commit 5d095eb

File tree

8 files changed

+60
-52
lines changed

8 files changed

+60
-52
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-03-06 21:28:34.346014",
8-
"spec_repo_commit": "d6a6faf6"
7+
"regenerated": "2025-03-10 19:55:58.030685",
8+
"spec_repo_commit": "04a593ef"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-03-06 21:28:34.361861",
13-
"spec_repo_commit": "d6a6faf6"
12+
"regenerated": "2025-03-10 19:55:58.045806",
13+
"spec_repo_commit": "04a593ef"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

+14-11
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ components:
684684
schema:
685685
type: string
686686
RumApplicationIDParameter:
687-
description: Application ID.
687+
description: RUM application ID.
688688
in: path
689689
name: app_id
690690
required: true
@@ -25579,7 +25579,9 @@ components:
2557925579
minimum: 0
2558025580
type: integer
2558125581
RumRetentionFilterSource:
25582-
description: The type of RUM events to filter on.
25582+
description: The origin source of the retention filter, which may be created
25583+
or updated through the Datadog UI, terraform, or other channels such as direct
25584+
API calls.
2558325585
enum:
2558425586
- ui
2558525587
- terraform
@@ -25654,7 +25656,8 @@ components:
2565425656
description: 'The list of RUM retention filter IDs along with their corresponding
2565525657
type to reorder.
2565625658

25657-
All retention filter IDs should be included in the list created for an application.'
25659+
All retention filter IDs should be included in the list created for a RUM
25660+
application.'
2565825661
properties:
2565925662
data:
2566025663
description: A list of RUM retention filter IDs along with type.
@@ -25672,7 +25675,7 @@ components:
2567225675
type: array
2567325676
type: object
2567425677
RumRetentionFiltersResponse:
25675-
description: All RUM retention filters for an application.
25678+
description: All RUM retention filters for a RUM application.
2567625679
properties:
2567725680
data:
2567825681
description: A list of RUM retention filters.
@@ -46225,7 +46228,7 @@ paths:
4622546228
- rum_apps_write
4622646229
/api/v2/rum/applications/{app_id}/relationships/retention_filters:
4622746230
patch:
46228-
description: 'Order RUM retention filters for an application.
46231+
description: 'Order RUM retention filters for a RUM application.
4622946232

4623046233
Returns RUM retention filter objects without attributes and meta from the
4623146234
request body when the request is successful.'
@@ -46258,7 +46261,7 @@ paths:
4625846261
x-codegen-request-body-name: body
4625946262
/api/v2/rum/applications/{app_id}/retention_filters:
4626046263
get:
46261-
description: Get the list of RUM retention filters for an application.
46264+
description: Get the list of RUM retention filters for a RUM application.
4626246265
operationId: ListRetentionFilters
4626346266
parameters:
4626446267
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46277,7 +46280,7 @@ paths:
4627746280
tags:
4627846281
- Rum Retention Filters
4627946282
post:
46280-
description: 'Create a RUM retention filter for an application.
46283+
description: 'Create a RUM retention filter for a RUM application.
4628146284

4628246285
Returns RUM retention filter objects from the request body when the request
4628346286
is successful.'
@@ -46310,7 +46313,7 @@ paths:
4631046313
x-codegen-request-body-name: body
4631146314
/api/v2/rum/applications/{app_id}/retention_filters/{rf_id}:
4631246315
delete:
46313-
description: Delete a RUM retention filter for an application.
46316+
description: Delete a RUM retention filter for a RUM application.
4631446317
operationId: DeleteRetentionFilter
4631546318
parameters:
4631646319
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46328,7 +46331,7 @@ paths:
4632846331
tags:
4632946332
- Rum Retention Filters
4633046333
get:
46331-
description: Get a RUM retention filter for an application.
46334+
description: Get a RUM retention filter for a RUM application.
4633246335
operationId: GetRetentionFilter
4633346336
parameters:
4633446337
- $ref: '#/components/parameters/RumApplicationIDParameter'
@@ -46350,7 +46353,7 @@ paths:
4635046353
tags:
4635146354
- Rum Retention Filters
4635246355
patch:
46353-
description: 'Update a RUM retention filter for an application.
46356+
description: 'Update a RUM retention filter for a RUM application.
4635446357

4635546358
Returns RUM retention filter objects from the request body when the request
4635646359
is successful.'
@@ -53800,7 +53803,7 @@ tags:
5380053803
url: https://docs.datadoghq.com/real_user_monitoring/platform/generate_metrics/
5380153804
name: Rum Metrics
5380253805
- description: Manage retention filters through [Manage Applications](https://app.datadoghq.com/rum/list)
53803-
for your organization.
53806+
of RUM for your organization.
5380453807
name: Rum Retention Filters
5380553808
- description: Create and manage your security rules, signals, filters, and more.
5380653809
See the [Datadog Security page](https://docs.datadoghq.com/security/) for more

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

+32-32
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void setApiClient(ApiClient apiClient) {
5353
*
5454
* <p>See {@link #createRetentionFilterWithHttpInfo}.
5555
*
56-
* @param appId Application ID. (required)
56+
* @param appId RUM application ID. (required)
5757
* @param body The definition of the new RUM retention filter. (required)
5858
* @return RumRetentionFilterResponse
5959
* @throws ApiException if fails to make API call
@@ -68,7 +68,7 @@ public RumRetentionFilterResponse createRetentionFilter(
6868
*
6969
* <p>See {@link #createRetentionFilterWithHttpInfoAsync}.
7070
*
71-
* @param appId Application ID. (required)
71+
* @param appId RUM application ID. (required)
7272
* @param body The definition of the new RUM retention filter. (required)
7373
* @return CompletableFuture&lt;RumRetentionFilterResponse&gt;
7474
*/
@@ -82,10 +82,10 @@ public CompletableFuture<RumRetentionFilterResponse> createRetentionFilterAsync(
8282
}
8383

8484
/**
85-
* Create a RUM retention filter for an application. Returns RUM retention filter objects from the
86-
* request body when the request is successful.
85+
* Create a RUM retention filter for a RUM application. Returns RUM retention filter objects from
86+
* the request body when the request is successful.
8787
*
88-
* @param appId Application ID. (required)
88+
* @param appId RUM application ID. (required)
8989
* @param body The definition of the new RUM retention filter. (required)
9090
* @return ApiResponse&lt;RumRetentionFilterResponse&gt;
9191
* @throws ApiException if fails to make API call
@@ -146,7 +146,7 @@ public ApiResponse<RumRetentionFilterResponse> createRetentionFilterWithHttpInfo
146146
*
147147
* <p>See {@link #createRetentionFilterWithHttpInfo}.
148148
*
149-
* @param appId Application ID. (required)
149+
* @param appId RUM application ID. (required)
150150
* @param body The definition of the new RUM retention filter. (required)
151151
* @return CompletableFuture&lt;ApiResponse&lt;RumRetentionFilterResponse&gt;&gt;
152152
*/
@@ -210,7 +210,7 @@ public ApiResponse<RumRetentionFilterResponse> createRetentionFilterWithHttpInfo
210210
*
211211
* <p>See {@link #deleteRetentionFilterWithHttpInfo}.
212212
*
213-
* @param appId Application ID. (required)
213+
* @param appId RUM application ID. (required)
214214
* @param rfId Retention filter ID. (required)
215215
* @throws ApiException if fails to make API call
216216
*/
@@ -223,7 +223,7 @@ public void deleteRetentionFilter(String appId, String rfId) throws ApiException
223223
*
224224
* <p>See {@link #deleteRetentionFilterWithHttpInfoAsync}.
225225
*
226-
* @param appId Application ID. (required)
226+
* @param appId RUM application ID. (required)
227227
* @param rfId Retention filter ID. (required)
228228
* @return CompletableFuture
229229
*/
@@ -236,9 +236,9 @@ public CompletableFuture<Void> deleteRetentionFilterAsync(String appId, String r
236236
}
237237

238238
/**
239-
* Delete a RUM retention filter for an application.
239+
* Delete a RUM retention filter for a RUM application.
240240
*
241-
* @param appId Application ID. (required)
241+
* @param appId RUM application ID. (required)
242242
* @param rfId Retention filter ID. (required)
243243
* @return ApiResponse&lt;Void&gt;
244244
* @throws ApiException if fails to make API call
@@ -300,7 +300,7 @@ public ApiResponse<Void> deleteRetentionFilterWithHttpInfo(String appId, String
300300
*
301301
* <p>See {@link #deleteRetentionFilterWithHttpInfo}.
302302
*
303-
* @param appId Application ID. (required)
303+
* @param appId RUM application ID. (required)
304304
* @param rfId Retention filter ID. (required)
305305
* @return CompletableFuture&lt;ApiResponse&lt;Void&gt;&gt;
306306
*/
@@ -365,7 +365,7 @@ public CompletableFuture<ApiResponse<Void>> deleteRetentionFilterWithHttpInfoAsy
365365
*
366366
* <p>See {@link #getRetentionFilterWithHttpInfo}.
367367
*
368-
* @param appId Application ID. (required)
368+
* @param appId RUM application ID. (required)
369369
* @param rfId Retention filter ID. (required)
370370
* @return RumRetentionFilterResponse
371371
* @throws ApiException if fails to make API call
@@ -380,7 +380,7 @@ public RumRetentionFilterResponse getRetentionFilter(String appId, String rfId)
380380
*
381381
* <p>See {@link #getRetentionFilterWithHttpInfoAsync}.
382382
*
383-
* @param appId Application ID. (required)
383+
* @param appId RUM application ID. (required)
384384
* @param rfId Retention filter ID. (required)
385385
* @return CompletableFuture&lt;RumRetentionFilterResponse&gt;
386386
*/
@@ -394,9 +394,9 @@ public CompletableFuture<RumRetentionFilterResponse> getRetentionFilterAsync(
394394
}
395395

396396
/**
397-
* Get a RUM retention filter for an application.
397+
* Get a RUM retention filter for a RUM application.
398398
*
399-
* @param appId Application ID. (required)
399+
* @param appId RUM application ID. (required)
400400
* @param rfId Retention filter ID. (required)
401401
* @return ApiResponse&lt;RumRetentionFilterResponse&gt;
402402
* @throws ApiException if fails to make API call
@@ -458,7 +458,7 @@ public ApiResponse<RumRetentionFilterResponse> getRetentionFilterWithHttpInfo(
458458
*
459459
* <p>See {@link #getRetentionFilterWithHttpInfo}.
460460
*
461-
* @param appId Application ID. (required)
461+
* @param appId RUM application ID. (required)
462462
* @param rfId Retention filter ID. (required)
463463
* @return CompletableFuture&lt;ApiResponse&lt;RumRetentionFilterResponse&gt;&gt;
464464
*/
@@ -523,7 +523,7 @@ public ApiResponse<RumRetentionFilterResponse> getRetentionFilterWithHttpInfo(
523523
*
524524
* <p>See {@link #listRetentionFiltersWithHttpInfo}.
525525
*
526-
* @param appId Application ID. (required)
526+
* @param appId RUM application ID. (required)
527527
* @return RumRetentionFiltersResponse
528528
* @throws ApiException if fails to make API call
529529
*/
@@ -536,7 +536,7 @@ public RumRetentionFiltersResponse listRetentionFilters(String appId) throws Api
536536
*
537537
* <p>See {@link #listRetentionFiltersWithHttpInfoAsync}.
538538
*
539-
* @param appId Application ID. (required)
539+
* @param appId RUM application ID. (required)
540540
* @return CompletableFuture&lt;RumRetentionFiltersResponse&gt;
541541
*/
542542
public CompletableFuture<RumRetentionFiltersResponse> listRetentionFiltersAsync(String appId) {
@@ -548,9 +548,9 @@ public CompletableFuture<RumRetentionFiltersResponse> listRetentionFiltersAsync(
548548
}
549549

550550
/**
551-
* Get the list of RUM retention filters for an application.
551+
* Get the list of RUM retention filters for a RUM application.
552552
*
553-
* @param appId Application ID. (required)
553+
* @param appId RUM application ID. (required)
554554
* @return ApiResponse&lt;RumRetentionFiltersResponse&gt;
555555
* @throws ApiException if fails to make API call
556556
* @http.response.details
@@ -603,7 +603,7 @@ public ApiResponse<RumRetentionFiltersResponse> listRetentionFiltersWithHttpInfo
603603
*
604604
* <p>See {@link #listRetentionFiltersWithHttpInfo}.
605605
*
606-
* @param appId Application ID. (required)
606+
* @param appId RUM application ID. (required)
607607
* @return CompletableFuture&lt;ApiResponse&lt;RumRetentionFiltersResponse&gt;&gt;
608608
*/
609609
public CompletableFuture<ApiResponse<RumRetentionFiltersResponse>>
@@ -659,7 +659,7 @@ public ApiResponse<RumRetentionFiltersResponse> listRetentionFiltersWithHttpInfo
659659
*
660660
* <p>See {@link #orderRetentionFiltersWithHttpInfo}.
661661
*
662-
* @param appId Application ID. (required)
662+
* @param appId RUM application ID. (required)
663663
* @param body New definition of the RUM retention filter. (required)
664664
* @return RumRetentionFiltersOrderResponse
665665
* @throws ApiException if fails to make API call
@@ -674,7 +674,7 @@ public RumRetentionFiltersOrderResponse orderRetentionFilters(
674674
*
675675
* <p>See {@link #orderRetentionFiltersWithHttpInfoAsync}.
676676
*
677-
* @param appId Application ID. (required)
677+
* @param appId RUM application ID. (required)
678678
* @param body New definition of the RUM retention filter. (required)
679679
* @return CompletableFuture&lt;RumRetentionFiltersOrderResponse&gt;
680680
*/
@@ -688,10 +688,10 @@ public CompletableFuture<RumRetentionFiltersOrderResponse> orderRetentionFilters
688688
}
689689

690690
/**
691-
* Order RUM retention filters for an application. Returns RUM retention filter objects without
691+
* Order RUM retention filters for a RUM application. Returns RUM retention filter objects without
692692
* attributes and meta from the request body when the request is successful.
693693
*
694-
* @param appId Application ID. (required)
694+
* @param appId RUM application ID. (required)
695695
* @param body New definition of the RUM retention filter. (required)
696696
* @return ApiResponse&lt;RumRetentionFiltersOrderResponse&gt;
697697
* @throws ApiException if fails to make API call
@@ -752,7 +752,7 @@ public ApiResponse<RumRetentionFiltersOrderResponse> orderRetentionFiltersWithHt
752752
*
753753
* <p>See {@link #orderRetentionFiltersWithHttpInfo}.
754754
*
755-
* @param appId Application ID. (required)
755+
* @param appId RUM application ID. (required)
756756
* @param body New definition of the RUM retention filter. (required)
757757
* @return CompletableFuture&lt;ApiResponse&lt;RumRetentionFiltersOrderResponse&gt;&gt;
758758
*/
@@ -819,7 +819,7 @@ public ApiResponse<RumRetentionFiltersOrderResponse> orderRetentionFiltersWithHt
819819
*
820820
* <p>See {@link #updateRetentionFilterWithHttpInfo}.
821821
*
822-
* @param appId Application ID. (required)
822+
* @param appId RUM application ID. (required)
823823
* @param rfId Retention filter ID. (required)
824824
* @param body New definition of the RUM retention filter. (required)
825825
* @return RumRetentionFilterResponse
@@ -835,7 +835,7 @@ public RumRetentionFilterResponse updateRetentionFilter(
835835
*
836836
* <p>See {@link #updateRetentionFilterWithHttpInfoAsync}.
837837
*
838-
* @param appId Application ID. (required)
838+
* @param appId RUM application ID. (required)
839839
* @param rfId Retention filter ID. (required)
840840
* @param body New definition of the RUM retention filter. (required)
841841
* @return CompletableFuture&lt;RumRetentionFilterResponse&gt;
@@ -850,10 +850,10 @@ public CompletableFuture<RumRetentionFilterResponse> updateRetentionFilterAsync(
850850
}
851851

852852
/**
853-
* Update a RUM retention filter for an application. Returns RUM retention filter objects from the
854-
* request body when the request is successful.
853+
* Update a RUM retention filter for a RUM application. Returns RUM retention filter objects from
854+
* the request body when the request is successful.
855855
*
856-
* @param appId Application ID. (required)
856+
* @param appId RUM application ID. (required)
857857
* @param rfId Retention filter ID. (required)
858858
* @param body New definition of the RUM retention filter. (required)
859859
* @return ApiResponse&lt;RumRetentionFilterResponse&gt;
@@ -923,7 +923,7 @@ public ApiResponse<RumRetentionFilterResponse> updateRetentionFilterWithHttpInfo
923923
*
924924
* <p>See {@link #updateRetentionFilterWithHttpInfo}.
925925
*
926-
* @param appId Application ID. (required)
926+
* @param appId RUM application ID. (required)
927927
* @param rfId Retention filter ID. (required)
928928
* @param body New definition of the RUM retention filter. (required)
929929
* @return CompletableFuture&lt;ApiResponse&lt;RumRetentionFilterResponse&gt;&gt;

src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterMeta.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ public RumRetentionFilterMeta source(RumRetentionFilterSource source) {
3232
}
3333

3434
/**
35-
* The type of RUM events to filter on.
35+
* The origin source of the retention filter, which may be created or updated through the Datadog
36+
* UI, terraform, or other channels such as direct API calls.
3637
*
3738
* @return source
3839
*/

src/main/java/com/datadog/api/client/v2/model/RumRetentionFilterSource.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
import java.util.HashSet;
1919
import java.util.Set;
2020

21-
/** The type of RUM events to filter on. */
21+
/**
22+
* The origin source of the retention filter, which may be created or updated through the Datadog
23+
* UI, terraform, or other channels such as direct API calls.
24+
*/
2225
@JsonSerialize(using = RumRetentionFilterSource.RumRetentionFilterSourceSerializer.class)
2326
public class RumRetentionFilterSource extends ModelEnum<String> {
2427

src/main/java/com/datadog/api/client/v2/model/RumRetentionFiltersOrderRequest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
/**
2222
* The list of RUM retention filter IDs along with their corresponding type to reorder. All
23-
* retention filter IDs should be included in the list created for an application.
23+
* retention filter IDs should be included in the list created for a RUM application.
2424
*/
2525
@JsonPropertyOrder({RumRetentionFiltersOrderRequest.JSON_PROPERTY_DATA})
2626
@jakarta.annotation.Generated(

src/main/java/com/datadog/api/client/v2/model/RumRetentionFiltersResponse.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.Map;
1919
import java.util.Objects;
2020

21-
/** All RUM retention filters for an application. */
21+
/** All RUM retention filters for a RUM application. */
2222
@JsonPropertyOrder({RumRetentionFiltersResponse.JSON_PROPERTY_DATA})
2323
@jakarta.annotation.Generated(
2424
value = "https://github.com/DataDog/datadog-api-client-java/blob/master/.generator")

0 commit comments

Comments
 (0)