All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.tools.framework.processors.normalizer.testdata.versions_discovery.yaml Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
type: google.api.Service
config_version: 2

apis:
- name: google.discovery.Discovery

http:
  rules:
  - selector: google.discovery.Discovery.GetDiscovery
    get:  '/$discovery'
  - selector: google.discovery.Discovery.GetDiscoveryRest
    # TODO(user): Deprecate the old http mapping once it is no longer used.
    get:  '/$discovery/{format}/rest'
    additional_bindings:
    - get: '/$discovery/{format}'

metrics:
  - name: google.discovery.Discovery/RequestQuota
    metric_kind: DELTA
    value_type: INT64


context:
  rules:
  - selector: 'google.discovery.Discovery.*'
    requested:
    - google.rpc.context.VisibilityContext

# TODO(user) Add more configuration (e.g. auth) for Discovery API.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy