Skip to content

Commit

Permalink
chore: no-op proto generator run to pickup Locations service metadata
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 390124312
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 11, 2021
1 parent e932524 commit f5e39a2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions google/cloud/secretmanager/v1/secretmanager_v1.yaml
Expand Up @@ -11,14 +11,39 @@ documentation:
Stores sensitive data such as API keys, passwords, and certificates.
Provides convenience while improving security.
overview: Secret Manager Overview
rules:
- selector: google.cloud.location.Locations.GetLocation
description: Gets information about a location.

- selector: google.cloud.location.Locations.ListLocations
description: Lists information about the supported locations for this service.

backend:
rules:
- selector: google.cloud.location.Locations.GetLocation
deadline: 60.0
- selector: google.cloud.location.Locations.ListLocations
deadline: 60.0
- selector: 'google.cloud.secretmanager.v1.SecretManagerService.*'
deadline: 60.0

http:
rules:
- selector: google.cloud.location.Locations.GetLocation
get: '/v1/{name=projects/*/locations/*}'
- selector: google.cloud.location.Locations.ListLocations
get: '/v1/{name=projects/*}/locations'

authentication:
rules:
- selector: google.cloud.location.Locations.GetLocation
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: google.cloud.location.Locations.ListLocations
oauth:
canonical_scopes: |-
https://www.googleapis.com/auth/cloud-platform
- selector: 'google.cloud.secretmanager.v1.SecretManagerService.*'
oauth:
canonical_scopes: |-
Expand Down

0 comments on commit f5e39a2

Please sign in to comment.