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
@@ -59,7 +59,7 @@ public final class GoogleMapsPlacesV1PlaceGoogleMapsLinks extends com.google.api
59
59
privatejava.lang.StringreviewsUri;
60
60
61
61
/**
62
-
* A link to show reviews of this place on Google Maps.
62
+
* A link to write a review for this place on Google Maps.
63
63
* The value may be {@code null}.
64
64
*/
65
65
@com.google.api.client.util.Key
@@ -136,15 +136,15 @@ public GoogleMapsPlacesV1PlaceGoogleMapsLinks setReviewsUri(java.lang.String rev
136
136
}
137
137
138
138
/**
139
-
* A link to show reviews of this place on Google Maps.
139
+
* A link to write a review for this place on Google Maps.
140
140
* @return value or {@code null} for none
141
141
*/
142
142
publicjava.lang.StringgetWriteAReviewUri() {
143
143
returnwriteAReviewUri;
144
144
}
145
145
146
146
/**
147
-
* A link to show reviews of this place on Google Maps.
147
+
* A link to write a review for this place on Google Maps.
148
148
* @param writeAReviewUri writeAReviewUri or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-places/v1/2.0.0/com/google/api/services/places/v1/model/GoogleMapsPlacesV1PlaceReviewSummary.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,13 @@ public final class GoogleMapsPlacesV1PlaceReviewSummary extends com.google.api.c
44
44
@com.google.api.client.util.Key
45
45
privatejava.lang.StringflagContentUri;
46
46
47
+
/**
48
+
* A link to show reviews of this place on Google Maps.
49
+
* The value may be {@code null}.
50
+
*/
51
+
@com.google.api.client.util.Key
52
+
privatejava.lang.StringreviewsUri;
53
+
47
54
/**
48
55
* The summary of user reviews.
49
56
* The value may be {@code null}.
@@ -87,6 +94,23 @@ public GoogleMapsPlacesV1PlaceReviewSummary setFlagContentUri(java.lang.String f
87
94
returnthis;
88
95
}
89
96
97
+
/**
98
+
* A link to show reviews of this place on Google Maps.
99
+
* @return value or {@code null} for none
100
+
*/
101
+
publicjava.lang.StringgetReviewsUri() {
102
+
returnreviewsUri;
103
+
}
104
+
105
+
/**
106
+
* A link to show reviews of this place on Google Maps.
107
+
* @param reviewsUri reviewsUri or {@code null} for none
0 commit comments