@@ -11,6 +11,12 @@ types:
1111
1212documentation :
1313 rules :
14+ - selector : google.cloud.location.Locations.GetLocation
15+ description : Gets information about a location.
16+
17+ - selector : google.cloud.location.Locations.ListLocations
18+ description : Lists information about the supported locations for this service.
19+
1420 - selector : google.iam.v1.IAMPolicy.GetIamPolicy
1521 description : |-
1622 Gets the access control policy for a resource. Returns an empty policy
@@ -38,19 +44,55 @@ backend:
3844 rules :
3945 - selector : ' google.cloud.gkehub.v1alpha2.GkeHub.*'
4046 deadline : 60.0
47+ - selector : google.cloud.location.Locations.GetLocation
48+ deadline : 60.0
49+ - selector : google.cloud.location.Locations.ListLocations
50+ deadline : 60.0
4151 - selector : ' google.iam.v1.IAMPolicy.*'
4252 deadline : 60.0
4353 - selector : ' google.longrunning.Operations.*'
4454 deadline : 60.0
4555 - selector : google.longrunning.Operations.GetOperation
4656 deadline : 5.0
4757
58+ http :
59+ rules :
60+ - selector : google.cloud.location.Locations.GetLocation
61+ get : ' /v1alpha2/{name=projects/*/locations/*}'
62+ - selector : google.cloud.location.Locations.ListLocations
63+ get : ' /v1alpha2/{name=projects/*}/locations'
64+ - selector : google.iam.v1.IAMPolicy.GetIamPolicy
65+ get : ' /v1alpha2/{resource=projects/*/locations/*/memberships/*}:getIamPolicy'
66+ - selector : google.iam.v1.IAMPolicy.SetIamPolicy
67+ post : ' /v1alpha2/{resource=projects/*/locations/*/memberships/*}:setIamPolicy'
68+ body : ' *'
69+ - selector : google.iam.v1.IAMPolicy.TestIamPermissions
70+ post : ' /v1alpha2/{resource=projects/*/locations/*/memberships/*}:testIamPermissions'
71+ body : ' *'
72+ - selector : google.longrunning.Operations.CancelOperation
73+ post : ' /v1alpha2/{name=projects/*/locations/*/operations/*}:cancel'
74+ body : ' *'
75+ - selector : google.longrunning.Operations.DeleteOperation
76+ delete : ' /v1alpha2/{name=projects/*/locations/*/operations/*}'
77+ - selector : google.longrunning.Operations.GetOperation
78+ get : ' /v1alpha2/{name=projects/*/locations/*/operations/*}'
79+ - selector : google.longrunning.Operations.ListOperations
80+ get : ' /v1alpha2/{name=projects/*/locations/*}/operations'
81+
4882authentication :
4983 rules :
5084 - selector : ' google.cloud.gkehub.v1alpha2.GkeHub.*'
5185 oauth :
5286 canonical_scopes : |-
5387 https://www.googleapis.com/auth/cloud-platform
88+ - selector : google.cloud.location.Locations.GetLocation
89+ oauth :
90+ canonical_scopes : |-
91+ https://www.googleapis.com/auth/cloud-platform
92+ - selector : google.cloud.location.Locations.ListLocations
93+ oauth :
94+ canonical_scopes : |-
95+ https://www.googleapis.com/auth/cloud-platform
5496 - selector : ' google.iam.v1.IAMPolicy.*'
5597 oauth :
5698 canonical_scopes : |-
0 commit comments