@google-cloud/datastore
Advanced tools
Comparing version 6.5.0 to 6.6.0
@@ -69,7 +69,7 @@ /*! | ||
* Idiomatic class for interacting with Cloud Datastore. Uses the lower-level | ||
* {@link v1.DatastoreClient} class under the hood. | ||
* {@link DatastoreClient} class under the hood. | ||
* | ||
* In addition to the constructor options shown here, the {@link Datastore} | ||
* class constructor accepts the same options accepted by | ||
* {@link v1.DatastoreClient}. | ||
* {@link DatastoreClient}. | ||
* | ||
@@ -105,7 +105,4 @@ * <h4>The Datastore Emulator</h4> | ||
* | ||
* @class | ||
* @extends {DatastoreRequest} | ||
* See {@link https://cloud.google.com/datastore/docs/concepts/overview| Cloud Datastore Concepts Overview} | ||
* | ||
* @see [Cloud Datastore Concepts Overview]{@link https://cloud.google.com/datastore/docs/concepts/overview} | ||
* | ||
* @param {object} [options] Configuration options. | ||
@@ -709,1 +706,2 @@ * @param {string} [options.apiEndpoint] Override the default API endpoint used | ||
export { v1 }; | ||
export { DatastoreClient, DatastoreAdminClient } from './v1'; |
@@ -53,7 +53,7 @@ "use strict"; | ||
* Idiomatic class for interacting with Cloud Datastore. Uses the lower-level | ||
* {@link v1.DatastoreClient} class under the hood. | ||
* {@link DatastoreClient} class under the hood. | ||
* | ||
* In addition to the constructor options shown here, the {@link Datastore} | ||
* class constructor accepts the same options accepted by | ||
* {@link v1.DatastoreClient}. | ||
* {@link DatastoreClient}. | ||
* | ||
@@ -89,7 +89,4 @@ * <h4>The Datastore Emulator</h4> | ||
* | ||
* @class | ||
* @extends {DatastoreRequest} | ||
* See {@link https://cloud.google.com/datastore/docs/concepts/overview| Cloud Datastore Concepts Overview} | ||
* | ||
* @see [Cloud Datastore Concepts Overview]{@link https://cloud.google.com/datastore/docs/concepts/overview} | ||
* | ||
* @param {object} [options] Configuration options. | ||
@@ -1181,3 +1178,3 @@ * @param {string} [options.apiEndpoint] Override the default API endpoint used | ||
* | ||
* @see [Datastore Queries]{@link https://cloud.google.com/datastore/docs/concepts/queries} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries| Datastore Queries} | ||
* @see {@link Query} | ||
@@ -1546,2 +1543,5 @@ * | ||
exports.v1 = v1; | ||
var v1_1 = require("./v1"); | ||
Object.defineProperty(exports, "DatastoreClient", { enumerable: true, get: function () { return v1_1.DatastoreClient; } }); | ||
Object.defineProperty(exports, "DatastoreAdminClient", { enumerable: true, get: function () { return v1_1.DatastoreAdminClient; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -42,3 +42,3 @@ /*! | ||
* | ||
* @see [Datastore Queries]{@link http://goo.gl/Cag0r6} | ||
* @see {@link http://goo.gl/Cag0r6| Datastore Queries} | ||
* | ||
@@ -75,3 +75,3 @@ * @class | ||
* | ||
* @see [Datastore Ancestor Filters]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-ancestor-query-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-ancestor-query-nodejs| Datastore Ancestor Filters} | ||
* | ||
@@ -92,3 +92,3 @@ * @param {Key} key Key object to filter by. | ||
* | ||
* @see [Datastore Sort Orders]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-ascending-sort-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-ascending-sort-nodejs| Datastore Sort Orders} | ||
* | ||
@@ -133,3 +133,3 @@ * @param {string} property The property to order by. | ||
* | ||
* @see [Projection Queries]{@link https://cloud.google.com/datastore/docs/concepts/projectionqueries} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/projectionqueries| Projection Queries} | ||
* | ||
@@ -155,3 +155,3 @@ * @param {string|string[]} fieldNames Properties to return from the matched | ||
* | ||
* @see [Query Cursors]{@link https://cloud.google.com/datastore/docs/concepts/queries#cursors_limits_and_offsets} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#cursors_limits_and_offsets| Query Cursors} | ||
* | ||
@@ -175,3 +175,3 @@ * @param {string} cursorToken The starting cursor token. | ||
* | ||
* @see [Query Cursors]{@link https://cloud.google.com/datastore/docs/concepts/queries#Datastore_Query_cursors} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#Datastore_Query_cursors| Query Cursors} | ||
* | ||
@@ -195,3 +195,3 @@ * @param {string} cursorToken The ending cursor token. | ||
* | ||
* @see [Query Limits]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-limit-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-limit-nodejs| Query Limits} | ||
* | ||
@@ -213,3 +213,3 @@ * @param {number} n The number of results to limit the query to. | ||
* | ||
* @see [Query Offsets]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-limit-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-limit-nodejs| Query Offsets} | ||
* | ||
@@ -216,0 +216,0 @@ * @param {number} n The offset to start from after the start cursor. |
@@ -26,3 +26,3 @@ "use strict"; | ||
* | ||
* @see [Datastore Queries]{@link http://goo.gl/Cag0r6} | ||
* @see {@link http://goo.gl/Cag0r6| Datastore Queries} | ||
* | ||
@@ -111,3 +111,3 @@ * @class | ||
* | ||
* @see [Datastore Filters]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-property-filter-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-property-filter-nodejs| Datastore Filters} | ||
* | ||
@@ -159,3 +159,3 @@ * @param {string} property The field name. | ||
* | ||
* @see [Datastore Ancestor Filters]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-ancestor-query-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-ancestor-query-nodejs| Datastore Ancestor Filters} | ||
* | ||
@@ -179,3 +179,3 @@ * @param {Key} key Key object to filter by. | ||
* | ||
* @see [Datastore Sort Orders]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-ascending-sort-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-ascending-sort-nodejs| Datastore Sort Orders} | ||
* | ||
@@ -227,3 +227,3 @@ * @param {string} property The property to order by. | ||
* | ||
* @see [Projection Queries]{@link https://cloud.google.com/datastore/docs/concepts/projectionqueries} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/projectionqueries| Projection Queries} | ||
* | ||
@@ -252,3 +252,3 @@ * @param {string|string[]} fieldNames Properties to return from the matched | ||
* | ||
* @see [Query Cursors]{@link https://cloud.google.com/datastore/docs/concepts/queries#cursors_limits_and_offsets} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#cursors_limits_and_offsets| Query Cursors} | ||
* | ||
@@ -275,3 +275,3 @@ * @param {string} cursorToken The starting cursor token. | ||
* | ||
* @see [Query Cursors]{@link https://cloud.google.com/datastore/docs/concepts/queries#Datastore_Query_cursors} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#Datastore_Query_cursors| Query Cursors} | ||
* | ||
@@ -298,3 +298,3 @@ * @param {string} cursorToken The ending cursor token. | ||
* | ||
* @see [Query Limits]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-limit-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-limit-nodejs| Query Limits} | ||
* | ||
@@ -319,3 +319,3 @@ * @param {number} n The number of results to limit the query to. | ||
* | ||
* @see [Query Offsets]{@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-limit-nodejs} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries#datastore-limit-nodejs| Query Offsets} | ||
* | ||
@@ -322,0 +322,0 @@ * @param {number} n The offset to start from after the start cursor. |
@@ -59,5 +59,5 @@ /*! | ||
* | ||
* @private | ||
* @internal | ||
* | ||
* @see [#1803]{@link https://github.com/GoogleCloudPlatform/google-cloud-node/issues/1803} | ||
* @see {@link https://github.com/GoogleCloudPlatform/google-cloud-node/issues/1803} | ||
* | ||
@@ -64,0 +64,0 @@ * @param {object} obj The user's input object. |
@@ -70,5 +70,5 @@ "use strict"; | ||
* | ||
* @private | ||
* @internal | ||
* | ||
* @see [#1803]{@link https://github.com/GoogleCloudPlatform/google-cloud-node/issues/1803} | ||
* @see {@link https://github.com/GoogleCloudPlatform/google-cloud-node/issues/1803} | ||
* | ||
@@ -75,0 +75,0 @@ * @param {object} obj The user's input object. |
@@ -28,3 +28,3 @@ /*! | ||
* | ||
* @see [Transactions Reference]{@link https://cloud.google.com/datastore/docs/concepts/transactions} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/transactions| Transactions Reference} | ||
* | ||
@@ -31,0 +31,0 @@ * @class |
@@ -30,3 +30,3 @@ "use strict"; | ||
* | ||
* @see [Transactions Reference]{@link https://cloud.google.com/datastore/docs/concepts/transactions} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/transactions| Transactions Reference} | ||
* | ||
@@ -200,3 +200,3 @@ * @class | ||
* | ||
* @see [Datastore Queries]{@link https://cloud.google.com/datastore/docs/concepts/queries} | ||
* @see {@link https://cloud.google.com/datastore/docs/concepts/queries| Datastore Queries} | ||
* | ||
@@ -203,0 +203,0 @@ * @see {@link Query} |
@@ -767,3 +767,4 @@ "use strict"; | ||
}); | ||
const callSettings = new gax.CallSettings(options); | ||
const defaultCallSettings = this._defaults['listIndexes']; | ||
const callSettings = defaultCallSettings.merge(options); | ||
this.initialize(); | ||
@@ -812,3 +813,4 @@ return this.descriptors.page.listIndexes.createStream(this.innerApiCalls.listIndexes, request, callSettings); | ||
options = options || {}; | ||
const callSettings = new gax.CallSettings(options); | ||
const defaultCallSettings = this._defaults['listIndexes']; | ||
const callSettings = defaultCallSettings.merge(options); | ||
this.initialize(); | ||
@@ -815,0 +817,0 @@ return this.descriptors.page.listIndexes.asyncIterate(this.innerApiCalls['listIndexes'], request, callSettings); |
@@ -7,2 +7,9 @@ # Changelog | ||
## [6.6.0](https://www.github.com/googleapis/nodejs-datastore/compare/v6.5.0...v6.6.0) (2021-10-13) | ||
### Features | ||
* update retry and timeout logic for generated async/stream ([#883](https://www.github.com/googleapis/nodejs-datastore/issues/883)) ([cd3ae5c](https://www.github.com/googleapis/nodejs-datastore/commit/cd3ae5c12eddac3cc1149308c96cf9a8b0265e21)) | ||
## [6.5.0](https://www.github.com/googleapis/nodejs-datastore/compare/v6.4.8...v6.5.0) (2021-08-23) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "@google-cloud/datastore", | ||
"version": "6.5.0", | ||
"version": "6.6.0", | ||
"description": "Cloud Datastore Client Library for Node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2922667
50064