-
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.
feat: change GCS gRPC API to get user billing project from gRPC metad…
…ata instead of CommonRequestParams, and remove latter (#1396) * feat: Change GCS gRPC API to get user billing project from gRPC metadata instead of CommonRequestParams, and remove latter PiperOrigin-RevId: 449498085 Source-Link: googleapis/googleapis@d4444af Source-Link: https://github.com/googleapis/googleapis-gen/commit/e13d4f4fb4110f78ee86019a3d5408fe573eb289 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTEzZDRmNGZiNDExMGY3OGVlODYwMTlhM2Q1NDA4ZmU1NzNlYjI4OSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * chore: update clirr rules to allow removal of google/storage/v2/CommonRequestParams message Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: BenWhitehead <BenWhitehead@users.noreply.github.com>
- Loading branch information
1 parent
8834423
commit 8a7755c
Showing
57 changed files
with
636 additions
and
8,180 deletions.
There are no files selected for viewing
49 changes: 4 additions & 45 deletions
49
gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
16 changes: 16 additions & 0 deletions
16
proto-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 |
---|---|---|
@@ -1,4 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<!-- CommonRequestParams has been removed as a message in favor of grpc request metadata --> | ||
<difference> | ||
<differenceType>8001</differenceType> | ||
<className>com/google/storage/v2/CommonRequestParams*</className> | ||
</difference> | ||
<difference> | ||
<differenceType>6011</differenceType> | ||
<className>com/google/storage/v2/**</className> | ||
<field>COMMON_REQUEST_PARAMS_FIELD_NUMBER</field> | ||
</difference> | ||
<difference> | ||
<differenceType>7002</differenceType> | ||
<className>com/google/storage/v2/**</className> | ||
<method>* *CommonRequestParams*(*)</method> | ||
</difference> | ||
|
||
</differences> |
Oops, something went wrong.