8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f030f commit fb3d608Copy full SHA for fb3d608
gax-java/gax/clirr-ignored-differences.xml
@@ -106,4 +106,16 @@
106
<className>com/google/api/gax/batching/Batcher</className>
107
<method>*</method>
108
</difference>
109
+ <!-- Ignore abstract method addition to an EndpointContext-->
110
+ <difference>
111
+ <differenceType>7013</differenceType>
112
+ <className>com/google/api/gax/rpc/EndpointContext</className>
113
+ <method>* useS2A()</method>
114
+ </difference>
115
+ <!-- Ignore method addition to an TransportChannelProvider interface-->
116
117
+ <differenceType>7012</differenceType>
118
+ <className>com/google/api/gax/rpc/TransportChannelProvider</className>
119
+ <method>* withEndpointContext(*)</method>
120
121
</differences>
0 commit comments