public class MyBusiness.Accounts.Locations.Verifications
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
MyBusiness.Accounts.Locations.Verifications.Complete |
class |
MyBusiness.Accounts.Locations.Verifications.List |
Constructor and Description |
---|
Verifications() |
Modifier and Type | Method and Description |
---|---|
MyBusiness.Accounts.Locations.Verifications.Complete |
complete(java.lang.String name,
CompleteVerificationRequest content)
Completes a `PENDING` verification.
|
MyBusiness.Accounts.Locations.Verifications.List |
list(java.lang.String parent)
List verifications of a location, ordered by create time.
|
public MyBusiness.Accounts.Locations.Verifications.Complete complete(java.lang.String name, CompleteVerificationRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Resource name of the verification to complete.content
- the CompleteVerificationRequest
java.io.IOException
public MyBusiness.Accounts.Locations.Verifications.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Resource name of the location that verification requests belong to.java.io.IOException
Copyright © 2011-2018 Google. All Rights Reserved.