Skip to content

Commit 4b2bd26

Browse files
Google APIscopybara-github
authored andcommitted
fix!: remove bigquery.readonly auth scope
PiperOrigin-RevId: 429331987
1 parent e8fdeb9 commit 4b2bd26

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

google/cloud/bigquery/storage/v1/storage.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ service BigQueryRead {
4747
option (google.api.default_host) = "bigquerystorage.googleapis.com";
4848
option (google.api.oauth_scopes) =
4949
"https://www.googleapis.com/auth/bigquery,"
50-
"https://www.googleapis.com/auth/bigquery.readonly,"
5150
"https://www.googleapis.com/auth/cloud-platform";
5251

5352
// Creates a new read session. A read session divides the contents of a

google/cloud/bigquery/storage/v1beta1/storage.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ service BigQueryStorage {
3737
option (google.api.default_host) = "bigquerystorage.googleapis.com";
3838
option (google.api.oauth_scopes) =
3939
"https://www.googleapis.com/auth/bigquery,"
40-
"https://www.googleapis.com/auth/bigquery.readonly,"
4140
"https://www.googleapis.com/auth/cloud-platform";
4241

4342
// Creates a new read session. A read session divides the contents of a

google/cloud/bigquery/storage/v1beta2/storage.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ service BigQueryRead {
4444
option (google.api.default_host) = "bigquerystorage.googleapis.com";
4545
option (google.api.oauth_scopes) =
4646
"https://www.googleapis.com/auth/bigquery,"
47-
"https://www.googleapis.com/auth/bigquery.readonly,"
4847
"https://www.googleapis.com/auth/cloud-platform";
4948

5049
// Creates a new read session. A read session divides the contents of a

0 commit comments

Comments
 (0)