public class MyBusinessVerifications.Locations extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MyBusinessVerifications.Locations.FetchVerificationOptions |
class |
MyBusinessVerifications.Locations.GetVoiceOfMerchantState |
class |
MyBusinessVerifications.Locations.Verifications
The "verifications" collection of methods.
|
class |
MyBusinessVerifications.Locations.Verify |
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
MyBusinessVerifications.Locations.FetchVerificationOptions |
fetchVerificationOptions(String location,
FetchVerificationOptionsRequest content)
Reports all eligible verification options for a location in a specific language.
|
MyBusinessVerifications.Locations.GetVoiceOfMerchantState |
getVoiceOfMerchantState(String name)
Gets the VoiceOfMerchant state.
|
MyBusinessVerifications.Locations.Verifications |
verifications()
An accessor for creating requests from the Verifications collection.
|
MyBusinessVerifications.Locations.Verify |
verify(String name,
VerifyLocationRequest content)
Starts the verification process for a location.
|
public MyBusinessVerifications.Locations.FetchVerificationOptions fetchVerificationOptions(String location, FetchVerificationOptionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.location - Required. The location to verify.content - the FetchVerificationOptionsRequestIOExceptionpublic MyBusinessVerifications.Locations.GetVoiceOfMerchantState getVoiceOfMerchantState(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.name - Required. Resource name of the location.IOExceptionpublic MyBusinessVerifications.Locations.Verify verify(String name, VerifyLocationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Resource name of the location to verify.content - the VerifyLocationRequestIOExceptionpublic MyBusinessVerifications.Locations.Verifications verifications()
The typical use is:
MyBusinessVerifications mybusinessverifications = new MyBusinessVerifications(...);MyBusinessVerifications.Verifications.List request = mybusinessverifications.verifications().list(parameters ...)
Copyright © 2011–2026 Google. All rights reserved.