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

Commit 01fcc4f

Browse files
committed
chore: allow field removals from v1beta2 proto classes
1 parent b857ba7 commit 01fcc4f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

proto-google-cloud-dataproc-v1beta2/clirr-ignored-differences.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,26 @@
1616
<className>com/google/cloud/dataproc/v1beta2/*OrBuilder</className>
1717
<method>boolean has*(*)</method>
1818
</difference>
19+
20+
<!-- TODO: remove this after 1.2.0 is released -->
21+
<difference>
22+
<differenceType>6001</differenceType>
23+
<className>com/google/cloud/dataproc/v1beta2/Component</className>
24+
<field>DOCKER</field>
25+
</difference>
26+
<difference>
27+
<differenceType>6011</differenceType>
28+
<className>com/google/cloud/dataproc/v1beta2/Component</className>
29+
<field>DOCKER_VALUE</field>
30+
</difference>
31+
<difference>
32+
<differenceType>6001</differenceType>
33+
<className>com/google/cloud/dataproc/v1beta2/Component</className>
34+
<field>FLINK</field>
35+
</difference>
36+
<difference>
37+
<differenceType>6011</differenceType>
38+
<className>com/google/cloud/dataproc/v1beta2/Component</className>
39+
<field>FLINK_VALUE</field>
40+
</difference>
1941
</differences>

0 commit comments

Comments
 (0)