@@ -195,13 +195,6 @@ public CompletableFuture<SingleAggregatedConnectionResponseArray> getAggregatedC
195195 */
196196 public ApiResponse <SingleAggregatedConnectionResponseArray > getAggregatedConnectionsWithHttpInfo (
197197 GetAggregatedConnectionsOptionalParameters parameters ) throws ApiException {
198- // Check if unstable operation is enabled
199- String operationId = "getAggregatedConnections" ;
200- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
201- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
202- } else {
203- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
204- }
205198 Object localVarPostBody = null ;
206199 Long from = parameters .from ;
207200 Long to = parameters .to ;
@@ -251,17 +244,6 @@ public ApiResponse<SingleAggregatedConnectionResponseArray> getAggregatedConnect
251244 public CompletableFuture <ApiResponse <SingleAggregatedConnectionResponseArray >>
252245 getAggregatedConnectionsWithHttpInfoAsync (
253246 GetAggregatedConnectionsOptionalParameters parameters ) {
254- // Check if unstable operation is enabled
255- String operationId = "getAggregatedConnections" ;
256- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
257- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
258- } else {
259- CompletableFuture <ApiResponse <SingleAggregatedConnectionResponseArray >> result =
260- new CompletableFuture <>();
261- result .completeExceptionally (
262- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
263- return result ;
264- }
265247 Object localVarPostBody = null ;
266248 Long from = parameters .from ;
267249 Long to = parameters .to ;
@@ -457,13 +439,6 @@ public CompletableFuture<SingleAggregatedDnsResponseArray> getAggregatedDnsAsync
457439 */
458440 public ApiResponse <SingleAggregatedDnsResponseArray > getAggregatedDnsWithHttpInfo (
459441 GetAggregatedDnsOptionalParameters parameters ) throws ApiException {
460- // Check if unstable operation is enabled
461- String operationId = "getAggregatedDns" ;
462- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
463- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
464- } else {
465- throw new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId ));
466- }
467442 Object localVarPostBody = null ;
468443 Long from = parameters .from ;
469444 Long to = parameters .to ;
@@ -512,17 +487,6 @@ public ApiResponse<SingleAggregatedDnsResponseArray> getAggregatedDnsWithHttpInf
512487 */
513488 public CompletableFuture <ApiResponse <SingleAggregatedDnsResponseArray >>
514489 getAggregatedDnsWithHttpInfoAsync (GetAggregatedDnsOptionalParameters parameters ) {
515- // Check if unstable operation is enabled
516- String operationId = "getAggregatedDns" ;
517- if (apiClient .isUnstableOperationEnabled ("v2." + operationId )) {
518- apiClient .getLogger ().warning (String .format ("Using unstable operation '%s'" , operationId ));
519- } else {
520- CompletableFuture <ApiResponse <SingleAggregatedDnsResponseArray >> result =
521- new CompletableFuture <>();
522- result .completeExceptionally (
523- new ApiException (0 , String .format ("Unstable operation '%s' is disabled" , operationId )));
524- return result ;
525- }
526490 Object localVarPostBody = null ;
527491 Long from = parameters .from ;
528492 Long to = parameters .to ;
0 commit comments