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.
The field is available in the com.google.api.services.bigquery.model.Dataset#location however, it is not mapped to com.google.cloud.bigquery.Dataset#location by HttpBigQueryRpc#LIST_TO_DATASET`
Steps to reproduce
Code example
Any additional information below
com.google.api.services.bigquery.model.Dataset#locationhowever, it is not mapped tocom.google.cloud.bigquery.Dataset#location byHttpBigQueryRpc#LIST_TO_DATASET`https://github.com/googleapis/google-api-java-client-services/blob/9ab9bf5d1cb81e24c33dfd824fd5645305e0d108/clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/Dataset.java#L211-L217
java-bigquery/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/spi/v2/HttpBigQueryRpc.java
Lines 88 to 100 in 43409c9
Thanks!