@@ -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<ConfluentResourceResponse>
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<ConfluentResourceResponse>
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<ApiResponse<ConfluentResourceResponse>>
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<Void>
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<ApiResponse<Void>>
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<Void>
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<ApiResponse<Void>>
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<ConfluentAccountResponse>
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<ConfluentAccountResponse>
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<ApiResponse<ConfluentAccountResponse>>
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<ConfluentResourceResponse>
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<ConfluentResourceResponse>
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<ApiResponse<ConfluentResourceResponse>>
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<ConfluentResourcesResponse>
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<ConfluentResourcesResponse>
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<ApiResponse<ConfluentResourcesResponse>>
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<ConfluentAccountResponse>
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<ConfluentAccountResponse>
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<ApiResponse<ConfluentAccountResponse>>
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<ConfluentResourceResponse>
@@ -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<ConfluentResourceResponse>
@@ -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<ApiResponse<ConfluentResourceResponse>>
0 commit comments