Skip to content

Commit

Permalink
chore: regenerate places client (#18020)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Sep 7, 2023
1 parent 3e47604 commit 1d151d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-places/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-places</artifactId>
<version>v1-rev20230829-2.0.0</version>
<version>v1-rev20230905-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-places:v1-rev20230829-2.0.0'
implementation 'com.google.apis:google-api-services-places:v1-rev20230905-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
private java.lang.String websiteUri;

/**
* Output only. Specifies if the place has an entrance that is wheelchair-accessible.
* Output only. [Deprecated!] Specifies if the place has an entrance that is wheelchair-
* accessible.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -1057,15 +1058,17 @@ public GoogleMapsPlacesV1Place setWebsiteUri(java.lang.String websiteUri) {
}

/**
* Output only. Specifies if the place has an entrance that is wheelchair-accessible.
* Output only. [Deprecated!] Specifies if the place has an entrance that is wheelchair-
* accessible.
* @return value or {@code null} for none
*/
public java.lang.Boolean getWheelchairAccessibleEntrance() {
return wheelchairAccessibleEntrance;
}

/**
* Output only. Specifies if the place has an entrance that is wheelchair-accessible.
* Output only. [Deprecated!] Specifies if the place has an entrance that is wheelchair-
* accessible.
* @param wheelchairAccessibleEntrance wheelchairAccessibleEntrance or {@code null} for none
*/
public GoogleMapsPlacesV1Place setWheelchairAccessibleEntrance(java.lang.Boolean wheelchairAccessibleEntrance) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-places/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-places</artifactId>
<version>v1-rev20230829-2.0.0</version>
<name>Places API (New) v1-rev20230829-2.0.0</name>
<version>v1-rev20230905-2.0.0</version>
<name>Places API (New) v1-rev20230905-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit 1d151d3

Please sign in to comment.