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.comResource Pattern
projects/{project}/services/{service}References
Chat
Powered by AITalk 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 Documentation
terraform
1resource "google_project_service" "main" {2 project = var.project_id3 service = "compute.googleapis.com"4}
Utilities
Utilities to support app deployment or configuration.