Add BigQuery module to gcloud-java pom, add BigQuery example by mziccard · Pull Request #506 · googleapis/google-cloud-java · GitHub
Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ public static FormatOptions datastoreBackup() {
* Default options for the provided format.
*/
public static FormatOptions of(String format) {
if (format.equals(CSV)) {

This comment was marked as spam.

This comment was marked as spam.

return csv();
}
return new FormatOptions(format);
}
}
10 changes: 10 additions & 0 deletions gcloud-java-examples/README.md
Loading