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

Commit e16abc8

Browse files
chore: synthtool changes (#746)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * chore: migrate java-bigquerystorage to the Java microgenerator Committer: @miraleung PiperOrigin-RevId: 345311069 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Dec 2 14:17:15 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: e39e42f368d236203a774ee994fcb4d730c33a83 Source-Link: googleapis/googleapis@e39e42f * feat!: Updates to BigQuery Write API V1Beta2 public interface. This includes breaking changes to the API, it is fine because the API is not officially launched yet. PiperOrigin-RevId: 345469340 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Dec 3 09:33:11 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: b53c4d98aab1eae3dac90b37019dede686782f13 Source-Link: googleapis/googleapis@b53c4d9 * fix: Update gapic-generator-java to 0.0.7 Committer: @miraleung PiperOrigin-RevId: 345476969 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Dec 3 10:07:32 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 7be2c821dd88109038c55c89f7dd48f092eeab9d Source-Link: googleapis/googleapis@7be2c82 * chore: rollback migrating java-bigquerystorage to the Java microgenerator Committer: @miraleung PiperOrigin-RevId: 345522380 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu Dec 3 13:28:07 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: f8f975c7d43904e90d6c5f1684fdb6804400e641 Source-Link: googleapis/googleapis@f8f975c * chore: migrate java-bigquerystorage to the Java microgenerator Committer: @miraleung PiperOrigin-RevId: 346405446 Source-Author: Google APIs <noreply@google.com> Source-Date: Tue Dec 8 14:03:11 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: abc43060f136ce77124754a48f367102e646844a Source-Link: googleapis/googleapis@abc4306 * chore: update gapic-generator-java to 0.0.11 Committer: @miraleung PiperOrigin-RevId: 347036369 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Dec 11 11:13:47 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 6d65640b1fcbdf26ea76cb720de0ac138cae9bed Source-Link: googleapis/googleapis@6d65640 * chore: update gapic-generator-java to 0.0.13 Committer: @miraleung PiperOrigin-RevId: 347849179 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Dec 16 10:28:38 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 360a0e177316b7e9811f2ccbbef11e5f83377f3f Source-Link: googleapis/googleapis@360a0e1
1 parent 248ab73 commit e16abc8

File tree

5 files changed

+17
-19
lines changed

5 files changed

+17
-19
lines changed

.github/generated-files-bot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ externalManifests:
55
- type: json
66
file: '.github/readme/synth.metadata/synth.metadata'
77
jsonpath: '$.generatedFiles[*]'
8-
ignoreAuthors:
9-
- 'renovate-bot'
10-
- 'yoshi-automation'
11-
- 'release-please[bot]'

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
/**
1818
* The interfaces provided are listed below, along with usage samples.
1919
*
20-
* <p>======================= BigQueryReadClient =======================
20+
* <p>======================= BaseBigQueryReadClient =======================
2121
*
2222
* <p>Service Description: BigQuery Read API.
2323
*
2424
* <p>The Read API can be used to read data from BigQuery.
2525
*
26-
* <p>Sample for BigQueryReadClient:
26+
* <p>Sample for BaseBigQueryReadClient:
2727
*/
2828
@Generated("by gapic-generator-java")
2929
package com.google.cloud.bigquery.storage.v1;

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
/**
1818
* The interfaces provided are listed below, along with usage samples.
1919
*
20-
* <p>======================= BigQueryStorageClient =======================
20+
* <p>======================= BaseBigQueryStorageClient =======================
2121
*
2222
* <p>Service Description: BigQuery storage API.
2323
*
2424
* <p>The BigQuery storage API can be used to read data stored in BigQuery.
2525
*
26-
* <p>Sample for BigQueryStorageClient:
26+
* <p>Sample for BaseBigQueryStorageClient:
2727
*/
2828
@Generated("by gapic-generator-java")
2929
package com.google.cloud.bigquery.storage.v1beta1;

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta2/package-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
/**
1818
* The interfaces provided are listed below, along with usage samples.
1919
*
20-
* <p>======================= BigQueryReadClient =======================
20+
* <p>======================= BaseBigQueryReadClient =======================
2121
*
2222
* <p>Service Description: BigQuery Read API.
2323
*
@@ -26,7 +26,7 @@
2626
* <p>New code should use the v1 Read API going forward, if they don't use Write API at the same
2727
* time.
2828
*
29-
* <p>Sample for BigQueryReadClient:
29+
* <p>Sample for BaseBigQueryReadClient:
3030
*
3131
* <p>======================= BigQueryWriteClient =======================
3232
*

synth.metadata

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,39 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "3fa869d44202eb8d4cae6b611e5feabf867fbf86"
14+
"sha": "248ab73eebb9feda94e7e29de591a70c91a064c1"
1515
}
1616
},
1717
{
1818
"git": {
1919
"name": "googleapis",
2020
"remote": "https://github.com/googleapis/googleapis.git",
21-
"sha": "8cfc6c874574b649b4524a4ef6a0651533325a84",
22-
"internalRef": "345067549"
21+
"sha": "360a0e177316b7e9811f2ccbbef11e5f83377f3f",
22+
"internalRef": "347849179"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "googleapis",
2828
"remote": "https://github.com/googleapis/googleapis.git",
29-
"sha": "8cfc6c874574b649b4524a4ef6a0651533325a84",
30-
"internalRef": "345067549"
29+
"sha": "360a0e177316b7e9811f2ccbbef11e5f83377f3f",
30+
"internalRef": "347849179"
3131
}
3232
},
3333
{
3434
"git": {
3535
"name": "googleapis",
3636
"remote": "https://github.com/googleapis/googleapis.git",
37-
"sha": "8cfc6c874574b649b4524a4ef6a0651533325a84",
38-
"internalRef": "345067549"
37+
"sha": "360a0e177316b7e9811f2ccbbef11e5f83377f3f",
38+
"internalRef": "347849179"
3939
}
4040
},
4141
{
4242
"git": {
4343
"name": "googleapis",
4444
"remote": "https://github.com/googleapis/googleapis.git",
45-
"sha": "8cfc6c874574b649b4524a4ef6a0651533325a84",
46-
"internalRef": "345067549"
45+
"sha": "360a0e177316b7e9811f2ccbbef11e5f83377f3f",
46+
"internalRef": "347849179"
4747
}
4848
},
4949
{
@@ -332,6 +332,8 @@
332332
"proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/SplitReadStreamRequestOrBuilder.java",
333333
"proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/SplitReadStreamResponse.java",
334334
"proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/SplitReadStreamResponseOrBuilder.java",
335+
"proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/StorageError.java",
336+
"proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/StorageErrorOrBuilder.java",
335337
"proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/StorageProto.java",
336338
"proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/StreamProto.java",
337339
"proto-google-cloud-bigquerystorage-v1beta2/src/main/java/com/google/cloud/bigquery/storage/v1beta2/StreamStats.java",

0 commit comments

Comments
 (0)