Skip to content

Commit 0590a19

Browse files
alixhamibshaffer
authored andcommitted
updates all _file_gcs to _gcs (GoogleCloudPlatform#688)
1 parent 0368beb commit 0590a19

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

language/src/analyze_entities_from_file.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/language/README.md
2222
*/
2323

24-
# [START language_entities_file_gcs]
24+
# [START language_entities_gcs]
2525
namespace Google\Cloud\Samples\Language;
2626

2727
use Google\Cloud\Language\LanguageClient;
@@ -68,4 +68,4 @@ function analyze_entities_from_file($bucketName, $objectName, $projectId = null)
6868
printf(PHP_EOL);
6969
}
7070
}
71-
# [END language_entities_file_gcs]
71+
# [END language_entities_gcs]

language/src/analyze_entity_sentiment_from_file.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/language/README.md
2222
*/
2323

24-
# [START language_entity_sentiment_file_gcs]
24+
# [START language_entity_sentiment_gcs]
2525
namespace Google\Cloud\Samples\Language;
2626

2727
use Google\Cloud\Language\LanguageClient;
@@ -62,4 +62,4 @@ function analyze_entity_sentiment_from_file($cloud_storage_uri, $projectId = nul
6262
printf(PHP_EOL);
6363
}
6464
}
65-
# [END language_entity_sentiment_file_gcs]
65+
# [END language_entity_sentiment_gcs]

language/src/analyze_sentiment_from_file.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/language/README.md
2222
*/
2323

24-
# [START language_sentiment_file_gcs]
24+
# [START language_sentiment_gcs]
2525
namespace Google\Cloud\Samples\Language;
2626

2727
use Google\Cloud\Language\LanguageClient;
@@ -67,4 +67,4 @@ function analyze_sentiment_from_file($bucketName, $objectName, $projectId = null
6767
printf(PHP_EOL);
6868
}
6969
}
70-
# [END language_sentiment_file_gcs]
70+
# [END language_sentiment_gcs]

language/src/analyze_syntax_from_file.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/language/README.md
2222
*/
2323

24-
# [START language_syntax_file_gcs]
24+
# [START language_syntax_gcs]
2525
namespace Google\Cloud\Samples\Language;
2626

2727
use Google\Cloud\Language\LanguageClient;
@@ -62,4 +62,4 @@ function analyze_syntax_from_file($bucketName, $objectName, $projectId = null)
6262
printf(PHP_EOL);
6363
}
6464
}
65-
# [END language_syntax_file_gcs]
65+
# [END language_syntax_gcs]

language/src/classify_text_from_file.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/language/README.md
2222
*/
2323

24-
# [START language_classify_file_gcs]
24+
# [START language_classify_gcs]
2525
namespace Google\Cloud\Samples\Language;
2626

2727
use Google\Cloud\Language\LanguageClient;
@@ -54,4 +54,4 @@ function classify_text_from_file($cloud_storage_uri, $projectId = null)
5454
printf(PHP_EOL);
5555
}
5656
}
57-
# [END language_classify_file_gcs]
57+
# [END language_classify_gcs]

0 commit comments

Comments
 (0)