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-mybusinessbusinessinformation/v1/2.0.0/com/google/api/services/mybusinessbusinessinformation/v1/model/SearchGoogleLocationsRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public final class SearchGoogleLocationsRequest extends com.google.api.client.js
32
32
33
33
/**
34
34
* Location to search for. If provided, will find locations which match the provided location
35
-
* details.
35
+
* details, which must include a value for the title.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@com.google.api.client.util.Key
@@ -56,7 +56,7 @@ public final class SearchGoogleLocationsRequest extends com.google.api.client.js
56
56
57
57
/**
58
58
* Location to search for. If provided, will find locations which match the provided location
59
-
* details.
59
+
* details, which must include a value for the title.
60
60
* @return value or {@code null} for none
61
61
*/
62
62
publicLocationgetLocation() {
@@ -65,7 +65,7 @@ public Location getLocation() {
65
65
66
66
/**
67
67
* Location to search for. If provided, will find locations which match the provided location
68
-
* details.
68
+
* details, which must include a value for the title.
69
69
* @param location location or {@code null} for none
0 commit comments