Skip to content

Commit c0b0ca3

Browse files
1 parent d1f3a6a commit c0b0ca3

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

clients/google-api-services-places/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-places</artifactId>
25-
<version>v1-rev20240729-2.0.0</version>
25+
<version>v1-rev20240825-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-places:v1-rev20240729-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20240825-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1SearchTextResponse.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public final class GoogleMapsPlacesV1SearchTextResponse extends com.google.api.c
3535
* each entry associates to the corresponding place in the same index in the places field. The
3636
* contents that are relevant to the `text_query` in the request are preferred. If the contextual
3737
* content is not available for one of the places, it will return non-contextual content. It will
38-
* be empty only when the content is unavailable for this place. This list should have as many
38+
* be empty only when the content is unavailable for this place. This list will have as many
3939
* entries as the list of places if requested.
4040
* The value may be {@code null}.
4141
*/
@@ -75,7 +75,7 @@ public final class GoogleMapsPlacesV1SearchTextResponse extends com.google.api.c
7575
* each entry associates to the corresponding place in the same index in the places field. The
7676
* contents that are relevant to the `text_query` in the request are preferred. If the contextual
7777
* content is not available for one of the places, it will return non-contextual content. It will
78-
* be empty only when the content is unavailable for this place. This list should have as many
78+
* be empty only when the content is unavailable for this place. This list will have as many
7979
* entries as the list of places if requested.
8080
* @return value or {@code null} for none
8181
*/
@@ -89,7 +89,7 @@ public java.util.List<GoogleMapsPlacesV1ContextualContent> getContextualContents
8989
* each entry associates to the corresponding place in the same index in the places field. The
9090
* contents that are relevant to the `text_query` in the request are preferred. If the contextual
9191
* content is not available for one of the places, it will return non-contextual content. It will
92-
* be empty only when the content is unavailable for this place. This list should have as many
92+
* be empty only when the content is unavailable for this place. This list will have as many
9393
* entries as the list of places if requested.
9494
* @param contextualContents contextualContents or {@code null} for none
9595
*/

clients/google-api-services-places/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-places</artifactId>
11-
<version>v1-rev20240729-2.0.0</version>
12-
<name>Places API (New) v1-rev20240729-2.0.0</name>
11+
<version>v1-rev20240825-2.0.0</version>
12+
<name>Places API (New) v1-rev20240825-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-places/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-places</artifactId>
25-
<version>v1-rev20240729-2.0.0</version>
25+
<version>v1-rev20240825-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-places:v1-rev20240729-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20240825-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)