VerificationMethod
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Xác định các quy trình mà Google sử dụng để xác minh một vị trí.
Enum |
VERIFICATION_METHOD_UNSPECIFIED |
Giá trị mặc định, sẽ gây ra lỗi. |
ADDRESS |
Gửi bưu thiếp có mã PIN xác minh đến một địa chỉ gửi thư cụ thể. Mã PIN được dùng để hoàn tất quy trình xác minh với Google. |
EMAIL |
Gửi email có mã PIN xác minh đến một địa chỉ email cụ thể. Mã PIN được dùng để hoàn tất quy trình xác minh với Google. |
PHONE_CALL |
Gọi điện thoại có mã PIN xác minh đến một số điện thoại cụ thể. Mã PIN được dùng để hoàn tất quy trình xác minh với Google. |
SMS |
Gửi SMS có mã PIN xác minh đến một số điện thoại cụ thể. Mã PIN được dùng để hoàn tất quy trình xác minh với Google. |
AUTO |
Xác minh vị trí mà không cần thêm hành động khác của người dùng. Tuỳ chọn này có thể không có sẵn cho tất cả các địa điểm. |
VETTED_PARTNER |
Tuỳ chọn này có thể không có sẵn cho tất cả các địa điểm. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eGoogle employs a variety of methods to verify locations, including sending verification PINs via postcard, email, phone call, and SMS.\u003c/p\u003e\n"],["\u003cp\u003eBusinesses can also be automatically verified by Google or through a vetted partner, although these options may have limited availability.\u003c/p\u003e\n"],["\u003cp\u003eEach verification method involves a specific process with a unique enum value, like \u003ccode\u003eADDRESS\u003c/code\u003e for postcard verification or \u003ccode\u003eEMAIL\u003c/code\u003e for email verification.\u003c/p\u003e\n"],["\u003cp\u003eThe default \u003ccode\u003eVERIFICATION_METHOD_UNSPECIFIED\u003c/code\u003e should be avoided as it will lead to errors during the verification process.\u003c/p\u003e\n"]]],["Google verifies locations through several methods. These include sending a postcard (`ADDRESS`), email (`EMAIL`), phone call (`PHONE_CALL`), or SMS (`SMS`), each containing a PIN for verification. Another method is automatic verification (`AUTO`), where no user action is needed. Finally, verification can be done via a vetted partner (`VETTED_PARTNER`). `VERIFICATION_METHOD_UNSPECIFIED` is the default and not valid for use. Not all methods are available for all locations.\n"],null,["# VerificationMethod\n\nSpecifies the processes used by Google to verify a location.\n\n| Enums ||\n|-----------------------------------|------------------------------------------------------------------------------------------------------------------------------|\n| `VERIFICATION_METHOD_UNSPECIFIED` | Default value, will result in errors. |\n| `ADDRESS` | Send a postcard with a verification PIN to a specific mailing address. The PIN is used to complete verification with Google. |\n| `EMAIL` | Send an email with a verification PIN to a specific email address. The PIN is used to complete verification with Google. |\n| `PHONE_CALL` | Make a phone call with a verification PIN to a specific phone number. The PIN is used to complete verification with Google. |\n| `SMS` | Send an SMS with a verification PIN to a specific phone number. The PIN is used to complete verification with Google. |\n| `AUTO` | Verify the location without additional user action. This option may not be available for all locations. |\n| `VETTED_PARTNER` | This option may not be available for all locations. |"]]