Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-rev20260524-2.0.0</version>
<version>v1-rev20260601-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-rev20260524-2.0.0'
implementation 'com.google.apis:google-api-services-places:v1-rev20260601-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,12 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
private java.lang.Boolean curbsidePickup;

/**
* The hours of operation for the next seven days (including today). The time period starts at
* midnight on the date of the request and ends at 11:59 pm six days later. This field includes
* the special_days subfield of all hours, set for dates that have exceptional hours.
* The hours of operation for the next seven days (including today) incorporating any special
* opening hours. The time period starts at midnight on the date of the request and ends at 11:59
* pm six days later. If the actual opening hours are outside of this range, the opening hours
* will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the
* opening hours will be truncated to 12am today to 6am today. This field includes the
* special_days subfield of all hours, set for dates that have exceptional hours.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -446,8 +449,9 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
private java.lang.Double rating;

/**
* The regular hours of operation. Note that if a place is always open (24 hours), the `close`
* field will not be set. Clients can rely on always open (24 hours) being represented as an
* The regular hours are the hours of operation for a place on a typical schedule. Note that if a
* place is always open (24 hours), the `close` field will not be set. Clients can rely on always
* open (24 hours) being represented as an
* [`open`](https://developers.google.com/maps/documentation/places/web-
* service/reference/rest/v1/places#Period) period containing
* [`day`](https://developers.google.com/maps/documentation/places/web-
Expand Down Expand Up @@ -842,19 +846,25 @@ public GoogleMapsPlacesV1Place setCurbsidePickup(java.lang.Boolean curbsidePicku
}

/**
* The hours of operation for the next seven days (including today). The time period starts at
* midnight on the date of the request and ends at 11:59 pm six days later. This field includes
* the special_days subfield of all hours, set for dates that have exceptional hours.
* The hours of operation for the next seven days (including today) incorporating any special
* opening hours. The time period starts at midnight on the date of the request and ends at 11:59
* pm six days later. If the actual opening hours are outside of this range, the opening hours
* will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the
* opening hours will be truncated to 12am today to 6am today. This field includes the
* special_days subfield of all hours, set for dates that have exceptional hours.
* @return value or {@code null} for none
*/
public GoogleMapsPlacesV1PlaceOpeningHours getCurrentOpeningHours() {
return currentOpeningHours;
}

/**
* The hours of operation for the next seven days (including today). The time period starts at
* midnight on the date of the request and ends at 11:59 pm six days later. This field includes
* the special_days subfield of all hours, set for dates that have exceptional hours.
* The hours of operation for the next seven days (including today) incorporating any special
* opening hours. The time period starts at midnight on the date of the request and ends at 11:59
* pm six days later. If the actual opening hours are outside of this range, the opening hours
* will be truncated. For example, if a place is open from 10pm yesterday to 6am today, the
* opening hours will be truncated to 12am today to 6am today. This field includes the
* special_days subfield of all hours, set for dates that have exceptional hours.
* @param currentOpeningHours currentOpeningHours or {@code null} for none
*/
public GoogleMapsPlacesV1Place setCurrentOpeningHours(GoogleMapsPlacesV1PlaceOpeningHours currentOpeningHours) {
Expand Down Expand Up @@ -1624,8 +1634,9 @@ public GoogleMapsPlacesV1Place setRating(java.lang.Double rating) {
}

/**
* The regular hours of operation. Note that if a place is always open (24 hours), the `close`
* field will not be set. Clients can rely on always open (24 hours) being represented as an
* The regular hours are the hours of operation for a place on a typical schedule. Note that if a
* place is always open (24 hours), the `close` field will not be set. Clients can rely on always
* open (24 hours) being represented as an
* [`open`](https://developers.google.com/maps/documentation/places/web-
* service/reference/rest/v1/places#Period) period containing
* [`day`](https://developers.google.com/maps/documentation/places/web-
Expand All @@ -1641,8 +1652,9 @@ public GoogleMapsPlacesV1PlaceOpeningHours getRegularOpeningHours() {
}

/**
* The regular hours of operation. Note that if a place is always open (24 hours), the `close`
* field will not be set. Clients can rely on always open (24 hours) being represented as an
* The regular hours are the hours of operation for a place on a typical schedule. Note that if a
* place is always open (24 hours), the `close` field will not be set. Clients can rely on always
* open (24 hours) being represented as an
* [`open`](https://developers.google.com/maps/documentation/places/web-
* service/reference/rest/v1/places#Period) period containing
* [`day`](https://developers.google.com/maps/documentation/places/web-
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-rev20260524-2.0.0</version>
<name>Places API (New) v1-rev20260524-2.0.0</name>
<version>v1-rev20260601-2.0.0</version>
<name>Places API (New) v1-rev20260601-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-places/v1/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-rev20260524-2.0.0</version>
<version>v1-rev20260601-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-rev20260524-2.0.0'
implementation 'com.google.apis:google-api-services-places:v1-rev20260601-2.0.0'
}
```

Expand Down