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

Commit

Permalink
feat: add HttpRequest tasks (#14)
Browse files Browse the repository at this point in the history
* [CHANGE ME] Re-generated  to pick up changes in the API or client library generator.

* fix: allow proto interface changes
  • Loading branch information
yoshi-automation authored and chingor13 committed Nov 11, 2019
1 parent 0a65b44 commit df89d67
Show file tree
Hide file tree
Showing 17 changed files with 5,044 additions and 47 deletions.
19 changes: 19 additions & 0 deletions proto-google-cloud-tasks-v2/clirr-ignored-differences.xml
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/tasks/v2/*OrBuilder</className>
<method>* get*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/tasks/v2/*OrBuilder</className>
<method>boolean contains*(*)</method>
</difference>
<difference>
<differenceType>7012</differenceType>
<className>com/google/cloud/tasks/v2/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
</differences>

0 comments on commit df89d67

Please sign in to comment.