search
public MyBusiness.GoogleLocations.Search search(SearchGoogleLocationsRequest content)
throws java.io.IOException
Search all of the possible locations that are a match to the specified request.
Create a request for the method "googleLocations.search".
This request holds the parameters needed by the mybusiness server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the SearchGoogleLocationsRequest
- Returns:
- the request
- Throws:
java.io.IOException