Show / Hide Table of Contents

Class CategoriesResource

The "categories" collection of methods.

Inheritance
System.Object
CategoriesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
Google.Apis.Services.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