Skip to content

Commit

Permalink
Regenerate azure-search-documents with New SHA (#26860)
Browse files Browse the repository at this point in the history
  • Loading branch information
alzimmermsft authored Feb 4, 2022
1 parent aa2b156 commit ce70c62
Show file tree
Hide file tree
Showing 12 changed files with 313 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ Mono<Response<AutocompleteResult>> autocompletePost(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the response.
* @return the response body along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<Long>> countWithResponseAsync(RequestOptions requestOptions, Context context) {
Expand Down Expand Up @@ -268,7 +268,8 @@ public Mono<Response<Long>> countWithResponseAsync(RequestOptions requestOptions
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response containing search results from an index.
* @return response containing search results from an index along with {@link Response} on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchDocumentsResult>> searchGetWithResponseAsync(
Expand Down Expand Up @@ -464,7 +465,8 @@ public Mono<Response<SearchDocumentsResult>> searchGetWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response containing search results from an index.
* @return response containing search results from an index along with {@link Response} on successful completion of
* {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchDocumentsResult>> searchPostWithResponseAsync(
Expand Down Expand Up @@ -496,7 +498,7 @@ public Mono<Response<SearchDocumentsResult>> searchPostWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return any object.
* @return any object along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<Object>> getWithResponseAsync(
Expand Down Expand Up @@ -533,7 +535,8 @@ public Mono<Response<Object>> getWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response containing suggestion query results from an index.
* @return response containing suggestion query results from an index along with {@link Response} on successful
* completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SuggestDocumentsResult>> suggestGetWithResponseAsync(
Expand Down Expand Up @@ -628,7 +631,8 @@ public Mono<Response<SuggestDocumentsResult>> suggestGetWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response containing suggestion query results from an index.
* @return response containing suggestion query results from an index along with {@link Response} on successful
* completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SuggestDocumentsResult>> suggestPostWithResponseAsync(
Expand Down Expand Up @@ -658,7 +662,8 @@ public Mono<Response<SuggestDocumentsResult>> suggestPostWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response containing the status of operations for all documents in the indexing request.
* @return response containing the status of operations for all documents in the indexing request along with {@link
* Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<IndexDocumentsResult>> indexWithResponseAsync(
Expand Down Expand Up @@ -691,7 +696,7 @@ public Mono<Response<IndexDocumentsResult>> indexWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the result of Autocomplete query.
* @return the result of Autocomplete query along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<AutocompleteResult>> autocompleteGetWithResponseAsync(
Expand Down Expand Up @@ -776,7 +781,7 @@ public Mono<Response<AutocompleteResult>> autocompleteGetWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the result of Autocomplete query.
* @return the result of Autocomplete query along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<AutocompleteResult>> autocompletePostWithResponseAsync(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ Mono<Response<SearchIndexerDataSource>> create(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents a datasource definition, which can be used to configure an indexer.
* @return represents a datasource definition, which can be used to configure an indexer along with {@link Response}
* on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndexerDataSource>> createOrUpdateWithResponseAsync(
Expand Down Expand Up @@ -181,7 +182,7 @@ public Mono<Response<SearchIndexerDataSource>> createOrUpdateWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<Void>> deleteWithResponseAsync(
Expand Down Expand Up @@ -212,7 +213,8 @@ public Mono<Response<Void>> deleteWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents a datasource definition, which can be used to configure an indexer.
* @return represents a datasource definition, which can be used to configure an indexer along with {@link Response}
* on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndexerDataSource>> getWithResponseAsync(
Expand Down Expand Up @@ -242,7 +244,8 @@ public Mono<Response<SearchIndexerDataSource>> getWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response from a List Datasources request.
* @return response from a List Datasources request along with {@link Response} on successful completion of {@link
* Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<ListDataSourcesResult>> listWithResponseAsync(
Expand All @@ -266,7 +269,8 @@ public Mono<Response<ListDataSourcesResult>> listWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents a datasource definition, which can be used to configure an indexer.
* @return represents a datasource definition, which can be used to configure an indexer along with {@link Response}
* on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndexerDataSource>> createWithResponseAsync(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Mono<Response<SearchIndexerStatus>> getStatus(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<Void>> resetWithResponseAsync(
Expand Down Expand Up @@ -210,7 +210,7 @@ public Mono<Response<Void>> resetWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<Void>> resetDocsWithResponseAsync(
Expand Down Expand Up @@ -245,7 +245,7 @@ public Mono<Response<Void>> resetDocsWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<Void>> runWithResponseAsync(
Expand Down Expand Up @@ -281,7 +281,7 @@ public Mono<Response<Void>> runWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents an indexer.
* @return represents an indexer along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndexer>> createOrUpdateWithResponseAsync(
Expand Down Expand Up @@ -328,7 +328,7 @@ public Mono<Response<SearchIndexer>> createOrUpdateWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<Void>> deleteWithResponseAsync(
Expand Down Expand Up @@ -359,7 +359,7 @@ public Mono<Response<Void>> deleteWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents an indexer.
* @return represents an indexer along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndexer>> getWithResponseAsync(
Expand Down Expand Up @@ -389,7 +389,8 @@ public Mono<Response<SearchIndexer>> getWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response from a List Indexers request.
* @return response from a List Indexers request along with {@link Response} on successful completion of {@link
* Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<ListIndexersResult>> listWithResponseAsync(
Expand All @@ -413,7 +414,7 @@ public Mono<Response<ListIndexersResult>> listWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents an indexer.
* @return represents an indexer along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndexer>> createWithResponseAsync(
Expand All @@ -437,7 +438,8 @@ public Mono<Response<SearchIndexer>> createWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents the current status and execution history of an indexer.
* @return represents the current status and execution history of an indexer along with {@link Response} on
* successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndexerStatus>> getStatusWithResponseAsync(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ Mono<Response<AnalyzeResult>> analyze(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents a search index definition, which describes the fields and search behavior of an index.
* @return represents a search index definition, which describes the fields and search behavior of an index along
* with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndex>> createWithResponseAsync(
Expand All @@ -182,7 +183,8 @@ public Mono<Response<SearchIndex>> createWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return response from a List Indexes request.
* @return response from a List Indexes request along with {@link PagedResponse} on successful completion of {@link
* Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<PagedResponse<SearchIndex>> listSinglePageAsync(
Expand Down Expand Up @@ -229,7 +231,8 @@ public Mono<PagedResponse<SearchIndex>> listSinglePageAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents a search index definition, which describes the fields and search behavior of an index.
* @return represents a search index definition, which describes the fields and search behavior of an index along
* with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndex>> createOrUpdateWithResponseAsync(
Expand Down Expand Up @@ -276,7 +279,7 @@ public Mono<Response<SearchIndex>> createOrUpdateWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the completion.
* @return the {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<Void>> deleteWithResponseAsync(
Expand Down Expand Up @@ -307,7 +310,8 @@ public Mono<Response<Void>> deleteWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return represents a search index definition, which describes the fields and search behavior of an index.
* @return represents a search index definition, which describes the fields and search behavior of an index along
* with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndex>> getWithResponseAsync(
Expand All @@ -331,7 +335,7 @@ public Mono<Response<SearchIndex>> getWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return statistics for a given index.
* @return statistics for a given index along with {@link Response} on successful completion of {@link Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<SearchIndexStatistics>> getStatisticsWithResponseAsync(
Expand All @@ -356,7 +360,8 @@ public Mono<Response<SearchIndexStatistics>> getStatisticsWithResponseAsync(
* @throws IllegalArgumentException thrown if parameters fail the validation.
* @throws SearchErrorException thrown if the request is rejected by server.
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
* @return the result of testing an analyzer on text.
* @return the result of testing an analyzer on text along with {@link Response} on successful completion of {@link
* Mono}.
*/
@ServiceMethod(returns = ReturnType.SINGLE)
public Mono<Response<AnalyzeResult>> analyzeWithResponseAsync(
Expand Down
Loading

0 comments on commit ce70c62

Please sign in to comment.