Package | Description |
---|---|
com.google.api.services.mybusinessbusinessinformation.v1 | |
com.google.api.services.mybusinessbusinessinformation.v1.model |
Modifier and Type | Method and Description |
---|---|
MyBusinessBusinessInformation.Accounts.Locations.Create |
MyBusinessBusinessInformation.Accounts.Locations.create(String parent,
Location content)
Creates a new Location that will be owned by the logged in user.
|
MyBusinessBusinessInformation.Locations.Patch |
MyBusinessBusinessInformation.Locations.patch(String name,
Location content)
Updates the specified location.
|
Constructor and Description |
---|
Create(String parent,
Location content)
Creates a new Location that will be owned by the logged in user.
|
Patch(String name,
Location content)
Updates the specified location.
|
Modifier and Type | Method and Description |
---|---|
Location |
Location.clone() |
Location |
GoogleLocation.getLocation()
The sparsely populated Location information.
|
Location |
SearchGoogleLocationsRequest.getLocation()
Location to search for.
|
Location |
GoogleUpdatedLocation.getLocation()
The Google-updated version of this location.
|
Location |
Location.set(String fieldName,
Object value) |
Location |
Location.setAdWordsLocationExtensions(AdWordsLocationExtensions adWordsLocationExtensions)
Optional.
|
Location |
Location.setCategories(Categories categories)
Optional.
|
Location |
Location.setLabels(List<String> labels)
Optional.
|
Location |
Location.setLanguageCode(String languageCode)
Immutable.
|
Location |
Location.setLatlng(LatLng latlng)
Optional.
|
Location |
Location.setMetadata(Metadata metadata)
Output only.
|
Location |
Location.setMoreHours(List<MoreHours> moreHours)
Optional.
|
Location |
Location.setName(String name)
Google identifier for this location in the form: `locations/{location_id}`.
|
Location |
Location.setOpenInfo(OpenInfo openInfo)
Optional.
|
Location |
Location.setPhoneNumbers(PhoneNumbers phoneNumbers)
Optional.
|
Location |
Location.setProfile(Profile profile)
Optional.
|
Location |
Location.setRegularHours(BusinessHours regularHours)
Optional.
|
Location |
Location.setRelationshipData(RelationshipData relationshipData)
Optional.
|
Location |
Location.setServiceArea(ServiceAreaBusiness serviceArea)
Optional.
|
Location |
Location.setServiceItems(List<ServiceItem> serviceItems)
Optional.
|
Location |
Location.setSpecialHours(SpecialHours specialHours)
Optional.
|
Location |
Location.setStoreCode(String storeCode)
Optional.
|
Location |
Location.setStorefrontAddress(PostalAddress storefrontAddress)
Optional.
|
Location |
Location.setTitle(String title)
Required.
|
Location |
Location.setWebsiteUri(String websiteUri)
Optional.
|
Modifier and Type | Method and Description |
---|---|
List<Location> |
ListLocationsResponse.getLocations()
The locations.
|
Modifier and Type | Method and Description |
---|---|
GoogleLocation |
GoogleLocation.setLocation(Location location)
The sparsely populated Location information.
|
SearchGoogleLocationsRequest |
SearchGoogleLocationsRequest.setLocation(Location location)
Location to search for.
|
GoogleUpdatedLocation |
GoogleUpdatedLocation.setLocation(Location location)
The Google-updated version of this location.
|
Modifier and Type | Method and Description |
---|---|
ListLocationsResponse |
ListLocationsResponse.setLocations(List<Location> locations)
The locations.
|
Copyright © 2011–2025 Google. All rights reserved.