Skip to content

Commit 452eb72

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 1ff7c087 of spec repo
1 parent 42f6bd8 commit 452eb72

File tree

5 files changed

+38
-42
lines changed

5 files changed

+38
-42
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-02-06 17:59:36.285895",
8-
"spec_repo_commit": "b89b292b"
7+
"regenerated": "2025-02-07 15:58:49.728330",
8+
"spec_repo_commit": "1ff7c087"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-06 17:59:36.301562",
13-
"spec_repo_commit": "b89b292b"
12+
"regenerated": "2025-02-07 15:58:49.745620",
13+
"spec_repo_commit": "1ff7c087"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -14988,15 +14988,13 @@ components:
1498814988
- element
1498914989
- email
1499014990
- global
14991-
- javascript
1499214991
- text
1499314992
example: text
1499414993
type: string
1499514994
x-enum-varnames:
1499614995
- ELEMENT
1499714996
- EMAIL
1499814997
- GLOBAL
14999-
- JAVASCRIPT
1500014998
- TEXT
1500114999
SyntheticsCIBatchMetadata:
1500215000
description: Metadata for the Synthetic tests run.

.generator/schemas/v2/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ components:
193193
schema:
194194
type: string
195195
ConfluentAccountID:
196-
description: Confluent Account id.
196+
description: Confluent Account ID.
197197
in: path
198198
name: account_id
199199
required: true

