su

Service Usage

ManagementGCP
General

General information about the service.

Description

Google Service Usage enables you to enable, disable, and manage APIs and services in your Google Cloud project.

Service ID

serviceusage.googleapis.com

Resource Pattern

projects/{project}/services/{service}

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

su-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_project_service" "main" {
2 project = var.project_id
3 service = "compute.googleapis.com"
4}
Utilities

Utilities to support app deployment or configuration.