サービスの有効と無効を切り替える

このページでは、Cloud Source Repositories を有効または無効にするために必要な手順について説明します。

サービスを有効にする

  1. Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. Make sure that billing is enabled for your Google Cloud project.

  4. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  5. Make sure that billing is enabled for your Google Cloud project.

  6. Install the Google Cloud CLI.
  7. To initialize the gcloud CLI, run the following command:

    gcloud init
  8. 最新バージョンの Git がインストールされていることを確認します。
  9. Git でユーザー認証情報を構成していない場合は、初回設定手順を行います。
  10. Google Cloud コンソール、または次の Google Cloud CLI コマンドを使用して、Cloud Source Repositories API を有効にします。
    gcloud services enable sourcerepo.googleapis.com

サービスを無効にする

  1. Cloud Source Repositories API を無効にする前に、保持する必要があるすべてのコードが別のロケーションで使用可能であることを確認してください。

  2. API を無効にする前に、リポジトリを削除することをおすすめします。

  3. Cloud Source Repositories を無効にするには、現在のプロジェクトに対して次のコマンドを実行します。

    gcloud services disable sourcerepos.googleapis.com