Google Business Performance API에는 단일 API 요청으로 여러 'DailyMetrics'를 가져올 수 있는
새로운 API 메서드가 있습니다.
v4 reportInsights API 메서드에서 Google Business Profile Performance API로 이전하려면
지원 중단 일정 및 안내를 검토하세요.
Verification
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
JSON 표현 |
{
"name": string,
"method": enum (VerificationMethod ),
"state": enum (State ),
"createTime": string,
"announcement": string
} |
필드 |
name |
string
인증의 리소스 이름입니다.
|
method |
enum (VerificationMethod )
인증 방법입니다.
|
state |
enum (State )
인증 상태입니다.
|
createTime |
string (Timestamp format)
확인이 요청된 시점의 타임스탬프입니다. RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z" 및 "2014-10-02T15:01:23.045123456Z" 입니다.
|
announcement |
string
선택사항입니다. 메서드가 VETTED_PARTNER인 경우에만 응답 공지가 설정됩니다.
|
주
열거형 |
STATE_UNSPECIFIED |
기본값으로 설정하면 오류가 발생합니다. |
PENDING |
인증 대기 중입니다. |
COMPLETED |
인증이 완료되었습니다. |
FAILED |
인증에 실패했습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 2025-07-25(UTC)"],[[["\u003cp\u003eA verification on a Google Business Profile location is an attempt to confirm its authenticity.\u003c/p\u003e\n"],["\u003cp\u003eVerifications can be in various states including pending, completed, or failed and utilize different methods.\u003c/p\u003e\n"],["\u003cp\u003eEach verification attempt is recorded with a timestamp, state, method used, and an optional announcement.\u003c/p\u003e\n"],["\u003cp\u003eDetailed information about the verification process and available methods is linked within the document.\u003c/p\u003e\n"]]],[],null,["# Verification\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [State](#State)\n\nA verification represents a verification attempt on a location.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"method\": enum (/my-business/reference/verifications/rest/v1/VerificationMethod), \"state\": enum (/my-business/reference/verifications/rest/v1/Verification#State), \"createTime\": string, \"announcement\": string } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Resource name of the verification. |\n| `method` | `enum (`[VerificationMethod](/my-business/reference/verifications/rest/v1/VerificationMethod)`)` The method of the verification. |\n| `state` | `enum (`[State](/my-business/reference/verifications/rest/v1/Verification#State)`)` The state of the verification. |\n| `createTime` | `string (`[Timestamp](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Timestamp)` format)` The timestamp when the verification is requested. A timestamp in RFC3339 UTC \"Zulu\" format, with nanosecond resolution and up to nine fractional digits. Examples: `\"2014-10-02T15:01:23Z\"` and `\"2014-10-02T15:01:23.045123456Z\"`. |\n| `announcement` | `string` Optional. Response announcement set only if the method is VETTED_PARTNER. |\n\nState\n-----\n\nAll possible verification states.\n\n| Enums ||\n|---------------------|---------------------------------------|\n| `STATE_UNSPECIFIED` | Default value, will result in errors. |\n| `PENDING` | The verification is pending. |\n| `COMPLETED` | The verification is completed. |\n| `FAILED` | The verification is failed. |"]]