Skip to content

Commit

Permalink
chore(regen): isolate gRPC change (#158)
Browse files Browse the repository at this point in the history
* chore(regen): isolate grpc generator changes

* chore: allow removal of deprecated, experimental constant
  • Loading branch information
chingor13 committed Apr 22, 2020
1 parent b4e0b77 commit 6cca399
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 572 deletions.
10 changes: 10 additions & 0 deletions grpc-google-cloud-pubsub-v1/clirr-ignored-differences.xml
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<!-- TODO: remove after 1.105.1 released -->
<differenceType>6001</differenceType>
<className>com/google/pubsub/v1/*Grpc</className>
<field>METHOD_*</field>
</difference>
</differences>

0 comments on commit 6cca399

Please sign in to comment.