|
1 | 1 | { |
2 | 2 | "apis": [ |
3 | | - { |
4 | | - "id": "gen.test.google.cloud.eventarc.v1", |
5 | | - "directory": "gen/test/google/cloud/eventarc/v1", |
6 | | - "version": "v1", |
7 | | - "majorVersion": "v1", |
8 | | - "hostName": "eventarc.googleapis.com", |
9 | | - "title": "Eventarc API", |
10 | | - "description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>" |
11 | | - }, |
12 | | - { |
13 | | - "id": "gen.test.google.cloud.speech.v1", |
14 | | - "directory": "gen/test/google/cloud/speech/v1", |
15 | | - "version": "v1", |
16 | | - "majorVersion": "v1", |
17 | | - "hostName": "speech.googleapis.com", |
18 | | - "title": "Cloud Speech-to-Text API", |
19 | | - "description": "Converts audio to text by applying powerful neural network models." |
20 | | - }, |
21 | | - { |
22 | | - "id": "gen.test.google.cloud.speech.v1p1beta1", |
23 | | - "directory": "gen/test/google/cloud/speech/v1p1beta1", |
24 | | - "version": "v1p1beta1", |
25 | | - "majorVersion": "v1", |
26 | | - "hostName": "speech.googleapis.com", |
27 | | - "title": "Cloud Speech-to-Text API", |
28 | | - "description": "Converts audio to text by applying powerful neural network models." |
29 | | - }, |
30 | 3 | { |
31 | 4 | "id": "google.actions.sdk.v2", |
32 | 5 | "directory": "google/actions/sdk/v2", |
@@ -36281,6 +36254,116 @@ |
36281 | 36254 | } |
36282 | 36255 | ] |
36283 | 36256 | }, |
| 36257 | + { |
| 36258 | + "id": "google.cloud.networkservices.v1beta1", |
| 36259 | + "directory": "google/cloud/networkservices/v1beta1", |
| 36260 | + "version": "v1beta1", |
| 36261 | + "majorVersion": "v1", |
| 36262 | + "hostName": "networkservices.googleapis.com", |
| 36263 | + "title": "Network Services API", |
| 36264 | + "description": "<UNKNOWN - NO SERVICE CONFIG DOCUMENTATION SUMMARY>", |
| 36265 | + "importDirectories": [ |
| 36266 | + "google/api", |
| 36267 | + "google/cloud/networkservices/v1beta1", |
| 36268 | + "google/longrunning", |
| 36269 | + "google/protobuf" |
| 36270 | + ], |
| 36271 | + "options": { |
| 36272 | + "csharp_namespace": { |
| 36273 | + "valueCounts": { |
| 36274 | + "Google.Cloud.NetworkServices.V1Beta1": 3 |
| 36275 | + } |
| 36276 | + }, |
| 36277 | + "go_package": { |
| 36278 | + "valueCounts": { |
| 36279 | + "google.golang.org/genproto/googleapis/cloud/networkservices/v1beta1;networkservices": 3 |
| 36280 | + } |
| 36281 | + }, |
| 36282 | + "java_multiple_files": { |
| 36283 | + "valueCounts": { |
| 36284 | + "true": 3 |
| 36285 | + } |
| 36286 | + }, |
| 36287 | + "java_package": { |
| 36288 | + "valueCounts": { |
| 36289 | + "com.google.cloud.networkservices.v1beta1": 3 |
| 36290 | + } |
| 36291 | + }, |
| 36292 | + "php_namespace": { |
| 36293 | + "valueCounts": { |
| 36294 | + "Google\\Cloud\\NetworkServices\\V1beta1": 3 |
| 36295 | + } |
| 36296 | + }, |
| 36297 | + "ruby_package": { |
| 36298 | + "valueCounts": { |
| 36299 | + "Google::Cloud::NetworkServices::V1beta1": 3 |
| 36300 | + } |
| 36301 | + } |
| 36302 | + }, |
| 36303 | + "services": [ |
| 36304 | + { |
| 36305 | + "shortName": "NetworkServices", |
| 36306 | + "fullName": "google.cloud.networkservices.v1beta1.NetworkServices", |
| 36307 | + "methods": [ |
| 36308 | + { |
| 36309 | + "shortName": "CreateEndpointPolicy", |
| 36310 | + "fullName": "google.cloud.networkservices.v1beta1.NetworkServices.CreateEndpointPolicy", |
| 36311 | + "mode": "UNARY", |
| 36312 | + "bindings": [ |
| 36313 | + { |
| 36314 | + "httpMethod": "POST", |
| 36315 | + "path": "/v1beta1/{parent=projects/*/locations/*}/endpointPolicies" |
| 36316 | + } |
| 36317 | + ] |
| 36318 | + }, |
| 36319 | + { |
| 36320 | + "shortName": "DeleteEndpointPolicy", |
| 36321 | + "fullName": "google.cloud.networkservices.v1beta1.NetworkServices.DeleteEndpointPolicy", |
| 36322 | + "mode": "UNARY", |
| 36323 | + "bindings": [ |
| 36324 | + { |
| 36325 | + "httpMethod": "DELETE", |
| 36326 | + "path": "/v1beta1/{name=projects/*/locations/*/endpointPolicies/*}" |
| 36327 | + } |
| 36328 | + ] |
| 36329 | + }, |
| 36330 | + { |
| 36331 | + "shortName": "GetEndpointPolicy", |
| 36332 | + "fullName": "google.cloud.networkservices.v1beta1.NetworkServices.GetEndpointPolicy", |
| 36333 | + "mode": "UNARY", |
| 36334 | + "bindings": [ |
| 36335 | + { |
| 36336 | + "httpMethod": "GET", |
| 36337 | + "path": "/v1beta1/{name=projects/*/locations/*/endpointPolicies/*}" |
| 36338 | + } |
| 36339 | + ] |
| 36340 | + }, |
| 36341 | + { |
| 36342 | + "shortName": "ListEndpointPolicies", |
| 36343 | + "fullName": "google.cloud.networkservices.v1beta1.NetworkServices.ListEndpointPolicies", |
| 36344 | + "mode": "UNARY", |
| 36345 | + "bindings": [ |
| 36346 | + { |
| 36347 | + "httpMethod": "GET", |
| 36348 | + "path": "/v1beta1/{parent=projects/*/locations/*}/endpointPolicies" |
| 36349 | + } |
| 36350 | + ] |
| 36351 | + }, |
| 36352 | + { |
| 36353 | + "shortName": "UpdateEndpointPolicy", |
| 36354 | + "fullName": "google.cloud.networkservices.v1beta1.NetworkServices.UpdateEndpointPolicy", |
| 36355 | + "mode": "UNARY", |
| 36356 | + "bindings": [ |
| 36357 | + { |
| 36358 | + "httpMethod": "PATCH", |
| 36359 | + "path": "/v1beta1/{endpoint_policy.name=projects/*/locations/*/endpointPolicies/*}" |
| 36360 | + } |
| 36361 | + ] |
| 36362 | + } |
| 36363 | + ] |
| 36364 | + } |
| 36365 | + ] |
| 36366 | + }, |
36284 | 36367 | { |
36285 | 36368 | "id": "google.cloud.notebooks.v1beta1", |
36286 | 36369 | "directory": "google/cloud/notebooks/v1beta1", |
|
0 commit comments