You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
java-bigquery/samples/snippets/src/main/java/com/example/bigquery/ExtractTableToJson.java
Line 46 in fa998ba
Code example
FormatOptions.json().toString(); // FormatOptions{format=NEWLINE_DELIMITED_JSON}
FormatOptions.json().getType(); // NEWLINE_DELIMITED_JSON
So you should use getType() here instead of toString().
This is my first time I submit issue on Github. Please forgive me if I made mistake.