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/GoogleMapsPlacesV1SearchTextResponse.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public final class GoogleMapsPlacesV1SearchTextResponse extends com.google.api.c
35
35
* each entry associates to the corresponding place in the same index in the places field. The
36
36
* contents that are relevant to the `text_query` in the request are preferred. If the contextual
37
37
* content is not available for one of the places, it will return non-contextual content. It will
38
-
* be empty only when the content is unavailable for this place. This list should have as many
38
+
* be empty only when the content is unavailable for this place. This list will have as many
39
39
* entries as the list of places if requested.
40
40
* The value may be {@code null}.
41
41
*/
@@ -75,7 +75,7 @@ public final class GoogleMapsPlacesV1SearchTextResponse extends com.google.api.c
75
75
* each entry associates to the corresponding place in the same index in the places field. The
76
76
* contents that are relevant to the `text_query` in the request are preferred. If the contextual
77
77
* content is not available for one of the places, it will return non-contextual content. It will
78
-
* be empty only when the content is unavailable for this place. This list should have as many
78
+
* be empty only when the content is unavailable for this place. This list will have as many
79
79
* entries as the list of places if requested.
80
80
* @return value or {@code null} for none
81
81
*/
@@ -89,7 +89,7 @@ public java.util.List<GoogleMapsPlacesV1ContextualContent> getContextualContents
89
89
* each entry associates to the corresponding place in the same index in the places field. The
90
90
* contents that are relevant to the `text_query` in the request are preferred. If the contextual
91
91
* content is not available for one of the places, it will return non-contextual content. It will
92
-
* be empty only when the content is unavailable for this place. This list should have as many
92
+
* be empty only when the content is unavailable for this place. This list will have as many
93
93
* entries as the list of places if requested.
94
94
* @param contextualContents contextualContents or {@code null} for none
0 commit comments