API Reference
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
この API リファレンスは、リソースタイプ別にまとめられています。各リソースタイプには、1 つ以上のデータ表現と 1 つ以上のメソッドがあります。
WebResource
WebResource リソースについて詳しくは、リソース表現のページをご覧ください。
方法 |
HTTP リクエスト |
説明 |
特に明記されていない限り、URI は https://www.googleapis.com/siteVerification/v1 を基準とします。 |
delete
|
DELETE /webResource/id
|
ウェブサイトまたはドメインのユーザー所有権を証明します。
|
get
|
GET /webResource/id
|
ウェブサイトまたはドメインの最新のデータを取得します。 |
getToken |
POST /token
|
ウェブサイトまたはドメインに配置した認証済みユーザーの確認トークンを取得します。 |
挿入
|
POST /webResource?verificationMethod=method
|
ウェブサイトまたはドメインの所有権を検証します。
必要なクエリ パラメータ: verificationMethod |
list
|
GET /webResource
|
認証済みユーザーの確認済みのウェブサイトとドメインのリストを取得します。 |
update
|
PUT /webResource/id
|
ウェブサイトまたはドメインの所有者のリストを変更します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-08-16 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"]],["最終更新日 2022-08-16 UTC。"],[[["This API reference is structured around resource types, each with their own data representations and methods."],["The WebResource resource allows you to manage website and domain ownership verification through methods like `get`, `insert`, `delete`, `update`, `list`, and `getToken`."],["You can retrieve, verify, unverify, and modify website or domain ownership, as well as list verified sites and obtain verification tokens."],["All URIs are relative to `https://www.googleapis.com/siteVerification/v1` unless specified otherwise."]]],[]]