You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Change links
This change allows the documentation to display the right text and link next to `Maps to` on the documentation pages.
* Amend commit message
Copy file name to clipboardExpand all lines: src/index.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -780,7 +780,7 @@ class Datastore extends DatastoreRequest {
780
780
}
781
781
782
782
/**
783
-
* Maps to {@link Datastore#save}, forcing the method to be `insert`.
783
+
* Maps to {@linkhttps://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/datastore#_google_cloud_datastore_Datastore_save_member_1_|Datastore#save}, forcing the method to be `insert`.
@@ -1189,7 +1189,7 @@ class Datastore extends DatastoreRequest {
1189
1189
}
1190
1190
1191
1191
/**
1192
-
* Maps to {@link Datastore#save}, forcing the method to be `update`.
1192
+
* Maps to {@linkhttps://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/datastore#_google_cloud_datastore_Datastore_save_member_1_|Datastore#save}, forcing the method to be `update`.
@@ -1219,7 +1219,7 @@ class Datastore extends DatastoreRequest {
1219
1219
}
1220
1220
1221
1221
/**
1222
-
* Maps to {@link Datastore#save}, forcing the method to be `upsert`.
1222
+
* Maps to {@linkhttps://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/datastore#_google_cloud_datastore_Datastore_save_member_1_|Datastore#save}, forcing the method to be `upsert`.
Copy file name to clipboardExpand all lines: src/transaction.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@ class Transaction extends DatastoreRequest {
399
399
}
400
400
401
401
/**
402
-
* Maps to {@link Datastore#save}, forcing the method to be `insert`.
402
+
* Maps to {@linkhttps://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/transaction#_google_cloud_datastore_Transaction_save_member_1_|Datastore#save}, forcing the method to be `insert`.
@@ -729,7 +729,7 @@ class Transaction extends DatastoreRequest {
729
729
}
730
730
731
731
/**
732
-
* Maps to {@link Datastore#save}, forcing the method to be `update`.
732
+
* Maps to {@linkhttps://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/transaction#_google_cloud_datastore_Transaction_save_member_1_|Datastore#save}, forcing the method to be `update`.
@@ -751,7 +751,7 @@ class Transaction extends DatastoreRequest {
751
751
}
752
752
753
753
/**
754
-
* Maps to {@link Datastore#save}, forcing the method to be `upsert`.
754
+
* Maps to {@linkhttps://cloud.google.com/nodejs/docs/reference/datastore/latest/datastore/transaction#_google_cloud_datastore_Transaction_save_member_1_|Datastore#save}, forcing the method to be `upsert`.
0 commit comments