Skip to content

Commit e419781

Browse files
feat(generated): update API definition to 1.0.0-dev0.1.38
Generated SDK source code using: - Generator version 3.114.0 - Specification version 1.0.0-dev0.1.38 - Automation (cloudant-sdks) version 892ac8e
1 parent 618571d commit e419781

12 files changed

Lines changed: 16 additions & 12 deletions

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/Cloudant.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
/**
162162
* NoSQL database based on Apache CouchDB.
163163
*
164-
* See: https://cloud.ibm.com/docs/services/Cloudant/
164+
* See: https://cloud.ibm.com/docs/Cloudant
165165
*/
166166
public class Cloudant extends com.ibm.cloud.cloudant.internal.CloudantBaseService {
167167
private static final Logger LOGGER = Logger.getLogger(Cloudant.class.getName());
@@ -2250,6 +2250,7 @@ public ServiceCall<InputStream> postPartitionAllDocsAsStream(PostPartitionAllDoc
22502250
* Lucene Query Parser Syntax. Search indexes are defined by an index function, similar to a map function in MapReduce
22512251
* views. The index function decides what data to index and store in the index.
22522252
*
2253+
*
22532254
* Before using read the
22542255
* [FAQs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-database-partitioning#partition-querying) to understand
22552256
* the limitations and appropriate use cases.
@@ -2319,6 +2320,7 @@ public ServiceCall<SearchResult> postPartitionSearch(PostPartitionSearchOptions
23192320
* Lucene Query Parser Syntax. Search indexes are defined by an index function, similar to a map function in MapReduce
23202321
* views. The index function decides what data to index and store in the index.
23212322
*
2323+
*
23222324
* Before using read the
23232325
* [FAQs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-database-partitioning#partition-querying) to understand
23242326
* the limitations and appropriate use cases.
@@ -2388,6 +2390,7 @@ public ServiceCall<InputStream> postPartitionSearchAsStream(PostPartitionSearchO
23882390
* results. The remainder of the POST view functionality is identical to the `GET /{db}/_design/{ddoc}/_view/{view}`
23892391
* API.
23902392
*
2393+
*
23912394
* Before using read the
23922395
* [FAQs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-database-partitioning#partition-querying) to understand
23932396
* the limitations and appropriate use cases.
@@ -2481,6 +2484,7 @@ public ServiceCall<ViewResult> postPartitionView(PostPartitionViewOptions postPa
24812484
* results. The remainder of the POST view functionality is identical to the `GET /{db}/_design/{ddoc}/_view/{view}`
24822485
* API.
24832486
*
2487+
*
24842488
* Before using read the
24852489
* [FAQs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-database-partitioning#partition-querying) to understand
24862490
* the limitations and appropriate use cases.

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/ExplainResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public Object getPartitioned() {
173173
* use these operators in conjunction with equality operators or create and use a partial index to reduce the number
174174
* of documents that will need to be scanned.
175175
*
176-
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators)for a list of all available
176+
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators) for a list of all available
177177
* combination and conditional operators.
178178
*
179179
* For further reference see [selector syntax](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-selector-syntax).

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/IndexDefinition.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public Boolean indexArrayLengths() {
266266
* use these operators in conjunction with equality operators or create and use a partial index to reduce the number
267267
* of documents that will need to be scanned.
268268
*
269-
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators)for a list of all available
269+
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators) for a list of all available
270270
* combination and conditional operators.
271271
*
272272
* For further reference see [selector syntax](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-selector-syntax).

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostChangesOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ public List<String> fields() {
490490
* use these operators in conjunction with equality operators or create and use a partial index to reduce the number
491491
* of documents that will need to be scanned.
492492
*
493-
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators)for a list of all available
493+
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators) for a list of all available
494494
* combination and conditional operators.
495495
*
496496
* For further reference see [selector syntax](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-selector-syntax).

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostExplainOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ public String db() {
399399
* use these operators in conjunction with equality operators or create and use a partial index to reduce the number
400400
* of documents that will need to be scanned.
401401
*
402-
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators)for a list of all available
402+
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators) for a list of all available
403403
* combination and conditional operators.
404404
*
405405
* For further reference see [selector syntax](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-selector-syntax).

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostFindOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ public String db() {
399399
* use these operators in conjunction with equality operators or create and use a partial index to reduce the number
400400
* of documents that will need to be scanned.
401401
*
402-
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators)for a list of all available
402+
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators) for a list of all available
403403
* combination and conditional operators.
404404
*
405405
* For further reference see [selector syntax](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-selector-syntax).

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostPartitionExplainOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public String partitionKey() {
414414
* use these operators in conjunction with equality operators or create and use a partial index to reduce the number
415415
* of documents that will need to be scanned.
416416
*
417-
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators)for a list of all available
417+
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators) for a list of all available
418418
* combination and conditional operators.
419419
*
420420
* For further reference see [selector syntax](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-selector-syntax).

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PostPartitionFindOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public String partitionKey() {
414414
* use these operators in conjunction with equality operators or create and use a partial index to reduce the number
415415
* of documents that will need to be scanned.
416416
*
417-
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators)for a list of all available
417+
* See [the Cloudant Docs](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-operators) for a list of all available
418418
* combination and conditional operators.
419419
*
420420
* For further reference see [selector syntax](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-selector-syntax).

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PutCloudantSecurityConfigurationOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public String db() {
171171
/**
172172
* Gets the cloudant.
173173
*
174-
* Database permissions for Cloudant users and/or API keys.
174+
* Database permissions for Cloudant users, API keys or both.
175175
*
176176
* @return the cloudant
177177
*/

modules/cloudant/src/main/java/com/ibm/cloud/cloudant/v1/model/PutSecurityOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public SecurityObject admins() {
192192
/**
193193
* Gets the cloudant.
194194
*
195-
* Database permissions for Cloudant users and/or API keys.
195+
* Database permissions for Cloudant users, API keys or both.
196196
*
197197
* @return the cloudant
198198
*/

0 commit comments

Comments
 (0)