Skip to content

Commit e955bb8

Browse files
committed
Fixed region tags.
1 parent eaafb5b commit e955bb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spanner/src/create_client_with_query_options.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
namespace Google\Cloud\Samples\Spanner;
2525

26-
// [START create_client_with_query_options]
26+
// [START spanner_create_client_with_query_options]
2727
use Google\Cloud\Spanner\SpannerClient;
2828
use Google\Cloud\Spanner\Database;
2929

@@ -57,4 +57,4 @@ function create_client_with_query_options($instanceId, $databaseId)
5757
$row['VenueId'], $row['VenueName'], $row['LastUpdateTime']);
5858
}
5959
}
60-
// [END create_client_with_query_options]
60+
// [END spanner_create_client_with_query_options]

spanner/src/query_data_with_query_options.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
namespace Google\Cloud\Samples\Spanner;
2525

26-
// [START query_data_with_query_options]
26+
// [START spanner_query_with_query_options]
2727
use Google\Cloud\Spanner\SpannerClient;
2828
use Google\Cloud\Spanner\Database;
2929

@@ -58,4 +58,4 @@ function query_data_with_query_options($instanceId, $databaseId)
5858
$row['VenueId'], $row['VenueName'], $row['LastUpdateTime']);
5959
}
6060
}
61-
// [END query_data_with_query_options]
61+
// [END spanner_query_with_query_options]

0 commit comments

Comments
 (0)