You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1PlaceGoogleMapsLinks.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class GoogleMapsPlacesV1PlaceGoogleMapsLinks extends com.google.api
38
38
privatejava.lang.StringdirectionsUri;
39
39
40
40
/**
41
-
* A link to show reviews of this place on Google Maps.
41
+
* A link to show photos of this place on Google Maps.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -85,15 +85,15 @@ public GoogleMapsPlacesV1PlaceGoogleMapsLinks setDirectionsUri(java.lang.String
85
85
}
86
86
87
87
/**
88
-
* A link to show reviews of this place on Google Maps.
88
+
* A link to show photos of this place on Google Maps.
89
89
* @return value or {@code null} for none
90
90
*/
91
91
publicjava.lang.StringgetPhotosUri() {
92
92
returnphotosUri;
93
93
}
94
94
95
95
/**
96
-
* A link to show reviews of this place on Google Maps.
96
+
* A link to show photos of this place on Google Maps.
97
97
* @param photosUri photosUri or {@code null} for none
0 commit comments