Skip to content

Commit 07d5724

Browse files
1 parent 9e92ec6 commit 07d5724

File tree

6 files changed

+44
-31
lines changed

6 files changed

+44
-31
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-rev20231105-2.0.0</version>
25+
<version>v1-rev20231112-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-rev20231105-2.0.0'
38+
implementation 'com.google.apis:google-api-services-places:v1-rev20231112-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -583,10 +583,10 @@ public class Photos {
583583
* parameters, call the {@link GetMedia#execute()} method to invoke the remote operation.
584584
*
585585
* @param name Required. The resource name of a photo media in the format:
586-
* `places/place_id/photos/photo_reference/media`. The resource name of a photo as returned
587-
* in a Place object's photos.name field comes with the format
588-
* `places/place_id/photos/photo_reference`. You need to append `/media` at the end of the
589-
* photo resource to get the photo media resource name.
586+
* `"places/place_id/photos/photo_reference/media"`. The resource name of a photo as returned
587+
* in a Place object's `photos.name` field comes with the format
588+
* `"places/place_id/photos/photo_reference"`. You need to append `"/media"` at the end of
589+
* the photo resource to get the photo media resource name.
590590
* @return the request
591591
*/
592592
public GetMedia getMedia(java.lang.String name) throws java.io.IOException {
@@ -614,10 +614,10 @@ public class GetMedia extends MapsPlacesRequest<com.google.api.services.places.v
614614
* must be called to initialize this instance immediately after invoking the constructor. </p>
615615
*
616616
* @param name Required. The resource name of a photo media in the format:
617-
* `places/place_id/photos/photo_reference/media`. The resource name of a photo as returned
618-
* in a Place object's photos.name field comes with the format
619-
* `places/place_id/photos/photo_reference`. You need to append `/media` at the end of the
620-
* photo resource to get the photo media resource name.
617+
* `"places/place_id/photos/photo_reference/media"`. The resource name of a photo as returned
618+
* in a Place object's `photos.name` field comes with the format
619+
* `"places/place_id/photos/photo_reference"`. You need to append `"/media"` at the end of
620+
* the photo resource to get the photo media resource name.
621621
* @since 1.13
622622
*/
623623
protected GetMedia(java.lang.String name) {
@@ -697,29 +697,30 @@ public GetMedia setUploadProtocol(java.lang.String uploadProtocol) {
697697

698698
/**
699699
* Required. The resource name of a photo media in the format:
700-
* `places/place_id/photos/photo_reference/media`. The resource name of a photo as returned
701-
* in a Place object's photos.name field comes with the format
702-
* `places/place_id/photos/photo_reference`. You need to append `/media` at the end of the
703-
* photo resource to get the photo media resource name.
700+
* `"places/place_id/photos/photo_reference/media"`. The resource name of a photo as
701+
* returned in a Place object's `photos.name` field comes with the format
702+
* `"places/place_id/photos/photo_reference"`. You need to append `"/media"` at the end of
703+
* the photo resource to get the photo media resource name.
704704
*/
705705
@com.google.api.client.util.Key
706706
private java.lang.String name;
707707

708708
/** Required. The resource name of a photo media in the format:
709-
`places/place_id/photos/photo_reference/media`. The resource name of a photo as returned in a Place
710-
object's photos.name field comes with the format `places/place_id/photos/photo_reference`. You need
711-
to append `/media` at the end of the photo resource to get the photo media resource name.
709+
`"places/place_id/photos/photo_reference/media"`. The resource name of a photo as returned in a
710+
Place object's `photos.name` field comes with the format
711+
`"places/place_id/photos/photo_reference"`. You need to append `"/media"` at the end of the photo
712+
resource to get the photo media resource name.
712713
*/
713714
public java.lang.String getName() {
714715
return name;
715716
}
716717

717718
/**
718719
* Required. The resource name of a photo media in the format:
719-
* `places/place_id/photos/photo_reference/media`. The resource name of a photo as returned
720-
* in a Place object's photos.name field comes with the format
721-
* `places/place_id/photos/photo_reference`. You need to append `/media` at the end of the
722-
* photo resource to get the photo media resource name.
720+
* `"places/place_id/photos/photo_reference/media"`. The resource name of a photo as
721+
* returned in a Place object's `photos.name` field comes with the format
722+
* `"places/place_id/photos/photo_reference"`. You need to append `"/media"` at the end of
723+
* the photo resource to get the photo media resource name.
723724
*/
724725
public GetMedia setName(java.lang.String name) {
725726
if (!getSuppressPatternChecks()) {

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ public final class GoogleMapsPlacesV1SearchTextRequestLocationBias extends com.g
3838
private GoogleMapsPlacesV1Circle circle;
3939

4040
/**
41-
* A rectangle box defined by northeast and southwest corner.
41+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
42+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
43+
* rectangle viewport.
4244
* The value may be {@code null}.
4345
*/
4446
@com.google.api.client.util.Key
@@ -62,15 +64,19 @@ public GoogleMapsPlacesV1SearchTextRequestLocationBias setCircle(GoogleMapsPlace
6264
}
6365

6466
/**
65-
* A rectangle box defined by northeast and southwest corner.
67+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
68+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
69+
* rectangle viewport.
6670
* @return value or {@code null} for none
6771
*/
6872
public GoogleGeoTypeViewport getRectangle() {
6973
return rectangle;
7074
}
7175

7276
/**
73-
* A rectangle box defined by northeast and southwest corner.
77+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
78+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
79+
* rectangle viewport.
7480
* @param rectangle rectangle or {@code null} for none
7581
*/
7682
public GoogleMapsPlacesV1SearchTextRequestLocationBias setRectangle(GoogleGeoTypeViewport rectangle) {

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,28 @@
3131
public final class GoogleMapsPlacesV1SearchTextRequestLocationRestriction extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* A rectangle box defined by northeast and southwest corner.
34+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
35+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
36+
* rectangle viewport.
3537
* The value may be {@code null}.
3638
*/
3739
@com.google.api.client.util.Key
3840
private GoogleGeoTypeViewport rectangle;
3941

4042
/**
41-
* A rectangle box defined by northeast and southwest corner.
43+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
44+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
45+
* rectangle viewport.
4246
* @return value or {@code null} for none
4347
*/
4448
public GoogleGeoTypeViewport getRectangle() {
4549
return rectangle;
4650
}
4751

4852
/**
49-
* A rectangle box defined by northeast and southwest corner.
53+
* A rectangle box defined by northeast and southwest corner. `rectangle.high()` must be the
54+
* northeast point of the rectangle viewport. `rectangle.low()` must be the southwest point of the
55+
* rectangle viewport.
5056
* @param rectangle rectangle or {@code null} for none
5157
*/
5258
public GoogleMapsPlacesV1SearchTextRequestLocationRestriction setRectangle(GoogleGeoTypeViewport rectangle) {

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

0 commit comments

Comments
 (0)