Skip to content

Commit 2d2081a

Browse files
committed
fix(specs): Typos in API descriptions (generated)
algolia/api-clients-automation#3932 Co-authored-by: algolia-bot <[email protected]>
1 parent ed57f10 commit 2d2081a

File tree

4 files changed

+30
-30
lines changed

4 files changed

+30
-30
lines changed

algoliasearch/src/main/java/com/algolia/api/IngestionClient.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ public CompletableFuture<ListDestinationsResponse> listDestinationsAsync() throw
19871987
}
19881988

19891989
/**
1990-
* Retrieves a list of events for a task run, identified by it's ID.
1990+
* Retrieves a list of events for a task run, identified by its ID.
19911991
*
19921992
* @param runID Unique identifier of a task run. (required)
19931993
* @param itemsPerPage Number of items per page. (optional, default to 10)
@@ -2022,7 +2022,7 @@ public ListEventsResponse listEvents(
20222022
}
20232023

20242024
/**
2025-
* Retrieves a list of events for a task run, identified by it's ID.
2025+
* Retrieves a list of events for a task run, identified by its ID.
20262026
*
20272027
* @param runID Unique identifier of a task run. (required)
20282028
* @param itemsPerPage Number of items per page. (optional, default to 10)
@@ -2052,7 +2052,7 @@ public ListEventsResponse listEvents(
20522052
}
20532053

20542054
/**
2055-
* Retrieves a list of events for a task run, identified by it's ID.
2055+
* Retrieves a list of events for a task run, identified by its ID.
20562056
*
20572057
* @param runID Unique identifier of a task run. (required)
20582058
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -2064,7 +2064,7 @@ public ListEventsResponse listEvents(@Nonnull String runID, RequestOptions reque
20642064
}
20652065

20662066
/**
2067-
* Retrieves a list of events for a task run, identified by it's ID.
2067+
* Retrieves a list of events for a task run, identified by its ID.
20682068
*
20692069
* @param runID Unique identifier of a task run. (required)
20702070
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -2074,7 +2074,7 @@ public ListEventsResponse listEvents(@Nonnull String runID) throws AlgoliaRuntim
20742074
}
20752075

20762076
/**
2077-
* (asynchronously) Retrieves a list of events for a task run, identified by it's ID.
2077+
* (asynchronously) Retrieves a list of events for a task run, identified by its ID.
20782078
*
20792079
* @param runID Unique identifier of a task run. (required)
20802080
* @param itemsPerPage Number of items per page. (optional, default to 10)
@@ -2121,7 +2121,7 @@ public CompletableFuture<ListEventsResponse> listEventsAsync(
21212121
}
21222122

21232123
/**
2124-
* (asynchronously) Retrieves a list of events for a task run, identified by it's ID.
2124+
* (asynchronously) Retrieves a list of events for a task run, identified by its ID.
21252125
*
21262126
* @param runID Unique identifier of a task run. (required)
21272127
* @param itemsPerPage Number of items per page. (optional, default to 10)
@@ -2151,7 +2151,7 @@ public CompletableFuture<ListEventsResponse> listEventsAsync(
21512151
}
21522152

21532153
/**
2154-
* (asynchronously) Retrieves a list of events for a task run, identified by it's ID.
2154+
* (asynchronously) Retrieves a list of events for a task run, identified by its ID.
21552155
*
21562156
* @param runID Unique identifier of a task run. (required)
21572157
* @param requestOptions The requestOptions to send along with the query, they will be merged with
@@ -2164,7 +2164,7 @@ public CompletableFuture<ListEventsResponse> listEventsAsync(@Nonnull String run
21642164
}
21652165

21662166
/**
2167-
* (asynchronously) Retrieves a list of events for a task run, identified by it's ID.
2167+
* (asynchronously) Retrieves a list of events for a task run, identified by its ID.
21682168
*
21692169
* @param runID Unique identifier of a task run. (required)
21702170
* @throws AlgoliaRuntimeException If it fails to process the API call

algoliasearch/src/main/java/com/algolia/api/MonitoringClient.java

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ public CompletableFuture<Object> customPutAsync(@Nonnull String path) throws Alg
452452
/**
453453
* Retrieves known incidents for the selected clusters.
454454
*
455-
* @param clusters Subset of clusters, separated by comma. (required)
455+
* @param clusters Subset of clusters, separated by commas. (required)
456456
* @param requestOptions The requestOptions to send along with the query, they will be merged with
457457
* the transporter requestOptions.
458458
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -464,7 +464,7 @@ public IncidentsResponse getClusterIncidents(@Nonnull String clusters, RequestOp
464464
/**
465465
* Retrieves known incidents for the selected clusters.
466466
*
467-
* @param clusters Subset of clusters, separated by comma. (required)
467+
* @param clusters Subset of clusters, separated by commas. (required)
468468
* @throws AlgoliaRuntimeException If it fails to process the API call
469469
*/
470470
public IncidentsResponse getClusterIncidents(@Nonnull String clusters) throws AlgoliaRuntimeException {
@@ -474,7 +474,7 @@ public IncidentsResponse getClusterIncidents(@Nonnull String clusters) throws Al
474474
/**
475475
* (asynchronously) Retrieves known incidents for the selected clusters.
476476
*
477-
* @param clusters Subset of clusters, separated by comma. (required)
477+
* @param clusters Subset of clusters, separated by commas. (required)
478478
* @param requestOptions The requestOptions to send along with the query, they will be merged with
479479
* the transporter requestOptions.
480480
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -491,7 +491,7 @@ public CompletableFuture<IncidentsResponse> getClusterIncidentsAsync(@Nonnull St
491491
/**
492492
* (asynchronously) Retrieves known incidents for the selected clusters.
493493
*
494-
* @param clusters Subset of clusters, separated by comma. (required)
494+
* @param clusters Subset of clusters, separated by commas. (required)
495495
* @throws AlgoliaRuntimeException If it fails to process the API call
496496
*/
497497
public CompletableFuture<IncidentsResponse> getClusterIncidentsAsync(@Nonnull String clusters) throws AlgoliaRuntimeException {
@@ -501,7 +501,7 @@ public CompletableFuture<IncidentsResponse> getClusterIncidentsAsync(@Nonnull St
501501
/**
502502
* Retrieves the status of selected clusters.
503503
*
504-
* @param clusters Subset of clusters, separated by comma. (required)
504+
* @param clusters Subset of clusters, separated by commas. (required)
505505
* @param requestOptions The requestOptions to send along with the query, they will be merged with
506506
* the transporter requestOptions.
507507
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -513,7 +513,7 @@ public StatusResponse getClusterStatus(@Nonnull String clusters, RequestOptions
513513
/**
514514
* Retrieves the status of selected clusters.
515515
*
516-
* @param clusters Subset of clusters, separated by comma. (required)
516+
* @param clusters Subset of clusters, separated by commas. (required)
517517
* @throws AlgoliaRuntimeException If it fails to process the API call
518518
*/
519519
public StatusResponse getClusterStatus(@Nonnull String clusters) throws AlgoliaRuntimeException {
@@ -523,7 +523,7 @@ public StatusResponse getClusterStatus(@Nonnull String clusters) throws AlgoliaR
523523
/**
524524
* (asynchronously) Retrieves the status of selected clusters.
525525
*
526-
* @param clusters Subset of clusters, separated by comma. (required)
526+
* @param clusters Subset of clusters, separated by commas. (required)
527527
* @param requestOptions The requestOptions to send along with the query, they will be merged with
528528
* the transporter requestOptions.
529529
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -540,7 +540,7 @@ public CompletableFuture<StatusResponse> getClusterStatusAsync(@Nonnull String c
540540
/**
541541
* (asynchronously) Retrieves the status of selected clusters.
542542
*
543-
* @param clusters Subset of clusters, separated by comma. (required)
543+
* @param clusters Subset of clusters, separated by commas. (required)
544544
* @throws AlgoliaRuntimeException If it fails to process the API call
545545
*/
546546
public CompletableFuture<StatusResponse> getClusterStatusAsync(@Nonnull String clusters) throws AlgoliaRuntimeException {
@@ -592,7 +592,7 @@ public CompletableFuture<IncidentsResponse> getIncidentsAsync() throws AlgoliaRu
592592
/**
593593
* Retrieves average times for indexing operations for selected clusters.
594594
*
595-
* @param clusters Subset of clusters, separated by comma. (required)
595+
* @param clusters Subset of clusters, separated by commas. (required)
596596
* @param requestOptions The requestOptions to send along with the query, they will be merged with
597597
* the transporter requestOptions.
598598
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -604,7 +604,7 @@ public IndexingTimeResponse getIndexingTime(@Nonnull String clusters, RequestOpt
604604
/**
605605
* Retrieves average times for indexing operations for selected clusters.
606606
*
607-
* @param clusters Subset of clusters, separated by comma. (required)
607+
* @param clusters Subset of clusters, separated by commas. (required)
608608
* @throws AlgoliaRuntimeException If it fails to process the API call
609609
*/
610610
public IndexingTimeResponse getIndexingTime(@Nonnull String clusters) throws AlgoliaRuntimeException {
@@ -614,7 +614,7 @@ public IndexingTimeResponse getIndexingTime(@Nonnull String clusters) throws Alg
614614
/**
615615
* (asynchronously) Retrieves average times for indexing operations for selected clusters.
616616
*
617-
* @param clusters Subset of clusters, separated by comma. (required)
617+
* @param clusters Subset of clusters, separated by commas. (required)
618618
* @param requestOptions The requestOptions to send along with the query, they will be merged with
619619
* the transporter requestOptions.
620620
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -631,7 +631,7 @@ public CompletableFuture<IndexingTimeResponse> getIndexingTimeAsync(@Nonnull Str
631631
/**
632632
* (asynchronously) Retrieves average times for indexing operations for selected clusters.
633633
*
634-
* @param clusters Subset of clusters, separated by comma. (required)
634+
* @param clusters Subset of clusters, separated by commas. (required)
635635
* @throws AlgoliaRuntimeException If it fails to process the API call
636636
*/
637637
public CompletableFuture<IndexingTimeResponse> getIndexingTimeAsync(@Nonnull String clusters) throws AlgoliaRuntimeException {
@@ -641,7 +641,7 @@ public CompletableFuture<IndexingTimeResponse> getIndexingTimeAsync(@Nonnull Str
641641
/**
642642
* Retrieves the average latency for search requests for selected clusters.
643643
*
644-
* @param clusters Subset of clusters, separated by comma. (required)
644+
* @param clusters Subset of clusters, separated by commas. (required)
645645
* @param requestOptions The requestOptions to send along with the query, they will be merged with
646646
* the transporter requestOptions.
647647
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -653,7 +653,7 @@ public LatencyResponse getLatency(@Nonnull String clusters, RequestOptions reque
653653
/**
654654
* Retrieves the average latency for search requests for selected clusters.
655655
*
656-
* @param clusters Subset of clusters, separated by comma. (required)
656+
* @param clusters Subset of clusters, separated by commas. (required)
657657
* @throws AlgoliaRuntimeException If it fails to process the API call
658658
*/
659659
public LatencyResponse getLatency(@Nonnull String clusters) throws AlgoliaRuntimeException {
@@ -663,7 +663,7 @@ public LatencyResponse getLatency(@Nonnull String clusters) throws AlgoliaRuntim
663663
/**
664664
* (asynchronously) Retrieves the average latency for search requests for selected clusters.
665665
*
666-
* @param clusters Subset of clusters, separated by comma. (required)
666+
* @param clusters Subset of clusters, separated by commas. (required)
667667
* @param requestOptions The requestOptions to send along with the query, they will be merged with
668668
* the transporter requestOptions.
669669
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -680,7 +680,7 @@ public CompletableFuture<LatencyResponse> getLatencyAsync(@Nonnull String cluste
680680
/**
681681
* (asynchronously) Retrieves the average latency for search requests for selected clusters.
682682
*
683-
* @param clusters Subset of clusters, separated by comma. (required)
683+
* @param clusters Subset of clusters, separated by commas. (required)
684684
* @throws AlgoliaRuntimeException If it fails to process the API call
685685
*/
686686
public CompletableFuture<LatencyResponse> getLatencyAsync(@Nonnull String clusters) throws AlgoliaRuntimeException {
@@ -784,7 +784,7 @@ public CompletableFuture<InfrastructureResponse> getMetricsAsync(@Nonnull Metric
784784
/**
785785
* Test whether clusters are reachable or not.
786786
*
787-
* @param clusters Subset of clusters, separated by comma. (required)
787+
* @param clusters Subset of clusters, separated by commas. (required)
788788
* @param requestOptions The requestOptions to send along with the query, they will be merged with
789789
* the transporter requestOptions.
790790
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -797,7 +797,7 @@ public Map<String, Map<String, Boolean>> getReachability(@Nonnull String cluster
797797
/**
798798
* Test whether clusters are reachable or not.
799799
*
800-
* @param clusters Subset of clusters, separated by comma. (required)
800+
* @param clusters Subset of clusters, separated by commas. (required)
801801
* @throws AlgoliaRuntimeException If it fails to process the API call
802802
*/
803803
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
807807
/**
808808
* (asynchronously) Test whether clusters are reachable or not.
809809
*
810-
* @param clusters Subset of clusters, separated by comma. (required)
810+
* @param clusters Subset of clusters, separated by commas. (required)
811811
* @param requestOptions The requestOptions to send along with the query, they will be merged with
812812
* the transporter requestOptions.
813813
* @throws AlgoliaRuntimeException If it fails to process the API call
@@ -823,7 +823,7 @@ public CompletableFuture<Map<String, Map<String, Boolean>>> getReachabilityAsync
823823
/**
824824
* (asynchronously) Test whether clusters are reachable or not.
825825
*
826-
* @param clusters Subset of clusters, separated by comma. (required)
826+
* @param clusters Subset of clusters, separated by commas. (required)
827827
* @throws AlgoliaRuntimeException If it fails to process the API call
828828
*/
829829
public CompletableFuture<Map<String, Map<String, Boolean>>> getReachabilityAsync(@Nonnull String clusters)

algoliasearch/src/main/java/com/algolia/model/ingestion/Transformation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public Transformation addAuthenticationIDs(String authenticationIDsItem) {
5757
return this;
5858
}
5959

60-
/** The authentications associated for the current transformation. */
60+
/** The authentications associated with the current transformation. */
6161
@javax.annotation.Nullable
6262
public List<String> getAuthenticationIDs() {
6363
return authenticationIDs;

algoliasearch/src/main/java/com/algolia/model/ingestion/TransformationCreate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public TransformationCreate addAuthenticationIDs(String authenticationIDsItem) {
7070
return this;
7171
}
7272

73-
/** The authentications associated for the current transformation. */
73+
/** The authentications associated with the current transformation. */
7474
@javax.annotation.Nullable
7575
public List<String> getAuthenticationIDs() {
7676
return authenticationIDs;

0 commit comments

Comments
 (0)