A verification represents a verification attempt on a location.
JSON representation |
---|
{ "name": string, "method": enum ( |
Fields | |
---|---|
name |
Resource name of the verification. |
method |
The method of the verification. |
state |
The state of the verification. |
createTime |
The timestamp when the verification is requested. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
announcement |
Optional. Response announcement set only if the method is VETTED_PARTNER. |
State
All possible verification states.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default value, will result in errors. |
PENDING |
The verification is pending. |
COMPLETED |
The verification is completed. |
FAILED |
The verification is failed. |