Skip to content

Commit

Permalink
chore: remove v1alpha from mapsplatformdataset generation config (#…
Browse files Browse the repository at this point in the history
…10891)

* chore: remove `v1alpha` from mapsplatformdataset generation config

* remove files of mapsplatformdataset v1alpha

* restore samples

* ignore class removal clirr check
  • Loading branch information
diegomarquezp authored May 29, 2024
1 parent d14d1f7 commit 9b913f7
Show file tree
Hide file tree
Showing 62 changed files with 9 additions and 25,010 deletions.
1 change: 0 additions & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,6 @@ libraries:
cloud_api: false
GAPICs:
- proto_path: google/maps/mapsplatformdatasets/v1
- proto_path: google/maps/mapsplatformdatasets/v1alpha

- api_shortname: maps-places
name_pretty: Places API (New)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,11 @@
<artifactId>google-maps-mapsplatformdatasets</artifactId>
<version>0.34.0-SNAPSHOT</version><!-- {x-version-update:google-maps-mapsplatformdatasets:current} -->
</dependency>
<dependency>
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>grpc-google-maps-mapsplatformdatasets-v1alpha</artifactId>
<version>0.34.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-maps-mapsplatformdatasets-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>grpc-google-maps-mapsplatformdatasets-v1</artifactId>
<version>0.34.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-maps-mapsplatformdatasets-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>proto-google-maps-mapsplatformdatasets-v1alpha</artifactId>
<version>0.34.0-SNAPSHOT</version><!-- {x-version-update:proto-google-maps-mapsplatformdatasets-v1alpha:current} -->
</dependency>
<dependency>
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>proto-google-maps-mapsplatformdatasets-v1</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html -->
<differences>
<difference>
<!-- This difference is ignored in favor of removing the v1alpha version from this client -->
<differenceType>8001</differenceType>
<className>com/google/maps/mapsplatformdatasets/v1alpha/**</className>
</difference>
</differences>
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>proto-google-maps-mapsplatformdatasets-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>proto-google-maps-mapsplatformdatasets-v1alpha</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Expand Down Expand Up @@ -95,11 +91,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.maps.api.grpc</groupId>
<artifactId>grpc-google-maps-mapsplatformdatasets-v1alpha</artifactId>
<scope>test</scope>
</dependency>
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9b913f7

Please sign in to comment.