| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|
Sorry, something went wrong.
|
Warning: This pull request is touching the following templated files:
|
Sorry, something went wrong.
| public static void main(String... args) throws Exception { | ||
| String bucketName = args[0]; // "your-bucket-name"; | ||
| StorageControlClient storageControlClient = StorageControlClient.create(); | ||
| GetStorageLayoutRequest request = GetStorageLayoutRequest.newBuilder() |
There was a problem hiding this comment.
May help to clarify that _ represents global bucket namespace;
Sorry, something went wrong.
| @@ -28,9 +28,6 @@ | |||
| public class QuickstartStorageControlSample { | |||
| public static void main(String... args) throws Exception { | |||
| String bucketName = args[0]; // "your-bucket-name"; | |||
There was a problem hiding this comment.
Linter will probably chime in but remove the imports for storage client as well
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #2477