Skip to content

Commit d5b4baa

Browse files
authored
samples: fix region tag for listing anywhere caches (googleapis#3159)
1 parent b3a9501 commit d5b4baa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/snippets/src/main/java/com/example/storage/control/v2/AnywhereCacheList.java

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

1717
package com.example.storage.control.v2;
1818

19-
// [START storage_control_list_anywhere_cache]
19+
// [START storage_control_list_anywhere_caches]
2020

2121
import com.google.storage.control.v2.AnywhereCache;
2222
import com.google.storage.control.v2.BucketName;
@@ -42,4 +42,4 @@ public static void anywhereCacheList(String bucketName) throws IOException {
4242
}
4343

4444
}
45-
// [END storage_control_list_anywhere_cache]
45+
// [END storage_control_list_anywhere_caches]

0 commit comments

Comments
 (0)