Categories
class Categories extends Resource (View source)
The "categories" collection of methods.
Typical usage is:
$mybusinessbusinessinformationService = new Google\Service\MyBusinessBusinessInformation(...);
$categories = $mybusinessbusinessinformationService->categories;
Methods
Returns a list of business categories for the provided language and GConcept ids. (categories.batchGet)
Returns a list of business categories. Search will match the category name but not the category ID. Search only matches the front of a category name (that is, 'food' may return 'Food Court' but not 'Fast Food Restaurant').
Details
BatchGetCategoriesResponse
batchGet(array $optParams = [])
Returns a list of business categories for the provided language and GConcept ids. (categories.batchGet)
ListCategoriesResponse
listCategories(array $optParams = [])
Returns a list of business categories. Search will match the category name but not the category ID. Search only matches the front of a category name (that is, 'food' may return 'Food Court' but not 'Fast Food Restaurant').
(categories.listCategories)