getGoogleUpdated
public MyBusinessLodging.Locations.Lodging.GetGoogleUpdated getGoogleUpdated(String name)
throws IOException
Returns the Google updated Lodging of a specific location.
Create a request for the method "lodging.getGoogleUpdated".
This request holds the parameters needed by the mybusinesslodging server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
name
- Required. Google identifier for this location in the form: `locations/{location_id}/lodging`
- Returns:
- the request
- Throws:
IOException