[cherry-pick][release-2.40.0] BigQueryIO: Adding the BASIC view setting to getTable request (#21879) by pabloem · Pull Request #21938 · apache/beam

@prodriguezdefino @pabloem

…#21879)

* Adding the BASIC view to the getTable request to avoid storage related calculations on the backend (caused by the default option)

* adding new method for getTable using view param to make the change backwards compatible

* spotless apply

* changed create table ptransform to use BASIC view as well

* replaced couple more occurrences that can take advantage of just requesting BASIC view

* addressing comments from review

* fixed flaky test

* ran spotless apply