Skip to content

Commit

Permalink
ignore changes in beta and internal surface
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Dec 6, 2024
1 parent dde9326 commit 70d6712
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions google-cloud-bigtable/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,24 @@
<method>*</method>
</difference>
<difference>
<!-- We ignore these methods because they have `default` behavior -->
<differenceType>7012</differenceType>
<!-- InternalApi was updated -->
<differenceType>7006</differenceType>
<className>com/google/cloud/bigtable/data/v2/internal/*</className>
<method>*getTimestamp(*)</method>
<to>java.time.Instant</to>
</difference>
<difference>
<!-- BetaApi was updated -->
<differenceType>7006</differenceType>
<className>com/google/cloud/bigtable/data/v2/models/sql/StructReader</className>
<method>java.time.Instant getTimestampInstant(*)</method>
<method>*getTimestamp(*)</method>
<to>java.time.Instant</to>
</difference>
<difference>
<!-- BetaApi was updated -->
<differenceType>7005</differenceType>
<className>com/google/cloud/bigtable/data/v2/models/sql/Statement$Builder</className>
<method>*setTimestampParam(java.lang.String, org.threeten.bp.Instant)</method>
<to>*setTimestampParam(java.lang.String, java.time.Instant)</to>
</difference>
</differences>

0 comments on commit 70d6712

Please sign in to comment.