src/main/java/com/datadog/api/client/v1/model/SyntheticsBrowserVariableType.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,14 @@
2323
public class SyntheticsBrowserVariableType extends ModelEnum<String> {
2424

2525
private static final Set<String> allowedValues =
26-
new HashSet<String>(Arrays.asList("element", "email", "global", "javascript", "text"));
26+
new HashSet<String>(Arrays.asList("element", "email", "global", "text"));
2727

2828
public static final SyntheticsBrowserVariableType ELEMENT =
2929
new SyntheticsBrowserVariableType("element");
3030
public static final SyntheticsBrowserVariableType EMAIL =
3131
new SyntheticsBrowserVariableType("email");
3232
public static final SyntheticsBrowserVariableType GLOBAL =
3333
new SyntheticsBrowserVariableType("global");
34-
public static final SyntheticsBrowserVariableType JAVASCRIPT =
35-
new SyntheticsBrowserVariableType("javascript");
3634
public static final SyntheticsBrowserVariableType TEXT =
3735
new SyntheticsBrowserVariableType("text");
3836

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

+32-32
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public ApiResponse<ConfluentAccountResponse> createConfluentAccountWithHttpInfo(
188188
*
189189
* <p>See {@link #createConfluentResourceWithHttpInfo}.
190190
*
191-
* @param accountId Confluent Account id. (required)
191+
* @param accountId Confluent Account ID. (required)
192192
* @param body Confluent payload (required)
193193
* @return ConfluentResourceResponse
194194
* @throws ApiException if fails to make API call
@@ -203,7 +203,7 @@ public ConfluentResourceResponse createConfluentResource(
203203
*
204204
* <p>See {@link #createConfluentResourceWithHttpInfoAsync}.
205205
*
206-
* @param accountId Confluent Account id. (required)
206+
* @param accountId Confluent Account ID. (required)
207207
* @param body Confluent payload (required)
208208
* @return CompletableFuture&lt;ConfluentResourceResponse&gt;
209209
*/
@@ -219,7 +219,7 @@ public CompletableFuture<ConfluentResourceResponse> createConfluentResourceAsync
219219
/**
220220
* Create a Confluent resource for the account associated with the provided ID.
221221
*
222-
* @param accountId Confluent Account id. (required)
222+
* @param accountId Confluent Account ID. (required)
223223
* @param body Confluent payload (required)
224224
* @return ApiResponse&lt;ConfluentResourceResponse&gt;
225225
* @throws ApiException if fails to make API call
@@ -281,7 +281,7 @@ public ApiResponse<ConfluentResourceResponse> createConfluentResourceWithHttpInf
281281
*
282282
* <p>See {@link #createConfluentResourceWithHttpInfo}.
283283
*
284-
* @param accountId Confluent Account id. (required)
284+
* @param accountId Confluent Account ID. (required)
285285
* @param body Confluent payload (required)
286286
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentResourceResponse&gt;&gt;
287287
*/
@@ -346,7 +346,7 @@ public ApiResponse<ConfluentResourceResponse> createConfluentResourceWithHttpInf
346346
*
347347
* <p>See {@link #deleteConfluentAccountWithHttpInfo}.
348348
*
349-
* @param accountId Confluent Account id. (required)
349+
* @param accountId Confluent Account ID. (required)
350350
* @throws ApiException if fails to make API call
351351
*/
352352
public void deleteConfluentAccount(String accountId) throws ApiException {
@@ -358,7 +358,7 @@ public void deleteConfluentAccount(String accountId) throws ApiException {
358358
*
359359
* <p>See {@link #deleteConfluentAccountWithHttpInfoAsync}.
360360
*
361-
* @param accountId Confluent Account id. (required)
361+
* @param accountId Confluent Account ID. (required)
362362
* @return CompletableFuture
363363
*/
364364
public CompletableFuture<Void> deleteConfluentAccountAsync(String accountId) {
@@ -372,7 +372,7 @@ public CompletableFuture<Void> deleteConfluentAccountAsync(String accountId) {
372372
/**
373373
* Delete a Confluent account with the provided account ID.
374374
*
375-
* @param accountId Confluent Account id. (required)
375+
* @param accountId Confluent Account ID. (required)
376376
* @return ApiResponse&lt;Void&gt;
377377
* @throws ApiException if fails to make API call
378378
* @http.response.details
@@ -427,7 +427,7 @@ public ApiResponse<Void> deleteConfluentAccountWithHttpInfo(String accountId)
427427
*
428428
* <p>See {@link #deleteConfluentAccountWithHttpInfo}.
429429
*
430-
* @param accountId Confluent Account id. (required)
430+
* @param accountId Confluent Account ID. (required)
431431
* @return CompletableFuture&lt;ApiResponse&lt;Void&gt;&gt;
432432
*/
433433
public CompletableFuture<ApiResponse<Void>> deleteConfluentAccountWithHttpInfoAsync(
@@ -482,7 +482,7 @@ public CompletableFuture<ApiResponse<Void>> deleteConfluentAccountWithHttpInfoAs
482482
*
483483
* <p>See {@link #deleteConfluentResourceWithHttpInfo}.
484484
*
485-
* @param accountId Confluent Account id. (required)
485+
* @param accountId Confluent Account ID. (required)
486486
* @param resourceId Confluent Account Resource ID. (required)
487487
* @throws ApiException if fails to make API call
488488
*/
@@ -495,7 +495,7 @@ public void deleteConfluentResource(String accountId, String resourceId) throws
495495
*
496496
* <p>See {@link #deleteConfluentResourceWithHttpInfoAsync}.
497497
*
498-
* @param accountId Confluent Account id. (required)
498+
* @param accountId Confluent Account ID. (required)
499499
* @param resourceId Confluent Account Resource ID. (required)
500500
* @return CompletableFuture
501501
*/
@@ -511,7 +511,7 @@ public CompletableFuture<Void> deleteConfluentResourceAsync(String accountId, St
511511
* Delete a Confluent resource with the provided resource id for the account associated with the
512512
* provided account ID.
513513
*
514-
* @param accountId Confluent Account id. (required)
514+
* @param accountId Confluent Account ID. (required)
515515
* @param resourceId Confluent Account Resource ID. (required)
516516
* @return ApiResponse&lt;Void&gt;
517517
* @throws ApiException if fails to make API call
@@ -575,7 +575,7 @@ public ApiResponse<Void> deleteConfluentResourceWithHttpInfo(String accountId, S
575575
*
576576
* <p>See {@link #deleteConfluentResourceWithHttpInfo}.
577577
*
578-
* @param accountId Confluent Account id. (required)
578+
* @param accountId Confluent Account ID. (required)
579579
* @param resourceId Confluent Account Resource ID. (required)
580580
* @return CompletableFuture&lt;ApiResponse&lt;Void&gt;&gt;
581581
*/
@@ -643,7 +643,7 @@ public CompletableFuture<ApiResponse<Void>> deleteConfluentResourceWithHttpInfoA
643643
*
644644
* <p>See {@link #getConfluentAccountWithHttpInfo}.
645645
*
646-
* @param accountId Confluent Account id. (required)
646+
* @param accountId Confluent Account ID. (required)
647647
* @return ConfluentAccountResponse
648648
* @throws ApiException if fails to make API call
649649
*/
@@ -656,7 +656,7 @@ public ConfluentAccountResponse getConfluentAccount(String accountId) throws Api
656656
*
657657
* <p>See {@link #getConfluentAccountWithHttpInfoAsync}.
658658
*
659-
* @param accountId Confluent Account id. (required)
659+
* @param accountId Confluent Account ID. (required)
660660
* @return CompletableFuture&lt;ConfluentAccountResponse&gt;
661661
*/
662662
public CompletableFuture<ConfluentAccountResponse> getConfluentAccountAsync(String accountId) {
@@ -670,7 +670,7 @@ public CompletableFuture<ConfluentAccountResponse> getConfluentAccountAsync(Stri
670670
/**
671671
* Get the Confluent account with the provided account ID.
672672
*
673-
* @param accountId Confluent Account id. (required)
673+
* @param accountId Confluent Account ID. (required)
674674
* @return ApiResponse&lt;ConfluentAccountResponse&gt;
675675
* @throws ApiException if fails to make API call
676676
* @http.response.details
@@ -725,7 +725,7 @@ public ApiResponse<ConfluentAccountResponse> getConfluentAccountWithHttpInfo(Str
725725
*
726726
* <p>See {@link #getConfluentAccountWithHttpInfo}.
727727
*
728-
* @param accountId Confluent Account id. (required)
728+
* @param accountId Confluent Account ID. (required)
729729
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentAccountResponse&gt;&gt;
730730
*/
731731
public CompletableFuture<ApiResponse<ConfluentAccountResponse>>
@@ -779,7 +779,7 @@ public ApiResponse<ConfluentAccountResponse> getConfluentAccountWithHttpInfo(Str
779779
*
780780
* <p>See {@link #getConfluentResourceWithHttpInfo}.
781781
*
782-
* @param accountId Confluent Account id. (required)
782+
* @param accountId Confluent Account ID. (required)
783783
* @param resourceId Confluent Account Resource ID. (required)
784784
* @return ConfluentResourceResponse
785785
* @throws ApiException if fails to make API call
@@ -794,7 +794,7 @@ public ConfluentResourceResponse getConfluentResource(String accountId, String r
794794
*
795795
* <p>See {@link #getConfluentResourceWithHttpInfoAsync}.
796796
*
797-
* @param accountId Confluent Account id. (required)
797+
* @param accountId Confluent Account ID. (required)
798798
* @param resourceId Confluent Account Resource ID. (required)
799799
* @return CompletableFuture&lt;ConfluentResourceResponse&gt;
800800
*/
@@ -811,7 +811,7 @@ public CompletableFuture<ConfluentResourceResponse> getConfluentResourceAsync(
811811
* Get a Confluent resource with the provided resource id for the account associated with the
812812
* provided account ID.
813813
*
814-
* @param accountId Confluent Account id. (required)
814+
* @param accountId Confluent Account ID. (required)
815815
* @param resourceId Confluent Account Resource ID. (required)
816816
* @return ApiResponse&lt;ConfluentResourceResponse&gt;
817817
* @throws ApiException if fails to make API call
@@ -875,7 +875,7 @@ public ApiResponse<ConfluentResourceResponse> getConfluentResourceWithHttpInfo(
875875
*
876876
* <p>See {@link #getConfluentResourceWithHttpInfo}.
877877
*
878-
* @param accountId Confluent Account id. (required)
878+
* @param accountId Confluent Account ID. (required)
879879
* @param resourceId Confluent Account Resource ID. (required)
880880
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentResourceResponse&gt;&gt;
881881
*/
@@ -1055,7 +1055,7 @@ public ApiResponse<ConfluentAccountsResponse> listConfluentAccountWithHttpInfo()
10551055
*
10561056
* <p>See {@link #listConfluentResourceWithHttpInfo}.
10571057
*
1058-
* @param accountId Confluent Account id. (required)
1058+
* @param accountId Confluent Account ID. (required)
10591059
* @return ConfluentResourcesResponse
10601060
* @throws ApiException if fails to make API call
10611061
*/
@@ -1068,7 +1068,7 @@ public ConfluentResourcesResponse listConfluentResource(String accountId) throws
10681068
*
10691069
* <p>See {@link #listConfluentResourceWithHttpInfoAsync}.
10701070
*
1071-
* @param accountId Confluent Account id. (required)
1071+
* @param accountId Confluent Account ID. (required)
10721072
* @return CompletableFuture&lt;ConfluentResourcesResponse&gt;
10731073
*/
10741074
public CompletableFuture<ConfluentResourcesResponse> listConfluentResourceAsync(
@@ -1083,7 +1083,7 @@ public CompletableFuture<ConfluentResourcesResponse> listConfluentResourceAsync(
10831083
/**
10841084
* Get a Confluent resource for the account associated with the provided ID.
10851085
*
1086-
* @param accountId Confluent Account id. (required)
1086+
* @param accountId Confluent Account ID. (required)
10871087
* @return ApiResponse&lt;ConfluentResourcesResponse&gt;
10881088
* @throws ApiException if fails to make API call
10891089
* @http.response.details
@@ -1138,7 +1138,7 @@ public ApiResponse<ConfluentResourcesResponse> listConfluentResourceWithHttpInfo
11381138
*
11391139
* <p>See {@link #listConfluentResourceWithHttpInfo}.
11401140
*
1141-
* @param accountId Confluent Account id. (required)
1141+
* @param accountId Confluent Account ID. (required)
11421142
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentResourcesResponse&gt;&gt;
11431143
*/
11441144
public CompletableFuture<ApiResponse<ConfluentResourcesResponse>>
@@ -1193,7 +1193,7 @@ public ApiResponse<ConfluentResourcesResponse> listConfluentResourceWithHttpInfo
11931193
*
11941194
* <p>See {@link #updateConfluentAccountWithHttpInfo}.
11951195
*
1196-
* @param accountId Confluent Account id. (required)
1196+
* @param accountId Confluent Account ID. (required)
11971197
* @param body Confluent payload (required)
11981198
* @return ConfluentAccountResponse
11991199
* @throws ApiException if fails to make API call
@@ -1208,7 +1208,7 @@ public ConfluentAccountResponse updateConfluentAccount(
12081208
*
12091209
* <p>See {@link #updateConfluentAccountWithHttpInfoAsync}.
12101210
*
1211-
* @param accountId Confluent Account id. (required)
1211+
* @param accountId Confluent Account ID. (required)
12121212
* @param body Confluent payload (required)
12131213
* @return CompletableFuture&lt;ConfluentAccountResponse&gt;
12141214
*/
@@ -1224,7 +1224,7 @@ public CompletableFuture<ConfluentAccountResponse> updateConfluentAccountAsync(
12241224
/**
12251225
* Update the Confluent account with the provided account ID.
12261226
*
1227-
* @param accountId Confluent Account id. (required)
1227+
* @param accountId Confluent Account ID. (required)
12281228
* @param body Confluent payload (required)
12291229
* @return ApiResponse&lt;ConfluentAccountResponse&gt;
12301230
* @throws ApiException if fails to make API call
@@ -1286,7 +1286,7 @@ public ApiResponse<ConfluentAccountResponse> updateConfluentAccountWithHttpInfo(
12861286
*
12871287
* <p>See {@link #updateConfluentAccountWithHttpInfo}.
12881288
*
1289-
* @param accountId Confluent Account id. (required)
1289+
* @param accountId Confluent Account ID. (required)
12901290
* @param body Confluent payload (required)
12911291
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentAccountResponse&gt;&gt;
12921292
*/
@@ -1352,7 +1352,7 @@ public ApiResponse<ConfluentAccountResponse> updateConfluentAccountWithHttpInfo(
13521352
*
13531353
* <p>See {@link #updateConfluentResourceWithHttpInfo}.
13541354
*
1355-
* @param accountId Confluent Account id. (required)
1355+
* @param accountId Confluent Account ID. (required)
13561356
* @param resourceId Confluent Account Resource ID. (required)
13571357
* @param body Confluent payload (required)
13581358
* @return ConfluentResourceResponse
@@ -1368,7 +1368,7 @@ public ConfluentResourceResponse updateConfluentResource(
13681368
*
13691369
* <p>See {@link #updateConfluentResourceWithHttpInfoAsync}.
13701370
*
1371-
* @param accountId Confluent Account id. (required)
1371+
* @param accountId Confluent Account ID. (required)
13721372
* @param resourceId Confluent Account Resource ID. (required)
13731373
* @param body Confluent payload (required)
13741374
* @return CompletableFuture&lt;ConfluentResourceResponse&gt;
@@ -1386,7 +1386,7 @@ public CompletableFuture<ConfluentResourceResponse> updateConfluentResourceAsync
13861386
* Update a Confluent resource with the provided resource id for the account associated with the
13871387
* provided account ID.
13881388
*
1389-
* @param accountId Confluent Account id. (required)
1389+
* @param accountId Confluent Account ID. (required)
13901390
* @param resourceId Confluent Account Resource ID. (required)
13911391
* @param body Confluent payload (required)
13921392
* @return ApiResponse&lt;ConfluentResourceResponse&gt;
@@ -1457,7 +1457,7 @@ public ApiResponse<ConfluentResourceResponse> updateConfluentResourceWithHttpInf
14571457
*
14581458
* <p>See {@link #updateConfluentResourceWithHttpInfo}.
14591459
*
1460-
* @param accountId Confluent Account id. (required)
1460+
* @param accountId Confluent Account ID. (required)
14611461
* @param resourceId Confluent Account Resource ID. (required)
14621462
* @param body Confluent payload (required)
14631463
* @return CompletableFuture&lt;ApiResponse&lt;ConfluentResourceResponse&gt;&gt;

0 commit comments

Comments
 (0)