Skip to content

Commit 464865f

Browse files
jmdobrybshaffer
authored andcommitted
Add back region tags that were removed. (GoogleCloudPlatform#265)
1 parent 591d481 commit 464865f

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

bigquery/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START bigquery_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

datastore/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START datastore_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

language/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START language_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

logging/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START logging_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

pubsub/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START pubsub_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

speech/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START speech_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

storage/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START storage_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

translate/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START translate_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

vision/quickstart/quickstart.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18+
# [START vision_quickstart]
1819
# Includes the autoloader for libraries installed with composer
1920
require __DIR__ . '/vendor/autoload.php';
2021

0 commit comments

Comments
 (0)