@@ -452,7 +452,7 @@ public CompletableFuture<Object> customPutAsync(@Nonnull String path) throws Alg
452
452
/**
453
453
* Retrieves known incidents for the selected clusters.
454
454
*
455
- * @param clusters Subset of clusters, separated by comma . (required)
455
+ * @param clusters Subset of clusters, separated by commas . (required)
456
456
* @param requestOptions The requestOptions to send along with the query, they will be merged with
457
457
* the transporter requestOptions.
458
458
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -464,7 +464,7 @@ public IncidentsResponse getClusterIncidents(@Nonnull String clusters, RequestOp
464
464
/**
465
465
* Retrieves known incidents for the selected clusters.
466
466
*
467
- * @param clusters Subset of clusters, separated by comma . (required)
467
+ * @param clusters Subset of clusters, separated by commas . (required)
468
468
* @throws AlgoliaRuntimeException If it fails to process the API call
469
469
*/
470
470
public IncidentsResponse getClusterIncidents (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -474,7 +474,7 @@ public IncidentsResponse getClusterIncidents(@Nonnull String clusters) throws Al
474
474
/**
475
475
* (asynchronously) Retrieves known incidents for the selected clusters.
476
476
*
477
- * @param clusters Subset of clusters, separated by comma . (required)
477
+ * @param clusters Subset of clusters, separated by commas . (required)
478
478
* @param requestOptions The requestOptions to send along with the query, they will be merged with
479
479
* the transporter requestOptions.
480
480
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -491,7 +491,7 @@ public CompletableFuture<IncidentsResponse> getClusterIncidentsAsync(@Nonnull St
491
491
/**
492
492
* (asynchronously) Retrieves known incidents for the selected clusters.
493
493
*
494
- * @param clusters Subset of clusters, separated by comma . (required)
494
+ * @param clusters Subset of clusters, separated by commas . (required)
495
495
* @throws AlgoliaRuntimeException If it fails to process the API call
496
496
*/
497
497
public CompletableFuture <IncidentsResponse > getClusterIncidentsAsync (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -501,7 +501,7 @@ public CompletableFuture<IncidentsResponse> getClusterIncidentsAsync(@Nonnull St
501
501
/**
502
502
* Retrieves the status of selected clusters.
503
503
*
504
- * @param clusters Subset of clusters, separated by comma . (required)
504
+ * @param clusters Subset of clusters, separated by commas . (required)
505
505
* @param requestOptions The requestOptions to send along with the query, they will be merged with
506
506
* the transporter requestOptions.
507
507
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -513,7 +513,7 @@ public StatusResponse getClusterStatus(@Nonnull String clusters, RequestOptions
513
513
/**
514
514
* Retrieves the status of selected clusters.
515
515
*
516
- * @param clusters Subset of clusters, separated by comma . (required)
516
+ * @param clusters Subset of clusters, separated by commas . (required)
517
517
* @throws AlgoliaRuntimeException If it fails to process the API call
518
518
*/
519
519
public StatusResponse getClusterStatus (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -523,7 +523,7 @@ public StatusResponse getClusterStatus(@Nonnull String clusters) throws AlgoliaR
523
523
/**
524
524
* (asynchronously) Retrieves the status of selected clusters.
525
525
*
526
- * @param clusters Subset of clusters, separated by comma . (required)
526
+ * @param clusters Subset of clusters, separated by commas . (required)
527
527
* @param requestOptions The requestOptions to send along with the query, they will be merged with
528
528
* the transporter requestOptions.
529
529
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -540,7 +540,7 @@ public CompletableFuture<StatusResponse> getClusterStatusAsync(@Nonnull String c
540
540
/**
541
541
* (asynchronously) Retrieves the status of selected clusters.
542
542
*
543
- * @param clusters Subset of clusters, separated by comma . (required)
543
+ * @param clusters Subset of clusters, separated by commas . (required)
544
544
* @throws AlgoliaRuntimeException If it fails to process the API call
545
545
*/
546
546
public CompletableFuture <StatusResponse > getClusterStatusAsync (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -592,7 +592,7 @@ public CompletableFuture<IncidentsResponse> getIncidentsAsync() throws AlgoliaRu
592
592
/**
593
593
* Retrieves average times for indexing operations for selected clusters.
594
594
*
595
- * @param clusters Subset of clusters, separated by comma . (required)
595
+ * @param clusters Subset of clusters, separated by commas . (required)
596
596
* @param requestOptions The requestOptions to send along with the query, they will be merged with
597
597
* the transporter requestOptions.
598
598
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -604,7 +604,7 @@ public IndexingTimeResponse getIndexingTime(@Nonnull String clusters, RequestOpt
604
604
/**
605
605
* Retrieves average times for indexing operations for selected clusters.
606
606
*
607
- * @param clusters Subset of clusters, separated by comma . (required)
607
+ * @param clusters Subset of clusters, separated by commas . (required)
608
608
* @throws AlgoliaRuntimeException If it fails to process the API call
609
609
*/
610
610
public IndexingTimeResponse getIndexingTime (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -614,7 +614,7 @@ public IndexingTimeResponse getIndexingTime(@Nonnull String clusters) throws Alg
614
614
/**
615
615
* (asynchronously) Retrieves average times for indexing operations for selected clusters.
616
616
*
617
- * @param clusters Subset of clusters, separated by comma . (required)
617
+ * @param clusters Subset of clusters, separated by commas . (required)
618
618
* @param requestOptions The requestOptions to send along with the query, they will be merged with
619
619
* the transporter requestOptions.
620
620
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -631,7 +631,7 @@ public CompletableFuture<IndexingTimeResponse> getIndexingTimeAsync(@Nonnull Str
631
631
/**
632
632
* (asynchronously) Retrieves average times for indexing operations for selected clusters.
633
633
*
634
- * @param clusters Subset of clusters, separated by comma . (required)
634
+ * @param clusters Subset of clusters, separated by commas . (required)
635
635
* @throws AlgoliaRuntimeException If it fails to process the API call
636
636
*/
637
637
public CompletableFuture <IndexingTimeResponse > getIndexingTimeAsync (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -641,7 +641,7 @@ public CompletableFuture<IndexingTimeResponse> getIndexingTimeAsync(@Nonnull Str
641
641
/**
642
642
* Retrieves the average latency for search requests for selected clusters.
643
643
*
644
- * @param clusters Subset of clusters, separated by comma . (required)
644
+ * @param clusters Subset of clusters, separated by commas . (required)
645
645
* @param requestOptions The requestOptions to send along with the query, they will be merged with
646
646
* the transporter requestOptions.
647
647
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -653,7 +653,7 @@ public LatencyResponse getLatency(@Nonnull String clusters, RequestOptions reque
653
653
/**
654
654
* Retrieves the average latency for search requests for selected clusters.
655
655
*
656
- * @param clusters Subset of clusters, separated by comma . (required)
656
+ * @param clusters Subset of clusters, separated by commas . (required)
657
657
* @throws AlgoliaRuntimeException If it fails to process the API call
658
658
*/
659
659
public LatencyResponse getLatency (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -663,7 +663,7 @@ public LatencyResponse getLatency(@Nonnull String clusters) throws AlgoliaRuntim
663
663
/**
664
664
* (asynchronously) Retrieves the average latency for search requests for selected clusters.
665
665
*
666
- * @param clusters Subset of clusters, separated by comma . (required)
666
+ * @param clusters Subset of clusters, separated by commas . (required)
667
667
* @param requestOptions The requestOptions to send along with the query, they will be merged with
668
668
* the transporter requestOptions.
669
669
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -680,7 +680,7 @@ public CompletableFuture<LatencyResponse> getLatencyAsync(@Nonnull String cluste
680
680
/**
681
681
* (asynchronously) Retrieves the average latency for search requests for selected clusters.
682
682
*
683
- * @param clusters Subset of clusters, separated by comma . (required)
683
+ * @param clusters Subset of clusters, separated by commas . (required)
684
684
* @throws AlgoliaRuntimeException If it fails to process the API call
685
685
*/
686
686
public CompletableFuture <LatencyResponse > getLatencyAsync (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -784,7 +784,7 @@ public CompletableFuture<InfrastructureResponse> getMetricsAsync(@Nonnull Metric
784
784
/**
785
785
* Test whether clusters are reachable or not.
786
786
*
787
- * @param clusters Subset of clusters, separated by comma . (required)
787
+ * @param clusters Subset of clusters, separated by commas . (required)
788
788
* @param requestOptions The requestOptions to send along with the query, they will be merged with
789
789
* the transporter requestOptions.
790
790
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -797,7 +797,7 @@ public Map<String, Map<String, Boolean>> getReachability(@Nonnull String cluster
797
797
/**
798
798
* Test whether clusters are reachable or not.
799
799
*
800
- * @param clusters Subset of clusters, separated by comma . (required)
800
+ * @param clusters Subset of clusters, separated by commas . (required)
801
801
* @throws AlgoliaRuntimeException If it fails to process the API call
802
802
*/
803
803
public Map <String , Map <String , Boolean >> getReachability (@ Nonnull String clusters ) throws AlgoliaRuntimeException {
@@ -807,7 +807,7 @@ public Map<String, Map<String, Boolean>> getReachability(@Nonnull String cluster
807
807
/**
808
808
* (asynchronously) Test whether clusters are reachable or not.
809
809
*
810
- * @param clusters Subset of clusters, separated by comma . (required)
810
+ * @param clusters Subset of clusters, separated by commas . (required)
811
811
* @param requestOptions The requestOptions to send along with the query, they will be merged with
812
812
* the transporter requestOptions.
813
813
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -823,7 +823,7 @@ public CompletableFuture<Map<String, Map<String, Boolean>>> getReachabilityAsync
823
823
/**
824
824
* (asynchronously) Test whether clusters are reachable or not.
825
825
*
826
- * @param clusters Subset of clusters, separated by comma . (required)
826
+ * @param clusters Subset of clusters, separated by commas . (required)
827
827
* @throws AlgoliaRuntimeException If it fails to process the API call
828
828
*/
829
829
public CompletableFuture <Map <String , Map <String , Boolean >>> getReachabilityAsync (@ Nonnull String clusters )
0 commit comments