Show / Hide Table of Contents

Class LocationsResource

The "locations" collection of methods.

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

Constructors

LocationsResource(IClientService)

Constructs a new resource.

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

Properties

Verifications

Gets the Verifications resource.

Declaration
public virtual LocationsResource.VerificationsResource Verifications { get; }
Property Value
Type Description
LocationsResource.VerificationsResource

Methods

FetchVerificationOptions(FetchVerificationOptionsRequest, string)

Reports all eligible verification options for a location in a specific language.

Declaration
public virtual LocationsResource.FetchVerificationOptionsRequest FetchVerificationOptions(FetchVerificationOptionsRequest body, string location)
Parameters
Type Name Description
FetchVerificationOptionsRequest body

The body of the request.

string location

Required. The location to verify.

Returns
Type Description
LocationsResource.FetchVerificationOptionsRequest

GetVoiceOfMerchantState(string)

Gets the VoiceOfMerchant state.

Declaration
public virtual LocationsResource.GetVoiceOfMerchantStateRequest GetVoiceOfMerchantState(string name)
Parameters
Type Name Description
string name

Required. Resource name of the location.

Returns
Type Description
LocationsResource.GetVoiceOfMerchantStateRequest

Verify(VerifyLocationRequest, string)

Starts the verification process for a location.

Declaration
public virtual LocationsResource.VerifyRequest Verify(VerifyLocationRequest body, string name)
Parameters
Type Name Description
VerifyLocationRequest body

The body of the request.

string name

Required. Resource name of the location to verify.

Returns
Type Description
LocationsResource.VerifyRequest
In this article
Back to top Generated by DocFX