diff --git a/.apigentools-info b/.apigentools-info index 80b4cf85273..0ea4f707597 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-06 17:59:36.285895", - "spec_repo_commit": "b89b292b" + "regenerated": "2025-02-06 20:41:59.024654", + "spec_repo_commit": "970d122d" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-02-06 17:59:36.301562", - "spec_repo_commit": "b89b292b" + "regenerated": "2025-02-06 20:41:59.039822", + "spec_repo_commit": "970d122d" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 194508f81c8..1de23523644 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -193,7 +193,7 @@ components: schema: type: string ConfluentAccountID: - description: Confluent Account id. + description: Confluent Account ID. in: path name: account_id required: true diff --git a/src/main/java/com/datadog/api/client/v2/api/ConfluentCloudApi.java b/src/main/java/com/datadog/api/client/v2/api/ConfluentCloudApi.java index 4b106e7caf3..e3b695ddf1c 100644 --- a/src/main/java/com/datadog/api/client/v2/api/ConfluentCloudApi.java +++ b/src/main/java/com/datadog/api/client/v2/api/ConfluentCloudApi.java @@ -188,7 +188,7 @@ public ApiResponse createConfluentAccountWithHttpInfo( * *

See {@link #createConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param body Confluent payload (required) * @return ConfluentResourceResponse * @throws ApiException if fails to make API call @@ -203,7 +203,7 @@ public ConfluentResourceResponse createConfluentResource( * *

See {@link #createConfluentResourceWithHttpInfoAsync}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param body Confluent payload (required) * @return CompletableFuture<ConfluentResourceResponse> */ @@ -219,7 +219,7 @@ public CompletableFuture createConfluentResourceAsync /** * Create a Confluent resource for the account associated with the provided ID. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param body Confluent payload (required) * @return ApiResponse<ConfluentResourceResponse> * @throws ApiException if fails to make API call @@ -281,7 +281,7 @@ public ApiResponse createConfluentResourceWithHttpInf * *

See {@link #createConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param body Confluent payload (required) * @return CompletableFuture<ApiResponse<ConfluentResourceResponse>> */ @@ -346,7 +346,7 @@ public ApiResponse createConfluentResourceWithHttpInf * *

See {@link #deleteConfluentAccountWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @throws ApiException if fails to make API call */ public void deleteConfluentAccount(String accountId) throws ApiException { @@ -358,7 +358,7 @@ public void deleteConfluentAccount(String accountId) throws ApiException { * *

See {@link #deleteConfluentAccountWithHttpInfoAsync}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return CompletableFuture */ public CompletableFuture deleteConfluentAccountAsync(String accountId) { @@ -372,7 +372,7 @@ public CompletableFuture deleteConfluentAccountAsync(String accountId) { /** * Delete a Confluent account with the provided account ID. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call * @http.response.details @@ -427,7 +427,7 @@ public ApiResponse deleteConfluentAccountWithHttpInfo(String accountId) * *

See {@link #deleteConfluentAccountWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return CompletableFuture<ApiResponse<Void>> */ public CompletableFuture> deleteConfluentAccountWithHttpInfoAsync( @@ -482,7 +482,7 @@ public CompletableFuture> deleteConfluentAccountWithHttpInfoAs * *

See {@link #deleteConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @throws ApiException if fails to make API call */ @@ -495,7 +495,7 @@ public void deleteConfluentResource(String accountId, String resourceId) throws * *

See {@link #deleteConfluentResourceWithHttpInfoAsync}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @return CompletableFuture */ @@ -511,7 +511,7 @@ public CompletableFuture deleteConfluentResourceAsync(String accountId, St * Delete a Confluent resource with the provided resource id for the account associated with the * provided account ID. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @return ApiResponse<Void> * @throws ApiException if fails to make API call @@ -575,7 +575,7 @@ public ApiResponse deleteConfluentResourceWithHttpInfo(String accountId, S * *

See {@link #deleteConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @return CompletableFuture<ApiResponse<Void>> */ @@ -643,7 +643,7 @@ public CompletableFuture> deleteConfluentResourceWithHttpInfoA * *

See {@link #getConfluentAccountWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return ConfluentAccountResponse * @throws ApiException if fails to make API call */ @@ -656,7 +656,7 @@ public ConfluentAccountResponse getConfluentAccount(String accountId) throws Api * *

See {@link #getConfluentAccountWithHttpInfoAsync}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return CompletableFuture<ConfluentAccountResponse> */ public CompletableFuture getConfluentAccountAsync(String accountId) { @@ -670,7 +670,7 @@ public CompletableFuture getConfluentAccountAsync(Stri /** * Get the Confluent account with the provided account ID. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return ApiResponse<ConfluentAccountResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -725,7 +725,7 @@ public ApiResponse getConfluentAccountWithHttpInfo(Str * *

See {@link #getConfluentAccountWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return CompletableFuture<ApiResponse<ConfluentAccountResponse>> */ public CompletableFuture> @@ -779,7 +779,7 @@ public ApiResponse getConfluentAccountWithHttpInfo(Str * *

See {@link #getConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @return ConfluentResourceResponse * @throws ApiException if fails to make API call @@ -794,7 +794,7 @@ public ConfluentResourceResponse getConfluentResource(String accountId, String r * *

See {@link #getConfluentResourceWithHttpInfoAsync}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @return CompletableFuture<ConfluentResourceResponse> */ @@ -811,7 +811,7 @@ public CompletableFuture getConfluentResourceAsync( * Get a Confluent resource with the provided resource id for the account associated with the * provided account ID. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @return ApiResponse<ConfluentResourceResponse> * @throws ApiException if fails to make API call @@ -875,7 +875,7 @@ public ApiResponse getConfluentResourceWithHttpInfo( * *

See {@link #getConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @return CompletableFuture<ApiResponse<ConfluentResourceResponse>> */ @@ -1055,7 +1055,7 @@ public ApiResponse listConfluentAccountWithHttpInfo() * *

See {@link #listConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return ConfluentResourcesResponse * @throws ApiException if fails to make API call */ @@ -1068,7 +1068,7 @@ public ConfluentResourcesResponse listConfluentResource(String accountId) throws * *

See {@link #listConfluentResourceWithHttpInfoAsync}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return CompletableFuture<ConfluentResourcesResponse> */ public CompletableFuture listConfluentResourceAsync( @@ -1083,7 +1083,7 @@ public CompletableFuture listConfluentResourceAsync( /** * Get a Confluent resource for the account associated with the provided ID. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return ApiResponse<ConfluentResourcesResponse> * @throws ApiException if fails to make API call * @http.response.details @@ -1138,7 +1138,7 @@ public ApiResponse listConfluentResourceWithHttpInfo * *

See {@link #listConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @return CompletableFuture<ApiResponse<ConfluentResourcesResponse>> */ public CompletableFuture> @@ -1193,7 +1193,7 @@ public ApiResponse listConfluentResourceWithHttpInfo * *

See {@link #updateConfluentAccountWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param body Confluent payload (required) * @return ConfluentAccountResponse * @throws ApiException if fails to make API call @@ -1208,7 +1208,7 @@ public ConfluentAccountResponse updateConfluentAccount( * *

See {@link #updateConfluentAccountWithHttpInfoAsync}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param body Confluent payload (required) * @return CompletableFuture<ConfluentAccountResponse> */ @@ -1224,7 +1224,7 @@ public CompletableFuture updateConfluentAccountAsync( /** * Update the Confluent account with the provided account ID. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param body Confluent payload (required) * @return ApiResponse<ConfluentAccountResponse> * @throws ApiException if fails to make API call @@ -1286,7 +1286,7 @@ public ApiResponse updateConfluentAccountWithHttpInfo( * *

See {@link #updateConfluentAccountWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param body Confluent payload (required) * @return CompletableFuture<ApiResponse<ConfluentAccountResponse>> */ @@ -1352,7 +1352,7 @@ public ApiResponse updateConfluentAccountWithHttpInfo( * *

See {@link #updateConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @param body Confluent payload (required) * @return ConfluentResourceResponse @@ -1368,7 +1368,7 @@ public ConfluentResourceResponse updateConfluentResource( * *

See {@link #updateConfluentResourceWithHttpInfoAsync}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @param body Confluent payload (required) * @return CompletableFuture<ConfluentResourceResponse> @@ -1386,7 +1386,7 @@ public CompletableFuture updateConfluentResourceAsync * Update a Confluent resource with the provided resource id for the account associated with the * provided account ID. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @param body Confluent payload (required) * @return ApiResponse<ConfluentResourceResponse> @@ -1457,7 +1457,7 @@ public ApiResponse updateConfluentResourceWithHttpInf * *

See {@link #updateConfluentResourceWithHttpInfo}. * - * @param accountId Confluent Account id. (required) + * @param accountId Confluent Account ID. (required) * @param resourceId Confluent Account Resource ID. (required) * @param body Confluent payload (required) * @return CompletableFuture<ApiResponse<ConfluentResourceResponse>>