### What: Add documentation to [create() methods](https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/BigQuery.java#L444), explaining that the `*Option`s filter the fields in the results. They do not affect the creation itself. ### Why: It took me more than an hour to figure this out.
What:
Add documentation to create() methods, explaining that the
*Options filter the fields in the results. They do not affect the creation itself.Why:
It took me more than an hour to figure this out.