Show / Hide Table of Contents

Class CategoriesResource

The "categories" collection of methods.

Inheritance
object
CategoriesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MyBusinessBusinessInformation.v1
Assembly: Google.Apis.MyBusinessBusinessInformation.v1.dll
Syntax
public class CategoriesResource

Constructors

CategoriesResource(IClientService)

Constructs a new resource.

Declaration
public CategoriesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BatchGet()

Returns a list of business categories for the provided language and GConcept ids.

Declaration
public virtual CategoriesResource.BatchGetRequest BatchGet()
Returns
Type Description
CategoriesResource.BatchGetRequest

List()

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').

Declaration
public virtual CategoriesResource.ListRequest List()
Returns
Type Description
CategoriesResource.ListRequest
In this article
Back to top Generated by DocFX