fix!: remove bigquery.readonly auth scope

PiperOrigin-RevId: 429331987
pull/705/head
Google APIs 3 years ago committed by Copybara-Service
parent e8fdeb9d9f
commit 4b2bd2637d
  1. 1
      google/cloud/bigquery/storage/v1/storage.proto
  2. 1
      google/cloud/bigquery/storage/v1beta1/storage.proto
  3. 1
      google/cloud/bigquery/storage/v1beta2/storage.proto

@ -47,7 +47,6 @@ service BigQueryRead {
option (google.api.default_host) = "bigquerystorage.googleapis.com";
option (google.api.oauth_scopes) =
"https://www.googleapis.com/auth/bigquery,"
"https://www.googleapis.com/auth/bigquery.readonly,"
"https://www.googleapis.com/auth/cloud-platform";
// Creates a new read session. A read session divides the contents of a

@ -37,7 +37,6 @@ service BigQueryStorage {
option (google.api.default_host) = "bigquerystorage.googleapis.com";
option (google.api.oauth_scopes) =
"https://www.googleapis.com/auth/bigquery,"
"https://www.googleapis.com/auth/bigquery.readonly,"
"https://www.googleapis.com/auth/cloud-platform";
// Creates a new read session. A read session divides the contents of a

@ -44,7 +44,6 @@ service BigQueryRead {
option (google.api.default_host) = "bigquerystorage.googleapis.com";
option (google.api.oauth_scopes) =
"https://www.googleapis.com/auth/bigquery,"
"https://www.googleapis.com/auth/bigquery.readonly,"
"https://www.googleapis.com/auth/cloud-platform";
// Creates a new read session. A read session divides the contents of a

Loading…
Cancel
Save