Class LocationsResource
The "locations" collection of methods.
Inherited Members
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 |