1type: google.api.Service 2config_version: 3 3name: servicedirectory.googleapis.com 4title: Service Directory API 5 6apis: 7- name: google.cloud.location.Locations 8- name: google.cloud.servicedirectory.v1beta1.LookupService 9- name: google.cloud.servicedirectory.v1beta1.RegistrationService 10 11documentation: 12 summary: |- 13 Service Directory is a platform for discovering, publishing, and connecting 14 services. 15 rules: 16 - selector: google.cloud.location.Locations.GetLocation 17 description: Gets information about a location. 18 19 - selector: google.cloud.location.Locations.ListLocations 20 description: Lists information about the supported locations for this service. 21 22http: 23 rules: 24 - selector: google.cloud.location.Locations.GetLocation 25 get: '/v1beta1/{name=projects/*/locations/*}' 26 - selector: google.cloud.location.Locations.ListLocations 27 get: '/v1beta1/{name=projects/*}/locations' 28 29authentication: 30 rules: 31 - selector: google.cloud.location.Locations.GetLocation 32 oauth: 33 canonical_scopes: |- 34 https://www.googleapis.com/auth/cloud-platform 35 - selector: google.cloud.location.Locations.ListLocations 36 oauth: 37 canonical_scopes: |- 38 https://www.googleapis.com/auth/cloud-platform 39 - selector: google.cloud.servicedirectory.v1beta1.LookupService.ResolveService 40 oauth: 41 canonical_scopes: |- 42 https://www.googleapis.com/auth/cloud-platform 43 - selector: 'google.cloud.servicedirectory.v1beta1.RegistrationService.*' 44 oauth: 45 canonical_scopes: |- 46 https://www.googleapis.com/auth/cloud-platform 47