Enable the service

This page describes the steps to enable and disable SaaS Runtime.

Enabling service

  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 and initialize Google Cloud CLI if it is not already installed. For an existing installation, update components of the Google Cloud CLI with the command: gcloud components update.

    To check your version of the gcloud CLI, run the command:

    gcloud version
  7. Enable the API from the Google Cloud console or by using gcloud:
    1. In the Google Cloud console, to enable the required APIs, on the Get started tab of the Overview page, click Enable SaaS Runtime APIs.
    2. Using gcloud, to enable the required APIs, run the following command:

      gcloud services enable saasservicemgmt.googleapis.com
      gcloud services enable compute.googleapis.com
      gcloud services enable artifactregistry.googleapis.com
      gcloud services enable config.googleapis.com
      gcloud services enable storage.googleapis.com
      gcloud services enable developerconnect.googleapis.com
      gcloud services enable cloudbuild.googleapis.com

      You need to enable all of these APIs because the services are used by SaaS Runtime.

  8. To use SaaS Runtime, you also need the correct permissions. See Access control with IAM for more details.

What's next