ep

Cloud Endpoints

IntegrationGCP
General

General information about the service.

Description

Google Cloud Endpoints helps you develop, deploy, protect, and monitor APIs running on Google Cloud.

Service ID

endpoints.googleapis.com

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

ep-{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_endpoints_service" "main" {
2 service_name = "ep-${var.environment}.endpoints.${var.project_id}.cloud.goog"
3 openapi_config = file("openapi.yaml")
4}
Utilities

Utilities to support app deployment or configuration.