Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions storage/json-api/src/main/java/StorageSample.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class StorageSample {
private static final JsonFactory JSON_FACTORY = JacksonFactory.getDefaultInstance();
private static final String TEST_FILENAME = "json-test.txt";

// [START get_service]
private static Storage storageService;

/**
Expand All @@ -66,6 +67,7 @@ private static Storage getService() throws IOException, GeneralSecurityException
}
return storageService;
}
// [END get_service]

// [START list_bucket]
/**
Expand Down