Page Summary
-
The Google My Business API allows for managing business location information on Google.
-
The service name
mybusiness.googleapis.comis used for creating RPC client stubs. -
The API provides methods for managing various aspects of business information, such as locations, reviews, posts, and media.
-
Some resources and methods within the API, like Accounts and AccessControl, are deprecated.
-
Developers can utilize the API to interact with and manipulate their Google My Business data programmatically.
The Google My Business API provides an interface for managing business location information on Google.
Service: mybusiness.googleapis.com
The Service name mybusiness.googleapis.com is needed to create RPC client stubs.
google.mybusiness.v4.FoodMenuService
| Methods | |
|---|---|
|
Returns the food menus of a specific location. |
|
Updates the food menus of a specific location. |
google.mybusiness.v4.LocalPosts
| Methods | |
|---|---|
|
Creates a new local post associated with the specified location, and returns it. |
|
Deletes a local post. |
|
Gets the specified local post. |
|
Returns a list of local posts associated with a location. |
|
Updates the specified local post and returns the updated local post. |
google.mybusiness.v4.Media
| Methods | |
|---|---|
|
Creates a new media item for the location. |
|
Deletes the specified media item. |
|
Returns metadata for the requested customer media item. |
|
Returns metadata for the requested media item. |
|
Returns a list of media items associated with a location that have been contributed by customers. |
|
Returns a list of media items associated with a location. |
|
Generates a MediaItemDataRef for media item uploading. |
|
Updates metadata of the specified media item. |
google.mybusiness.v4.Reviews
| Methods | |
|---|---|
|
Returns the paginated list of reviews for all specified locations. |
|
Deletes the response to the specified review. |
|
Returns the specified review. |
|
Returns the paginated list of reviews for the specified location. |
|
Updates the reply to the specified review. |