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

com.google.api.tools.framework.tools.configgen.testdata.library_config_version_0.yaml Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
type: google.api.Service
config_version: 0
name: library-example.googleapis.com
title: Google Example Library API

# Included protobuf APIs
apis:
- name: google.example.library.v1.LibraryService

# Documentation section
documentation:
  summary:
    A simple Google Example Library API.

# Auth section
authentication:
  rules:
    - selector: '*'
      allow_without_credential: true
      oauth:
        canonical_scopes: https://www.googleapis.com/auth/xapi.zoo
# Context
context:
  rules:
  - selector: '*'
    requested:
    - google.rpc.context.VisibilityContext
    - google.rpc.context.ProjectContext




© 2015 - 2024 Weber Informatics LLC | Privacy Policy