blob: 21c7cdc117d350dd764efbb4aba7cb6d0b965dd5 [file] [log] [blame]
# Copyright 2018 Google Inc. All Rights Reserved.
# An API configuration.
#
# The configuration schema is defined by service.proto file
# https://github.com/googleapis/googleapis/blob/master/google/api/service.proto
type: google.api.Service
config_version: 3
# Name of the service configuration.
name: $CLUSTER.endpoints.$PROJECT_ID.cloud.goog
# API title to appear in the user interface (Google Cloud Console).
title: Goma gRPC API on $CLUSTER
apis:
- name: devtools_goma.ExecService
- name: devtools_goma.FileService
- name: devtools_goma.LogService
documentation:
summary: >-
Goma gRPC API on $CLUSTER in $PROJECT_ID project.
endpoints:
- name: $CLUSTER.endpoints.$PROJECT_ID.cloud.goog
target: "$ADDR"