Skip to content

Commit 1173e1a

Browse files
1 parent 31b4923 commit 1173e1a

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
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-rev20240519-2.0.0</version>
25+
<version>v1-rev20240729-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-rev20240519-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20240729-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
public final class GoogleMapsPlacesV1PlaceOpeningHours extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Is this place open right now? Always present unless we lack time-of-day or timezone data for
34-
* these opening hours.
33+
* Whether the opening hours period is currently active. For regular opening hours and current
34+
* opening hours, this field means whether the place is open. For secondary opening hours and
35+
* current secondary opening hours, this field means whether the secondary hours of this place is
36+
* active.
3537
* The value may be {@code null}.
3638
*/
3739
@com.google.api.client.util.Key
@@ -73,17 +75,21 @@ public final class GoogleMapsPlacesV1PlaceOpeningHours extends com.google.api.cl
7375
private java.util.List<java.lang.String> weekdayDescriptions;
7476

7577
/**
76-
* Is this place open right now? Always present unless we lack time-of-day or timezone data for
77-
* these opening hours.
78+
* Whether the opening hours period is currently active. For regular opening hours and current
79+
* opening hours, this field means whether the place is open. For secondary opening hours and
80+
* current secondary opening hours, this field means whether the secondary hours of this place is
81+
* active.
7882
* @return value or {@code null} for none
7983
*/
8084
public java.lang.Boolean getOpenNow() {
8185
return openNow;
8286
}
8387

8488
/**
85-
* Is this place open right now? Always present unless we lack time-of-day or timezone data for
86-
* these opening hours.
89+
* Whether the opening hours period is currently active. For regular opening hours and current
90+
* opening hours, this field means whether the place is open. For secondary opening hours and
91+
* current secondary opening hours, this field means whether the secondary hours of this place is
92+
* active.
8793
* @param openNow openNow or {@code null} for none
8894
*/
8995
public GoogleMapsPlacesV1PlaceOpeningHours setOpenNow(java.lang.Boolean openNow) {

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-rev20240519-2.0.0</version>
12-
<name>Places API (New) v1-rev20240519-2.0.0</name>
11+
<version>v1-rev20240729-2.0.0</version>
12+
<name>Places API (New) v1-rev20240729-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-rev20240519-2.0.0</version>
25+
<version>v1-rev20240729-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-rev20240519-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20240729-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)