We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e696e1f commit c378032Copy full SHA for c378032
1 file changed
spanner/src/query_data_with_struct_proto_columns.php
@@ -25,10 +25,7 @@
25
26
use Google\Cloud\Spanner\SpannerClient;
27
use Google\Cloud\Spanner\Database;
28
-use Google\Cloud\Spanner\Proto;
29
use Google\Cloud\Spanner\StructType;
30
-use Google\Cloud\Spanner\StructValue;
31
-use Testing\Data\User;
32
use Testing\Data\Book;
33
34
/**
@@ -40,12 +37,10 @@
40
37
*
41
38
* @param string $instanceId The Spanner instance ID.
42
39
* @param string $databaseId The Spanner database ID.
43
- * @param int $userId The ID of the user to query.
44
*/
45
function query_data_with_struct_proto_columns(
46
string $instanceId,
47
string $databaseId,
48
- int $userId = 1
49
): void {
50
// [START spanner_query_data_with_struct_proto_columns]
51
$spanner = new SpannerClient();
0 commit comments