Show / Hide Table of Contents

Namespace Google.Apis.MyBusinessBusinessInformation.v1

Classes

AccountsResource

The "accounts" collection of methods.

AccountsResource.LocationsResource

The "locations" collection of methods.

AccountsResource.LocationsResource.CreateRequest

Creates a new Location that will be owned by the logged in user.

AccountsResource.LocationsResource.ListRequest

Lists the locations for the specified account.

AttributesResource

The "attributes" collection of methods.

AttributesResource.ListRequest

Returns the list of attributes that would be available for a location with the given primary category and country.

CategoriesResource

The "categories" collection of methods.

CategoriesResource.BatchGetRequest

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

CategoriesResource.ListRequest

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

ChainsResource

The "chains" collection of methods.

ChainsResource.GetRequest

Gets the specified chain. Returns NOT_FOUND if the chain does not exist.

ChainsResource.SearchRequest

Searches the chain based on chain name.

GoogleLocationsResource

The "googleLocations" collection of methods.

GoogleLocationsResource.SearchRequest

Search all of the possible locations that are a match to the specified request.

LocationsResource

The "locations" collection of methods.

LocationsResource.AssociateRequest

Associates a location to a place ID. Any previous association is overwritten. This operation is only valid if the location is unverified. The association must be valid, that is, it appears in the list of SearchGoogleLocations.

LocationsResource.AttributesResource

The "attributes" collection of methods.

LocationsResource.AttributesResource.GetGoogleUpdatedRequest

Gets the Google-updated version of the specified location.

LocationsResource.ClearLocationAssociationRequest

Clears an association between a location and its place ID. This operation is only valid if the location is unverified.

LocationsResource.DeleteRequest

Deletes a location. If this location cannot be deleted using the API and it is marked so in the google.mybusiness.businessinformation.v1.LocationState, use the Google Business Profile website.

LocationsResource.GetAttributesRequest

Looks up all the attributes set for a given location.

LocationsResource.GetGoogleUpdatedRequest

Gets the Google-updated version of the specified location.

LocationsResource.GetRequest

Returns the specified location.

LocationsResource.PatchRequest

Updates the specified location.

LocationsResource.UpdateAttributesRequest

Update attributes for a given location.

MyBusinessBusinessInformationBaseServiceRequest<TResponse>

A base abstract class for MyBusinessBusinessInformation requests.

MyBusinessBusinessInformationService

The MyBusinessBusinessInformation Service.

Enums

CategoriesResource.BatchGetRequest.ViewEnum

Required. Specifies which parts to the Category resource should be returned in the response.

CategoriesResource.ListRequest.ViewEnum

Required. Specifies which parts to the Category resource should be returned in the response.

MyBusinessBusinessInformationBaseServiceRequest<TResponse>.AltEnum

Data format for response.

MyBusinessBusinessInformationBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In This Article
Back to top