Skip to content

feat: await/catch promises, and update listOperationsAsync return type #1381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
8c1128f
feat: New PropertyMask field which allows partial commits, lookups, a…
gcf-owl-bot[bot] May 20, 2024
9b913b4
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] May 20, 2024
3cddaf8
chore: remove redundant gRPC service config file
gcf-owl-bot[bot] Jan 6, 2025
db2a806
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jan 6, 2025
cc25c93
feat: paging changes for bigquery
gcf-owl-bot[bot] Jan 29, 2025
4f8a6aa
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Jan 29, 2025
449c4db
fix: fix typings for headers in generator
gcf-owl-bot[bot] Feb 4, 2025
5ddd027
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 4, 2025
d1268a9
fix: finalize fixing typings for headers in generator
gcf-owl-bot[bot] Feb 5, 2025
27f64ae
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 5, 2025
c8c8fa2
chore: update copyright year for auto-generated protos
gcf-owl-bot[bot] Feb 27, 2025
89baa37
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 27, 2025
156820c
chore: update copyright year for auto-generated protos
gcf-owl-bot[bot] Feb 28, 2025
92f058e
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Feb 28, 2025
538f211
chore: update typescript gapic generator to 4.8.1
gcf-owl-bot[bot] Mar 12, 2025
4984170
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Mar 12, 2025
8297d8b
feat: await/catch promises, and update listOperationsAsync return type
gcf-owl-bot[bot] Mar 19, 2025
369f238
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Mar 19, 2025
af2ef87
Merge branch 'main' into owl-bot-copy
danieljbruce Apr 22, 2025
bf87f1f
🦉 Updates from OwlBot post-processor
gcf-owl-bot[bot] Apr 22, 2025
1391a92
Merge branch 'owl-bot-copy' of https://github.com/googleapis/nodejs-d…
danieljbruce Apr 22, 2025
0a41dce
Resolve the linting errors
danieljbruce Apr 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2024 Google LLC',
copyright: 'Copyright 2025 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/datastore',
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@
"async-mutex": "^0.5.0",
"concat-stream": "^2.0.0",
"extend": "^3.0.2",
"google-gax": "^4.0.5",
"google-gax": "^5.0.1-rc.0",
"is": "^3.3.0",
"protobufjs": "^6.0.0",
"split-array-stream": "^2.0.0",
"stream-events": "^1.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion protos/google/datastore/admin/v1/datastore_admin.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/datastore/admin/v1/index.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/datastore/admin/v1/migration.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/datastore/v1/aggregation_result.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/datastore/v1/datastore.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/datastore/v1/entity.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/datastore/v1/query.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion protos/google/datastore/v1/query_profile.proto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
604 changes: 453 additions & 151 deletions protos/protos.js

Large diffs are not rendered by default.

57 changes: 39 additions & 18 deletions protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/generated/v1/datastore.allocate_ids.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore.begin_transaction.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore.commit.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore.lookup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore.reserve_ids.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore.rollback.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore.run_aggregation_query.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore.run_query.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore_admin.create_index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion samples/generated/v1/datastore_admin.delete_index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2024 Google LLC
// Copyright 2025 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Loading
Loading