blob: 76955df89ed4d54af97bb6638da409767bd33a05 [file] [log] [blame]
# 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: $$ENDPOINT_NAME$$
endpoints:
- name: $$ENDPOINT_NAME$$
target: "$$STATIC_IP_ADDRESS$$"
# API title to appear in the user interface (Google Cloud Console).
title: Cobalt Shuffler gRPC API
apis:
- name: cobalt.shuffler.Shuffler
# API usage restrictions.
usage:
rules:
# All methods can be called without an API Key.
# TODO(azani): Restrict access.
- selector: "*"
allow_unregistered_calls: true