-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable REGAPIC transport in storage v2 (#1762)
* chore(storage): disable REGAPIC transport in storage v2 PiperOrigin-RevId: 486689296 Source-Link: googleapis/googleapis@2cba3a6 Source-Link: https://github.com/googleapis/googleapis-gen/commit/6e449349cf24aa7de3c1754671ff3f51b3b40068 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmU0NDkzNDljZjI0YWE3ZGUzYzE3NTQ2NzFmZjNmNTFiM2I0MDA2OCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update clirr config to allow removal of REGAPIC * chore: update dependency config to allow removal of REGAPIC Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: BenWhitehead <[email protected]>
- Loading branch information
1 parent
c649049
commit 13d630e
Showing
10 changed files
with
35 additions
and
673 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
gapic-google-cloud-storage-v2/clirr-ignored-differences.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- Remove REGAPIC client which GCS does not support --> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/storage/v2/StorageSettings</className> | ||
<method>* *HttpJson*Builder()</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/storage/v2/stub/StorageStubSettings</className> | ||
<method>* *HttpJson*Builder()</method> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/storage/v2/stub/StorageStubSettings</className> | ||
<method>* defaultGrpcApiClientHeaderProviderBuilder()</method> | ||
</difference> | ||
|
||
<difference> | ||
<differenceType>8001</differenceType> | ||
<className>com/google/storage/v2/stub/HttpJsonStorageCallableFactory</className> | ||
</difference> | ||
<difference> | ||
<differenceType>8001</differenceType> | ||
<className>com/google/storage/v2/stub/HttpJsonStorageStub</className> | ||
</difference> | ||
|
||
</differences> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
105 changes: 0 additions & 105 deletions
105
...d-storage-v2/src/main/java/com/google/storage/v2/stub/HttpJsonStorageCallableFactory.java
This file was deleted.
Oops, something went wrong.
128 changes: 0 additions & 128 deletions
128
...google-cloud-storage-v2/src/main/java/com/google/storage/v2/stub/HttpJsonStorageStub.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.