File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
clients/google-api-services-places/v1
com/google/api/services/places/v1/model Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-places</artifactId >
25
- <version >v1-rev20241028 -2.0.0</version >
25
+ <version >v1-rev20241029 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-places:v1-rev20241028 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-places:v1-rev20241029 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ public final class GoogleMapsPlacesV1Place extends com.google.api.client.json.Ge
92
92
private java .util .List <GoogleMapsPlacesV1PlaceAttribution > attributions ;
93
93
94
94
/**
95
- * The business status for the place.
96
95
* The value may be {@code null}.
97
96
*/
98
97
@ com .google .api .client .util .Key
@@ -680,15 +679,13 @@ public GoogleMapsPlacesV1Place setAttributions(java.util.List<GoogleMapsPlacesV1
680
679
}
681
680
682
681
/**
683
- * The business status for the place.
684
682
* @return value or {@code null} for none
685
683
*/
686
684
public java .lang .String getBusinessStatus () {
687
685
return businessStatus ;
688
686
}
689
687
690
688
/**
691
- * The business status for the place.
692
689
* @param businessStatus businessStatus or {@code null} for none
693
690
*/
694
691
public GoogleMapsPlacesV1Place setBusinessStatus (java .lang .String businessStatus ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-places</artifactId >
11
- <version >v1-rev20241028 -2.0.0</version >
12
- <name >Places API (New) v1-rev20241028 -2.0.0</name >
11
+ <version >v1-rev20241029 -2.0.0</version >
12
+ <name >Places API (New) v1-rev20241029 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-places</artifactId >
25
- <version >v1-rev20241028 -2.0.0</version >
25
+ <version >v1-rev20241029 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-places:v1-rev20241028 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-places:v1-rev20241029 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments