|
| 1 | +type: google.api.Service |
| 2 | +config_version: 3 |
| 3 | +name: showcase.googleapis.com |
| 4 | +title: Client Libraries Showcase API |
| 5 | + |
| 6 | +apis: |
| 7 | +- name: google.example.showcase.v1beta3.Compliance |
| 8 | +- name: google.example.showcase.v1beta3.Echo |
| 9 | +- name: google.example.showcase.v1beta3.SequenceService |
| 10 | +- name: google.example.showcase.v1beta3.Testing |
| 11 | + |
| 12 | +documentation: |
| 13 | + summary: |- |
| 14 | + Showcase represents both a model API and an integration testing surface |
| 15 | + for client library generator consumption. |
| 16 | + rules: |
| 17 | + - selector: google.cloud.location.Locations.GetLocation |
| 18 | + description: Gets information about a location. |
| 19 | + |
| 20 | + - selector: google.cloud.location.Locations.ListLocations |
| 21 | + description: Lists information about the supported locations for this service. |
| 22 | + |
| 23 | + - selector: google.iam.v1.IAMPolicy.GetIamPolicy |
| 24 | + description: |- |
| 25 | + Gets the access control policy for a resource. Returns an empty policy |
| 26 | + if the resource exists and does not have a policy set. |
| 27 | +
|
| 28 | + - selector: google.iam.v1.IAMPolicy.SetIamPolicy |
| 29 | + description: |- |
| 30 | + Sets the access control policy on the specified resource. Replaces |
| 31 | + any existing policy. |
| 32 | +
|
| 33 | + Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` |
| 34 | + errors. |
| 35 | +
|
| 36 | + - selector: google.iam.v1.IAMPolicy.TestIamPermissions |
| 37 | + description: |- |
| 38 | + Returns permissions that a caller has on the specified resource. If the |
| 39 | + resource does not exist, this will return an empty set of |
| 40 | + permissions, not a `NOT_FOUND` error. |
| 41 | +
|
| 42 | + Note: This operation is designed to be used for building |
| 43 | + permission-aware UIs and command-line tools, not for authorization |
| 44 | + checking. This operation may "fail open" without warning. |
| 45 | +
|
| 46 | +backend: |
| 47 | + rules: |
| 48 | + - selector: google.cloud.location.Locations.GetLocation |
| 49 | + deadline: 60.0 |
| 50 | + - selector: google.cloud.location.Locations.ListLocations |
| 51 | + deadline: 60.0 |
| 52 | + - selector: 'google.iam.v1.IAMPolicy.*' |
| 53 | + deadline: 60.0 |
0 commit comments