Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit df89d67

Browse files
yoshi-automationchingor13
authored andcommitted
feat: add HttpRequest tasks (#14)
* [CHANGE ME] Re-generated to pick up changes in the API or client library generator. * fix: allow proto interface changes
1 parent 0a65b44 commit df89d67

17 files changed

+5044
-47
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
3+
<differences>
4+
<difference>
5+
<differenceType>7012</differenceType>
6+
<className>com/google/cloud/tasks/v2/*OrBuilder</className>
7+
<method>* get*(*)</method>
8+
</difference>
9+
<difference>
10+
<differenceType>7012</differenceType>
11+
<className>com/google/cloud/tasks/v2/*OrBuilder</className>
12+
<method>boolean contains*(*)</method>
13+
</difference>
14+
<difference>
15+
<differenceType>7012</differenceType>
16+
<className>com/google/cloud/tasks/v2/*OrBuilder</className>
17+
<method>boolean has*(*)</method>
18+
</difference>
19+
</differences>

0 commit comments

Comments
 (0)