public class MyBusinessVerifications.Locations.Verifications extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
MyBusinessVerifications.Locations.Verifications.Complete |
class |
MyBusinessVerifications.Locations.Verifications.List |
| Constructor and Description |
|---|
Verifications() |
| Modifier and Type | Method and Description |
|---|---|
MyBusinessVerifications.Locations.Verifications.Complete |
complete(String name,
CompleteVerificationRequest content)
Completes a `PENDING` verification.
|
MyBusinessVerifications.Locations.Verifications.List |
list(String parent)
List verifications of a location, ordered by create time.
|
public MyBusinessVerifications.Locations.Verifications.Complete complete(String name, CompleteVerificationRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Resource name of the verification to complete.content - the CompleteVerificationRequestIOExceptionpublic MyBusinessVerifications.Locations.Verifications.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Resource name of the location that verification requests belong to.IOExceptionCopyright © 2011–2026 Google. All rights reserved.