Address Validation API を設定する

欧州経済領域(EEA)のデベロッパー

このドキュメントでは、Address Validation API の使用を開始するために必要な手順について説明します。

API を有効にする

Address Validation API を使用する前に、Google Cloud コンソールまたは gcloud コマンドを使用して、Google Cloud プロジェクトで API を有効にする必要があります。

API を有効にするには:

Console

  1. Google Cloud コンソールでプロダクト ページを開きます。

    Address Validation API を有効にする
  2. [有効にする] ボタンをクリックします。

gcloud

gcloud services enable \
    --project "PROJECT" \
    "addressvalidation.googleapis.com"

詳しくは、Google Cloud SDKCloud SDK のインストール、および以下のコマンドをご覧ください。