Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit a70ae45

Browse files
fix: remove bigquery.readonly auth scope (#1543)
* fix!: remove bigquery.readonly auth scope PiperOrigin-RevId: 429331987 Source-Link: googleapis/googleapis@4b2bd26 Source-Link: https://github.com/googleapis/googleapis-gen/commit/fa17f03b5ae96316cd02f2997f2fd1196e034e5e Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmExN2YwM2I1YWU5NjMxNmNkMDJmMjk5N2YyZmQxMTk2ZTAzNGU1ZSJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c777e23 commit a70ae45

File tree

10 files changed

+105
-121
lines changed

10 files changed

+105
-121
lines changed

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryReadStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public class BigQueryReadStubSettings extends StubSettings<BigQueryReadStubSetti
8686
private static final ImmutableList<String> DEFAULT_SERVICE_SCOPES =
8787
ImmutableList.<String>builder()
8888
.add("https://www.googleapis.com/auth/bigquery")
89-
.add("https://www.googleapis.com/auth/bigquery.readonly")
9089
.add("https://www.googleapis.com/auth/cloud-platform")
9190
.build();
9291

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/BigQueryStorageStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public class BigQueryStorageStubSettings extends StubSettings<BigQueryStorageStu
8484
private static final ImmutableList<String> DEFAULT_SERVICE_SCOPES =
8585
ImmutableList.<String>builder()
8686
.add("https://www.googleapis.com/auth/bigquery")
87-
.add("https://www.googleapis.com/auth/bigquery.readonly")
8887
.add("https://www.googleapis.com/auth/cloud-platform")
8988
.build();
9089

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/stub/BigQueryReadStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public class BigQueryReadStubSettings extends StubSettings<BigQueryReadStubSetti
8787
private static final ImmutableList<String> DEFAULT_SERVICE_SCOPES =
8888
ImmutableList.<String>builder()
8989
.add("https://www.googleapis.com/auth/bigquery")
90-
.add("https://www.googleapis.com/auth/bigquery.readonly")
9190
.add("https://www.googleapis.com/auth/cloud-platform")
9291
.build();
9392

google-cloud-bigquerystorage/src/test/resources/META-INF/native-image/reflect-config.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/StorageProto.java

Lines changed: 49 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
211211
+ "EADY_COMMITTED\020\002\022\024\n\020STREAM_NOT_FOUND\020\003\022\027"
212212
+ "\n\023INVALID_STREAM_TYPE\020\004\022\030\n\024INVALID_STREA"
213213
+ "M_STATE\020\005\022\024\n\020STREAM_FINALIZED\020\006\022 \n\034SCHEM"
214-
+ "A_MISMATCH_EXTRA_FIELDS\020\0072\306\006\n\014BigQueryRe"
214+
+ "A_MISMATCH_EXTRA_FIELDS\020\0072\222\006\n\014BigQueryRe"
215215
+ "ad\022\351\001\n\021CreateReadSession\022:.google.cloud."
216216
+ "bigquery.storage.v1.CreateReadSessionReq"
217217
+ "uest\032-.google.cloud.bigquery.storage.v1."
@@ -228,55 +228,54 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
228228
+ "equest\0329.google.cloud.bigquery.storage.v"
229229
+ "1.SplitReadStreamResponse\">\202\323\344\223\0028\0226/v1/{"
230230
+ "name=projects/*/locations/*/sessions/*/s"
231-
+ "treams/*}\032\256\001\312A\036bigquerystorage.googleapi"
232-
+ "s.com\322A\211\001https://www.googleapis.com/auth"
233-
+ "/bigquery,https://www.googleapis.com/aut"
234-
+ "h/bigquery.readonly,https://www.googleap"
235-
+ "is.com/auth/cloud-platform2\274\013\n\rBigQueryW"
236-
+ "rite\022\327\001\n\021CreateWriteStream\022:.google.clou"
237-
+ "d.bigquery.storage.v1.CreateWriteStreamR"
238-
+ "equest\032-.google.cloud.bigquery.storage.v"
239-
+ "1.WriteStream\"W\202\323\344\223\002;\"+/v1/{parent=proje"
240-
+ "cts/*/datasets/*/tables/*}:\014write_stream"
241-
+ "\332A\023parent,write_stream\022\322\001\n\nAppendRows\0223."
242-
+ "google.cloud.bigquery.storage.v1.AppendR"
243-
+ "owsRequest\0324.google.cloud.bigquery.stora"
244-
+ "ge.v1.AppendRowsResponse\"U\202\323\344\223\002@\";/v1/{w"
245-
+ "rite_stream=projects/*/datasets/*/tables"
246-
+ "/*/streams/*}:\001*\332A\014write_stream(\0010\001\022\277\001\n\016"
247-
+ "GetWriteStream\0227.google.cloud.bigquery.s"
248-
+ "torage.v1.GetWriteStreamRequest\032-.google"
249-
+ ".cloud.bigquery.storage.v1.WriteStream\"E"
250-
+ "\202\323\344\223\0028\"3/v1/{name=projects/*/datasets/*/"
251-
+ "tables/*/streams/*}:\001*\332A\004name\022\331\001\n\023Finali"
252-
+ "zeWriteStream\022<.google.cloud.bigquery.st"
253-
+ "orage.v1.FinalizeWriteStreamRequest\032=.go"
254-
+ "ogle.cloud.bigquery.storage.v1.FinalizeW"
255-
+ "riteStreamResponse\"E\202\323\344\223\0028\"3/v1/{name=pr"
256-
+ "ojects/*/datasets/*/tables/*/streams/*}:"
257-
+ "\001*\332A\004name\022\334\001\n\027BatchCommitWriteStreams\022@."
258-
+ "google.cloud.bigquery.storage.v1.BatchCo"
259-
+ "mmitWriteStreamsRequest\032A.google.cloud.b"
260-
+ "igquery.storage.v1.BatchCommitWriteStrea"
261-
+ "msResponse\"<\202\323\344\223\002-\022+/v1/{parent=projects"
262-
+ "/*/datasets/*/tables/*}\332A\006parent\022\313\001\n\tFlu"
263-
+ "shRows\0222.google.cloud.bigquery.storage.v"
264-
+ "1.FlushRowsRequest\0323.google.cloud.bigque"
265-
+ "ry.storage.v1.FlushRowsResponse\"U\202\323\344\223\002@\""
266-
+ ";/v1/{write_stream=projects/*/datasets/*"
267-
+ "/tables/*/streams/*}:\001*\332A\014write_stream\032\260"
268-
+ "\001\312A\036bigquerystorage.googleapis.com\322A\213\001ht"
269-
+ "tps://www.googleapis.com/auth/bigquery,h"
270-
+ "ttps://www.googleapis.com/auth/bigquery."
271-
+ "insertdata,https://www.googleapis.com/au"
272-
+ "th/cloud-platformB\235\002\n$com.google.cloud.b"
273-
+ "igquery.storage.v1B\014StorageProtoP\001ZGgoog"
274-
+ "le.golang.org/genproto/googleapis/cloud/"
275-
+ "bigquery/storage/v1;storage\252\002 Google.Clo"
276-
+ "ud.BigQuery.Storage.V1\312\002 Google\\Cloud\\Bi"
277-
+ "gQuery\\Storage\\V1\352AU\n\035bigquery.googleapi"
278-
+ "s.com/Table\0224projects/{project}/datasets"
279-
+ "/{dataset}/tables/{table}b\006proto3"
231+
+ "treams/*}\032{\312A\036bigquerystorage.googleapis"
232+
+ ".com\322AWhttps://www.googleapis.com/auth/b"
233+
+ "igquery,https://www.googleapis.com/auth/"
234+
+ "cloud-platform2\274\013\n\rBigQueryWrite\022\327\001\n\021Cre"
235+
+ "ateWriteStream\022:.google.cloud.bigquery.s"
236+
+ "torage.v1.CreateWriteStreamRequest\032-.goo"
237+
+ "gle.cloud.bigquery.storage.v1.WriteStrea"
238+
+ "m\"W\202\323\344\223\002;\"+/v1/{parent=projects/*/datase"
239+
+ "ts/*/tables/*}:\014write_stream\332A\023parent,wr"
240+
+ "ite_stream\022\322\001\n\nAppendRows\0223.google.cloud"
241+
+ ".bigquery.storage.v1.AppendRowsRequest\0324"
242+
+ ".google.cloud.bigquery.storage.v1.Append"
243+
+ "RowsResponse\"U\202\323\344\223\002@\";/v1/{write_stream="
244+
+ "projects/*/datasets/*/tables/*/streams/*"
245+
+ "}:\001*\332A\014write_stream(\0010\001\022\277\001\n\016GetWriteStre"
246+
+ "am\0227.google.cloud.bigquery.storage.v1.Ge"
247+
+ "tWriteStreamRequest\032-.google.cloud.bigqu"
248+
+ "ery.storage.v1.WriteStream\"E\202\323\344\223\0028\"3/v1/"
249+
+ "{name=projects/*/datasets/*/tables/*/str"
250+
+ "eams/*}:\001*\332A\004name\022\331\001\n\023FinalizeWriteStrea"
251+
+ "m\022<.google.cloud.bigquery.storage.v1.Fin"
252+
+ "alizeWriteStreamRequest\032=.google.cloud.b"
253+
+ "igquery.storage.v1.FinalizeWriteStreamRe"
254+
+ "sponse\"E\202\323\344\223\0028\"3/v1/{name=projects/*/dat"
255+
+ "asets/*/tables/*/streams/*}:\001*\332A\004name\022\334\001"
256+
+ "\n\027BatchCommitWriteStreams\022@.google.cloud"
257+
+ ".bigquery.storage.v1.BatchCommitWriteStr"
258+
+ "eamsRequest\032A.google.cloud.bigquery.stor"
259+
+ "age.v1.BatchCommitWriteStreamsResponse\"<"
260+
+ "\202\323\344\223\002-\022+/v1/{parent=projects/*/datasets/"
261+
+ "*/tables/*}\332A\006parent\022\313\001\n\tFlushRows\0222.goo"
262+
+ "gle.cloud.bigquery.storage.v1.FlushRowsR"
263+
+ "equest\0323.google.cloud.bigquery.storage.v"
264+
+ "1.FlushRowsResponse\"U\202\323\344\223\002@\";/v1/{write_"
265+
+ "stream=projects/*/datasets/*/tables/*/st"
266+
+ "reams/*}:\001*\332A\014write_stream\032\260\001\312A\036bigquery"
267+
+ "storage.googleapis.com\322A\213\001https://www.go"
268+
+ "ogleapis.com/auth/bigquery,https://www.g"
269+
+ "oogleapis.com/auth/bigquery.insertdata,h"
270+
+ "ttps://www.googleapis.com/auth/cloud-pla"
271+
+ "tformB\235\002\n$com.google.cloud.bigquery.stor"
272+
+ "age.v1B\014StorageProtoP\001ZGgoogle.golang.or"
273+
+ "g/genproto/googleapis/cloud/bigquery/sto"
274+
+ "rage/v1;storage\252\002 Google.Cloud.BigQuery."
275+
+ "Storage.V1\312\002 Google\\Cloud\\BigQuery\\Stora"
276+
+ "ge\\V1\352AU\n\035bigquery.googleapis.com/Table\022"
277+
+ "4projects/{project}/datasets/{dataset}/t"
278+
+ "ables/{table}b\006proto3"
280279
};
281280
descriptor =
282281
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-cloud-bigquerystorage-v1/src/main/proto/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

proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/Storage.java

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17774,7 +17774,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
1777417774
+ "1beta1.Stream*>\n\nDataFormat\022\033\n\027DATA_FORM"
1777517775
+ "AT_UNSPECIFIED\020\000\022\010\n\004AVRO\020\001\022\t\n\005ARROW\020\003*O\n"
1777617776
+ "\020ShardingStrategy\022!\n\035SHARDING_STRATEGY_U"
17777-
+ "NSPECIFIED\020\000\022\n\n\006LIQUID\020\001\022\014\n\010BALANCED\020\0022\353"
17777+
+ "NSPECIFIED\020\000\022\n\n\006LIQUID\020\001\022\014\n\010BALANCED\020\0022\267"
1777817778
+ "\n\n\017BigQueryStorage\022\263\002\n\021CreateReadSession"
1777917779
+ "\022?.google.cloud.bigquery.storage.v1beta1"
1778017780
+ ".CreateReadSessionRequest\0322.google.cloud"
@@ -17805,14 +17805,13 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
1780517805
+ "ud.bigquery.storage.v1beta1.SplitReadStr"
1780617806
+ "eamResponse\"N\202\323\344\223\0026\0224/v1beta1/{original_"
1780717807
+ "stream.name=projects/*/streams/*}\332A\017orig"
17808-
+ "inal_stream\032\256\001\312A\036bigquerystorage.googlea"
17809-
+ "pis.com\322A\211\001https://www.googleapis.com/au"
17810-
+ "th/bigquery,https://www.googleapis.com/a"
17811-
+ "uth/bigquery.readonly,https://www.google"
17812-
+ "apis.com/auth/cloud-platformBy\n)com.goog"
17813-
+ "le.cloud.bigquery.storage.v1beta1ZLgoogl"
17814-
+ "e.golang.org/genproto/googleapis/cloud/b"
17815-
+ "igquery/storage/v1beta1;storageb\006proto3"
17808+
+ "inal_stream\032{\312A\036bigquerystorage.googleap"
17809+
+ "is.com\322AWhttps://www.googleapis.com/auth"
17810+
+ "/bigquery,https://www.googleapis.com/aut"
17811+
+ "h/cloud-platformBy\n)com.google.cloud.big"
17812+
+ "query.storage.v1beta1ZLgoogle.golang.org"
17813+
+ "/genproto/googleapis/cloud/bigquery/stor"
17814+
+ "age/v1beta1;storageb\006proto3"
1781617815
};
1781717816
descriptor =
1781817817
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/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

proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/StorageProto.java

Lines changed: 48 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
213213
+ "PECIFIED\020\000\022\023\n\017TABLE_NOT_FOUND\020\001\022\034\n\030STREA"
214214
+ "M_ALREADY_COMMITTED\020\002\022\024\n\020STREAM_NOT_FOUN"
215215
+ "D\020\003\022\027\n\023INVALID_STREAM_TYPE\020\004\022\030\n\024INVALID_"
216-
+ "STREAM_STATE\020\005\022\024\n\020STREAM_FINALIZED\020\0062\363\006\n"
216+
+ "STREAM_STATE\020\005\022\024\n\020STREAM_FINALIZED\020\0062\277\006\n"
217217
+ "\014BigQueryRead\022\370\001\n\021CreateReadSession\022?.go"
218218
+ "ogle.cloud.bigquery.storage.v1beta2.Crea"
219219
+ "teReadSessionRequest\0322.google.cloud.bigq"
@@ -231,54 +231,53 @@ public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
231231
+ "treamRequest\032>.google.cloud.bigquery.sto"
232232
+ "rage.v1beta2.SplitReadStreamResponse\"C\202\323"
233233
+ "\344\223\002=\022;/v1beta2/{name=projects/*/location"
234-
+ "s/*/sessions/*/streams/*}\032\256\001\312A\036bigquerys"
235-
+ "torage.googleapis.com\322A\211\001https://www.goo"
236-
+ "gleapis.com/auth/bigquery,https://www.go"
237-
+ "ogleapis.com/auth/bigquery.readonly,http"
238-
+ "s://www.googleapis.com/auth/cloud-platfo"
239-
+ "rm2\226\014\n\rBigQueryWrite\022\346\001\n\021CreateWriteStre"
240-
+ "am\022?.google.cloud.bigquery.storage.v1bet"
241-
+ "a2.CreateWriteStreamRequest\0322.google.clo"
242-
+ "ud.bigquery.storage.v1beta2.WriteStream\""
243-
+ "\\\202\323\344\223\002@\"0/v1beta2/{parent=projects/*/dat"
244-
+ "asets/*/tables/*}:\014write_stream\332A\023parent"
245-
+ ",write_stream\022\341\001\n\nAppendRows\0228.google.cl"
246-
+ "oud.bigquery.storage.v1beta2.AppendRowsR"
247-
+ "equest\0329.google.cloud.bigquery.storage.v"
248-
+ "1beta2.AppendRowsResponse\"Z\202\323\344\223\002E\"@/v1be"
249-
+ "ta2/{write_stream=projects/*/datasets/*/"
250-
+ "tables/*/streams/*}:\001*\332A\014write_stream(\0010"
251-
+ "\001\022\316\001\n\016GetWriteStream\022<.google.cloud.bigq"
252-
+ "uery.storage.v1beta2.GetWriteStreamReque"
253-
+ "st\0322.google.cloud.bigquery.storage.v1bet"
254-
+ "a2.WriteStream\"J\202\323\344\223\002=\"8/v1beta2/{name=p"
255-
+ "rojects/*/datasets/*/tables/*/streams/*}"
256-
+ ":\001*\332A\004name\022\350\001\n\023FinalizeWriteStream\022A.goo"
257-
+ "gle.cloud.bigquery.storage.v1beta2.Final"
258-
+ "izeWriteStreamRequest\032B.google.cloud.big"
259-
+ "query.storage.v1beta2.FinalizeWriteStrea"
260-
+ "mResponse\"J\202\323\344\223\002=\"8/v1beta2/{name=projec"
261-
+ "ts/*/datasets/*/tables/*/streams/*}:\001*\332A"
262-
+ "\004name\022\353\001\n\027BatchCommitWriteStreams\022E.goog"
263-
+ "le.cloud.bigquery.storage.v1beta2.BatchC"
264-
+ "ommitWriteStreamsRequest\032F.google.cloud."
265-
+ "bigquery.storage.v1beta2.BatchCommitWrit"
266-
+ "eStreamsResponse\"A\202\323\344\223\0022\0220/v1beta2/{pare"
267-
+ "nt=projects/*/datasets/*/tables/*}\332A\006par"
268-
+ "ent\022\332\001\n\tFlushRows\0227.google.cloud.bigquer"
269-
+ "y.storage.v1beta2.FlushRowsRequest\0328.goo"
270-
+ "gle.cloud.bigquery.storage.v1beta2.Flush"
271-
+ "RowsResponse\"Z\202\323\344\223\002E\"@/v1beta2/{write_st"
272-
+ "ream=projects/*/datasets/*/tables/*/stre"
273-
+ "ams/*}:\001*\332A\014write_stream\032\260\001\312A\036bigqueryst"
274-
+ "orage.googleapis.com\322A\213\001https://www.goog"
275-
+ "leapis.com/auth/bigquery,https://www.goo"
276-
+ "gleapis.com/auth/bigquery.insertdata,htt"
277-
+ "ps://www.googleapis.com/auth/cloud-platf"
278-
+ "ormB\211\001\n)com.google.cloud.bigquery.storag"
279-
+ "e.v1beta2B\014StorageProtoP\001ZLgoogle.golang"
280-
+ ".org/genproto/googleapis/cloud/bigquery/"
281-
+ "storage/v1beta2;storageb\006proto3"
234+
+ "s/*/sessions/*/streams/*}\032{\312A\036bigqueryst"
235+
+ "orage.googleapis.com\322AWhttps://www.googl"
236+
+ "eapis.com/auth/bigquery,https://www.goog"
237+
+ "leapis.com/auth/cloud-platform2\226\014\n\rBigQu"
238+
+ "eryWrite\022\346\001\n\021CreateWriteStream\022?.google."
239+
+ "cloud.bigquery.storage.v1beta2.CreateWri"
240+
+ "teStreamRequest\0322.google.cloud.bigquery."
241+
+ "storage.v1beta2.WriteStream\"\\\202\323\344\223\002@\"0/v1"
242+
+ "beta2/{parent=projects/*/datasets/*/tabl"
243+
+ "es/*}:\014write_stream\332A\023parent,write_strea"
244+
+ "m\022\341\001\n\nAppendRows\0228.google.cloud.bigquery"
245+
+ ".storage.v1beta2.AppendRowsRequest\0329.goo"
246+
+ "gle.cloud.bigquery.storage.v1beta2.Appen"
247+
+ "dRowsResponse\"Z\202\323\344\223\002E\"@/v1beta2/{write_s"
248+
+ "tream=projects/*/datasets/*/tables/*/str"
249+
+ "eams/*}:\001*\332A\014write_stream(\0010\001\022\316\001\n\016GetWri"
250+
+ "teStream\022<.google.cloud.bigquery.storage"
251+
+ ".v1beta2.GetWriteStreamRequest\0322.google."
252+
+ "cloud.bigquery.storage.v1beta2.WriteStre"
253+
+ "am\"J\202\323\344\223\002=\"8/v1beta2/{name=projects/*/da"
254+
+ "tasets/*/tables/*/streams/*}:\001*\332A\004name\022\350"
255+
+ "\001\n\023FinalizeWriteStream\022A.google.cloud.bi"
256+
+ "gquery.storage.v1beta2.FinalizeWriteStre"
257+
+ "amRequest\032B.google.cloud.bigquery.storag"
258+
+ "e.v1beta2.FinalizeWriteStreamResponse\"J\202"
259+
+ "\323\344\223\002=\"8/v1beta2/{name=projects/*/dataset"
260+
+ "s/*/tables/*/streams/*}:\001*\332A\004name\022\353\001\n\027Ba"
261+
+ "tchCommitWriteStreams\022E.google.cloud.big"
262+
+ "query.storage.v1beta2.BatchCommitWriteSt"
263+
+ "reamsRequest\032F.google.cloud.bigquery.sto"
264+
+ "rage.v1beta2.BatchCommitWriteStreamsResp"
265+
+ "onse\"A\202\323\344\223\0022\0220/v1beta2/{parent=projects/"
266+
+ "*/datasets/*/tables/*}\332A\006parent\022\332\001\n\tFlus"
267+
+ "hRows\0227.google.cloud.bigquery.storage.v1"
268+
+ "beta2.FlushRowsRequest\0328.google.cloud.bi"
269+
+ "gquery.storage.v1beta2.FlushRowsResponse"
270+
+ "\"Z\202\323\344\223\002E\"@/v1beta2/{write_stream=project"
271+
+ "s/*/datasets/*/tables/*/streams/*}:\001*\332A\014"
272+
+ "write_stream\032\260\001\312A\036bigquerystorage.google"
273+
+ "apis.com\322A\213\001https://www.googleapis.com/a"
274+
+ "uth/bigquery,https://www.googleapis.com/"
275+
+ "auth/bigquery.insertdata,https://www.goo"
276+
+ "gleapis.com/auth/cloud-platformB\211\001\n)com."
277+
+ "google.cloud.bigquery.storage.v1beta2B\014S"
278+
+ "torageProtoP\001ZLgoogle.golang.org/genprot"
279+
+ "o/googleapis/cloud/bigquery/storage/v1be"
280+
+ "ta2;storageb\006proto3"
282281
};
283282
descriptor =
284283
com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(

proto-google-cloud-bigquerystorage-v1beta2/src/main/proto/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)