@@ -50,6 +50,12 @@ documentation:
5050
5151 For more information, see the
5252 [Dialogflow documentation](https://cloud.google.com/dialogflow/docs).
53+ rules :
54+ - selector : google.cloud.location.Locations.GetLocation
55+ description : Gets information about a location.
56+
57+ - selector : google.cloud.location.Locations.ListLocations
58+ description : Lists information about the supported locations for this service.
5359
5460backend :
5561 rules :
@@ -91,11 +97,19 @@ backend:
9197 deadline : 220.0
9298 - selector : ' google.cloud.dialogflow.v2.Versions.*'
9399 deadline : 60.0
100+ - selector : google.cloud.location.Locations.GetLocation
101+ deadline : 60.0
102+ - selector : google.cloud.location.Locations.ListLocations
103+ deadline : 60.0
94104 - selector : ' google.longrunning.Operations.*'
95105 deadline : 60.0
96106
97107http :
98108 rules :
109+ - selector : google.cloud.location.Locations.GetLocation
110+ get : ' /v2/{name=projects/*/locations/*}'
111+ - selector : google.cloud.location.Locations.ListLocations
112+ get : ' /v2/{name=projects/*}/locations'
99113 - selector : google.longrunning.Operations.CancelOperation
100114 post : ' /v2/{name=projects/*/operations/*}:cancel'
101115 additional_bindings :
@@ -201,6 +215,16 @@ authentication:
201215 canonical_scopes : |-
202216 https://www.googleapis.com/auth/cloud-platform,
203217 https://www.googleapis.com/auth/dialogflow
218+ - selector : google.cloud.location.Locations.GetLocation
219+ oauth :
220+ canonical_scopes : |-
221+ https://www.googleapis.com/auth/cloud-platform,
222+ https://www.googleapis.com/auth/dialogflow
223+ - selector : google.cloud.location.Locations.ListLocations
224+ oauth :
225+ canonical_scopes : |-
226+ https://www.googleapis.com/auth/cloud-platform,
227+ https://www.googleapis.com/auth/dialogflow
204228 - selector : ' google.longrunning.Operations.*'
205229 oauth :
206230 canonical_scopes : |-
0 commit comments