Show / Hide Table of Contents

Namespace Google.Apis.MyBusinessAccountManagement.v1

Classes

AccountsResource

The "accounts" collection of methods.

AccountsResource.AdminsResource

The "admins" collection of methods.

AccountsResource.AdminsResource.CreateRequest

Invites the specified user to become an administrator for the specified account. The invitee must accept the invitation in order to be granted access to the account. See AcceptInvitation to programmatically accept an invitation.

AccountsResource.AdminsResource.DeleteRequest

Removes the specified admin from the specified account.

AccountsResource.AdminsResource.ListRequest

Lists the admins for the specified account.

AccountsResource.AdminsResource.PatchRequest

Updates the Admin for the specified Account Admin.

AccountsResource.CreateRequest

Creates an account with the specified name and type under the given parent. - Personal accounts and Organizations cannot be created. - User Groups cannot be created with a Personal account as primary owner. - Location Groups cannot be created with a primary owner of a Personal account if the Personal account is in an Organization. - Location Groups cannot own Location Groups.

AccountsResource.GetRequest

Gets the specified account. Returns NOT_FOUND if the account does not exist or if the caller does not have access rights to it.

AccountsResource.InvitationsResource

The "invitations" collection of methods.

AccountsResource.InvitationsResource.AcceptRequest

Accepts the specified invitation.

AccountsResource.InvitationsResource.DeclineRequest

Declines the specified invitation.

AccountsResource.InvitationsResource.ListRequest

Lists pending invitations for the specified account.

AccountsResource.ListRequest

Lists all of the accounts for the authenticated user. This includes all accounts that the user owns, as well as any accounts for which the user has management rights.

AccountsResource.PatchRequest

Updates the specified business account. Personal accounts cannot be updated using this method.

LocationsResource

The "locations" collection of methods.

LocationsResource.AdminsResource

The "admins" collection of methods.

LocationsResource.AdminsResource.CreateRequest

Invites the specified user to become an administrator for the specified location. The invitee must accept the invitation in order to be granted access to the location. See AcceptInvitation to programmatically accept an invitation.

LocationsResource.AdminsResource.DeleteRequest

Removes the specified admin as a manager of the specified location.

LocationsResource.AdminsResource.ListRequest

Lists all of the admins for the specified location.

LocationsResource.AdminsResource.PatchRequest

Updates the Admin for the specified location. Only the AdminRole of the Admin can be updated.

LocationsResource.TransferRequest

Moves a location from an account that the user owns to another account that the same user administers. The user must be an owner of the account the location is currently associated with and must also be at least a manager of the destination account.

MyBusinessAccountManagementBaseServiceRequest<TResponse>

A base abstract class for MyBusinessAccountManagement requests.

MyBusinessAccountManagementService

The MyBusinessAccountManagement Service.

Enums

MyBusinessAccountManagementBaseServiceRequest<TResponse>.AltEnum

Data format for response.

MyBusinessAccountManagementBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

In this article
Back to top Generated by DocFX