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 eb6d745 commit 7c70006Copy full SHA for 7c70006
datastore/api/src/functions/concepts.php
@@ -18,9 +18,7 @@
18
namespace Google\Cloud\Samples\Datastore;
19
20
use DateTime;
21
-// [START datastore_use]
22
use Google\Cloud\Datastore\DatastoreClient;
23
-// [END datastore_use]
24
use Google\Cloud\Datastore\Entity;
25
use Google\Cloud\Datastore\EntityIterator;
26
use Google\Cloud\Datastore\Key;
@@ -33,9 +31,7 @@
33
31
*/
34
32
function initialize_client()
35
{
36
- // [START datastore_initialize_client]
37
$datastore = new DatastoreClient();
38
- // [END datastore_initialize_client]
39
return $datastore;
40
}
41
0 commit comments