8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeff0ae commit dc41325Copy full SHA for dc41325
samples/snippets/src/test/java/com/example/datastore/RegionalEndpointIT.java
@@ -56,7 +56,7 @@ public void testRegionalEndpoint() throws Exception {
56
// The kind for the new entity
57
String kind = "Task";
58
// The name/ID for the new entity
59
- String name = "sampletask1";
+ String name = "regionalEndpointClient50720906";
60
// The Cloud Datastore key for the new entity
61
K 3D45 ey taskKey = datastoreWithEndpoint.newKeyFactory().setKind(kind).newKey(name);
62
0 commit comments