generate
public MyBusinessVerifications.VerificationTokens.Generate generate(GenerateVerificationTokenRequest content)
throws IOException
Generates a token for the provided location data as a vetted
[partner](https://support.google.com/business/answer/7674102). Throws PERMISSION_DENIED if the
caller is not a vetted partner account. Throws FAILED_PRECONDITION if the caller's VettedStatus
is INVALID.
Create a request for the method "verificationTokens.generate".
This request holds the parameters needed by the mybusinessverifications server. After setting
any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote
operation.
- Parameters:
content - the GenerateVerificationTokenRequest
- Returns:
- the request
- Throws:
IOException