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 |
確認できませんでした。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-14 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-10-14 UTC。"],[[["A verification on a Google Business Profile location is an attempt to confirm its authenticity."],["Verifications can be in various states including pending, completed, or failed and utilize different methods."],["Each verification attempt is recorded with a timestamp, state, method used, and an optional announcement."],["Detailed information about the verification process and available methods is linked within the document."]]],[]]