Skip to content

Commit ea95725

Browse files
author
Anthony
authored
docs: standardize region tagging pt.2 (GoogleCloudPlatform#1256)
This finishes up the work from PR GoogleCloudPlatform#1247. New tags have proliferated on DevSite, and these old ones are no longer needed.
1 parent 6cc23da commit ea95725

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

asset/src/search_all_iam_policies.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
$pageToken = isset($argv[4]) ? $argv[4] : '';
2828

2929
// [START asset_quickstart_search_all_iam_policies]
30-
// [START asset_search_all_iam_policies]
3130
use Google\Cloud\Asset\V1\AssetServiceClient;
3231

3332
/** Uncomment and populate these variables in your code */
@@ -50,5 +49,4 @@
5049
foreach ($response->getPage() as $policy) {
5150
print($policy->getResource() . PHP_EOL);
5251
}
53-
// [END asset_search_all_iam_policies]
5452
// [END asset_quickstart_search_all_iam_policies]

asset/src/search_all_resources.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
$orderBy = isset($argv[6]) ? $argv[6] : '';
3030

3131
// [START asset_quickstart_search_all_resources]
32-
// [START asset_search_all_resources]
3332
use Google\Cloud\Asset\V1\AssetServiceClient;
3433

3534
/** Uncomment and populate these variables in your code */
@@ -56,5 +55,4 @@
5655
foreach ($response->getPage() as $resource) {
5756
print($resource->getName() . PHP_EOL);
5857
}
59-
// [END asset_search_all_resources]
6058
// [END asset_quickstart_search_all_resources]

0 commit comments

Comments
 (0)