google-cloud-ai_platform-v1 0.61.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/ai_platform/v1/dataset_service/rest/operations.rb +35 -0
  3. data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/operations.rb +35 -0
  4. data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/operations.rb +35 -0
  5. data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/operations.rb +35 -0
  6. data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/operations.rb +35 -0
  7. data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/operations.rb +35 -0
  8. data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/client.rb +872 -0
  9. data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/credentials.rb +47 -0
  10. data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/paths.rb +88 -0
  11. data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest/client.rb +820 -0
  12. data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest/service_stub.rb +388 -0
  13. data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest.rb +53 -0
  14. data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service.rb +55 -0
  15. data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest/operations.rb +35 -0
  16. data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/operations.rb +35 -0
  17. data/lib/google/cloud/ai_platform/v1/index_service/rest/operations.rb +35 -0
  18. data/lib/google/cloud/ai_platform/v1/job_service/rest/operations.rb +35 -0
  19. data/lib/google/cloud/ai_platform/v1/metadata_service/rest/operations.rb +35 -0
  20. data/lib/google/cloud/ai_platform/v1/migration_service/rest/operations.rb +35 -0
  21. data/lib/google/cloud/ai_platform/v1/model_service/rest/operations.rb +35 -0
  22. data/lib/google/cloud/ai_platform/v1/notebook_service/rest/operations.rb +35 -0
  23. data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/operations.rb +35 -0
  24. data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/operations.rb +35 -0
  25. data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +14 -2
  26. data/lib/google/cloud/ai_platform/v1/prediction_service/paths.rb +19 -0
  27. data/lib/google/cloud/ai_platform/v1/prediction_service/rest/client.rb +14 -2
  28. data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/client.rb +593 -0
  29. data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/credentials.rb +47 -0
  30. data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/paths.rb +52 -0
  31. data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest/client.rb +564 -0
  32. data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest/service_stub.rb +199 -0
  33. data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest.rb +53 -0
  34. data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service.rb +55 -0
  35. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/client.rb +914 -0
  36. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/credentials.rb +47 -0
  37. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/operations.rb +814 -0
  38. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/paths.rb +69 -0
  39. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/client.rb +862 -0
  40. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/operations.rb +4293 -0
  41. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/service_stub.rb +388 -0
  42. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest.rb +54 -0
  43. data/lib/google/cloud/ai_platform/v1/reasoning_engine_service.rb +56 -0
  44. data/lib/google/cloud/ai_platform/v1/rest.rb +3 -0
  45. data/lib/google/cloud/ai_platform/v1/schedule_service/rest/operations.rb +35 -0
  46. data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/operations.rb +35 -0
  47. data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/operations.rb +35 -0
  48. data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
  49. data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/rest/operations.rb +35 -0
  50. data/lib/google/cloud/ai_platform/v1/vizier_service/rest/operations.rb +35 -0
  51. data/lib/google/cloud/ai_platform/v1.rb +3 -0
  52. data/lib/google/cloud/aiplatform/v1/cached_content_pb.rb +54 -0
  53. data/lib/google/cloud/aiplatform/v1/gen_ai_cache_service_pb.rb +57 -0
  54. data/lib/google/cloud/aiplatform/v1/gen_ai_cache_service_services_pb.rb +54 -0
  55. data/lib/google/cloud/aiplatform/v1/notebook_runtime_pb.rb +1 -1
  56. data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +1 -1
  57. data/lib/google/cloud/aiplatform/v1/reasoning_engine_execution_service_pb.rb +52 -0
  58. data/lib/google/cloud/aiplatform/v1/reasoning_engine_execution_service_services_pb.rb +47 -0
  59. data/lib/google/cloud/aiplatform/v1/reasoning_engine_pb.rb +51 -0
  60. data/lib/google/cloud/aiplatform/v1/reasoning_engine_service_pb.rb +62 -0
  61. data/lib/google/cloud/aiplatform/v1/reasoning_engine_service_services_pb.rb +53 -0
  62. data/lib/google/cloud/aiplatform/v1/tool_pb.rb +4 -1
  63. data/proto_docs/google/cloud/aiplatform/v1/cached_content.rb +101 -0
  64. data/proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb +108 -0
  65. data/proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb +42 -2
  66. data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +11 -0
  67. data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb +87 -0
  68. data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb +73 -0
  69. data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb +136 -0
  70. data/proto_docs/google/cloud/aiplatform/v1/tool.rb +15 -0
  71. data/proto_docs/google/type/latlng.rb +38 -0
  72. metadata +40 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b2d28ed10853a3f47b11d00005259b136a786b1f283ff5bf9024180fc0ddea6
4
- data.tar.gz: 65bebbdc328543ea7be6a34b849896f103fa214ee633253249a203e77985c734
3
+ metadata.gz: c778421a2686709d6be1a64a4aa907789069cce7133c31d62deccee80b17f0b7
4
+ data.tar.gz: b637bf38abda7f28e46ba6cfbe1269436e62d8c98ceb904158518420aa21655e
5
5
  SHA512:
6
- metadata.gz: '098da4b1c43844b891b734c4bfb2a38171b338a56c006d00b846db78508bbf1aef484940e0bd3216bfe9d86beffecd50262a3ecb2bdfd6d67b094e5d344ad2a0'
7
- data.tar.gz: ce2b197fa0069e808de3ce8876a49aeed1443f8c4cec6782ef6172920dc4e7bb14f504d832b806c2843d54bde8d9745687e4842661d8f2065d3772312fb5c1a0
6
+ metadata.gz: ff5f30543ccdded03f9dd28c8936429b7f3490ee8f27f69f4e6428613bad49d9df0197330ccd8c9157ada0f281f35287e8932d1c9b54b27287b13fa95286ffb7
7
+ data.tar.gz: eed94a53f731026faa9fba7ed70a421fd06c6d599a8f98c3d5595f4caa5dfeb3977d67c2fd67abeac8513c0f5c19e31c6fec8587d69b1c6f908b317ddf939105
@@ -1510,6 +1510,13 @@ module Google
1510
1510
  ["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/?$}, false]
1511
1511
  ]
1512
1512
  )
1513
+ .with_bindings(
1514
+ uri_method: :get,
1515
+ uri_template: "/v1/{name}/operations",
1516
+ matches: [
1517
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/?$}, false]
1518
+ ]
1519
+ )
1513
1520
  .with_bindings(
1514
1521
  uri_method: :get,
1515
1522
  uri_template: "/v1/{name}/operations",
@@ -2203,6 +2210,13 @@ module Google
2203
2210
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2204
2211
  ]
2205
2212
  )
2213
+ .with_bindings(
2214
+ uri_method: :get,
2215
+ uri_template: "/v1/{name}",
2216
+ matches: [
2217
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2218
+ ]
2219
+ )
2206
2220
  .with_bindings(
2207
2221
  uri_method: :get,
2208
2222
  uri_template: "/v1/{name}",
@@ -2861,6 +2875,13 @@ module Google
2861
2875
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2862
2876
  ]
2863
2877
  )
2878
+ .with_bindings(
2879
+ uri_method: :delete,
2880
+ uri_template: "/v1/{name}",
2881
+ matches: [
2882
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2883
+ ]
2884
+ )
2864
2885
  .with_bindings(
2865
2886
  uri_method: :delete,
2866
2887
  uri_template: "/v1/{name}",
@@ -3512,6 +3533,13 @@ module Google
3512
3533
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
3513
3534
  ]
3514
3535
  )
3536
+ .with_bindings(
3537
+ uri_method: :post,
3538
+ uri_template: "/v1/{name}:cancel",
3539
+ matches: [
3540
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
3541
+ ]
3542
+ )
3515
3543
  .with_bindings(
3516
3544
  uri_method: :post,
3517
3545
  uri_template: "/v1/{name}:cancel",
@@ -4142,6 +4170,13 @@ module Google
4142
4170
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
4143
4171
  ]
4144
4172
  )
4173
+ .with_bindings(
4174
+ uri_method: :post,
4175
+ uri_template: "/v1/{name}:wait",
4176
+ matches: [
4177
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
4178
+ ]
4179
+ )
4145
4180
  .with_bindings(
4146
4181
  uri_method: :post,
4147
4182
  uri_template: "/v1/{name}:wait",
@@ -1510,6 +1510,13 @@ module Google
1510
1510
  ["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/?$}, false]
1511
1511
  ]
1512
1512
  )
1513
+ .with_bindings(
1514
+ uri_method: :get,
1515
+ uri_template: "/v1/{name}/operations",
1516
+ matches: [
1517
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/?$}, false]
1518
+ ]
1519
+ )
1513
1520
  .with_bindings(
1514
1521
  uri_method: :get,
1515
1522
  uri_template: "/v1/{name}/operations",
@@ -2203,6 +2210,13 @@ module Google
2203
2210
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2204
2211
  ]
2205
2212
  )
2213
+ .with_bindings(
2214
+ uri_method: :get,
2215
+ uri_template: "/v1/{name}",
2216
+ matches: [
2217
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2218
+ ]
2219
+ )
2206
2220
  .with_bindings(
2207
2221
  uri_method: :get,
2208
2222
  uri_template: "/v1/{name}",
@@ -2861,6 +2875,13 @@ module Google
2861
2875
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2862
2876
  ]
2863
2877
  )
2878
+ .with_bindings(
2879
+ uri_method: :delete,
2880
+ uri_template: "/v1/{name}",
2881
+ matches: [
2882
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2883
+ ]
2884
+ )
2864
2885
  .with_bindings(
2865
2886
  uri_method: :delete,
2866
2887
  uri_template: "/v1/{name}",
@@ -3512,6 +3533,13 @@ module Google
3512
3533
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
3513
3534
  ]
3514
3535
  )
3536
+ .with_bindings(
3537
+ uri_method: :post,
3538
+ uri_template: "/v1/{name}:cancel",
3539
+ matches: [
3540
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
3541
+ ]
3542
+ )
3515
3543
  .with_bindings(
3516
3544
  uri_method: :post,
3517
3545
  uri_template: "/v1/{name}:cancel",
@@ -4142,6 +4170,13 @@ module Google
4142
4170
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
4143
4171
  ]
4144
4172
  )
4173
+ .with_bindings(
4174
+ uri_method: :post,
4175
+ uri_template: "/v1/{name}:wait",
4176
+ matches: [
4177
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
4178
+ ]
4179
+ )
4145
4180
  .with_bindings(
4146
4181
  uri_method: :post,
4147
4182
  uri_template: "/v1/{name}:wait",
@@ -1510,6 +1510,13 @@ module Google
1510
1510
  ["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/?$}, false]
1511
1511
  ]
1512
1512
  )
1513
+ .with_bindings(
1514
+ uri_method: :get,
1515
+ uri_template: "/v1/{name}/operations",
1516
+ matches: [
1517
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/?$}, false]
1518
+ ]
1519
+ )
1513
1520
  .with_bindings(
1514
1521
  uri_method: :get,
1515
1522
  uri_template: "/v1/{name}/operations",
@@ -2203,6 +2210,13 @@ module Google
2203
2210
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2204
2211
  ]
2205
2212
  )
2213
+ .with_bindings(
2214
+ uri_method: :get,
2215
+ uri_template: "/v1/{name}",
2216
+ matches: [
2217
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2218
+ ]
2219
+ )
2206
2220
  .with_bindings(
2207
2221
  uri_method: :get,
2208
2222
  uri_template: "/v1/{name}",
@@ -2861,6 +2875,13 @@ module Google
2861
2875
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2862
2876
  ]
2863
2877
  )
2878
+ .with_bindings(
2879
+ uri_method: :delete,
2880
+ uri_template: "/v1/{name}",
2881
+ matches: [
2882
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2883
+ ]
2884
+ )
2864
2885
  .with_bindings(
2865
2886
  uri_method: :delete,
2866
2887
  uri_template: "/v1/{name}",
@@ -3512,6 +3533,13 @@ module Google
3512
3533
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
3513
3534
  ]
3514
3535
  )
3536
+ .with_bindings(
3537
+ uri_method: :post,
3538
+ uri_template: "/v1/{name}:cancel",
3539
+ matches: [
3540
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
3541
+ ]
3542
+ )
3515
3543
  .with_bindings(
3516
3544
  uri_method: :post,
3517
3545
  uri_template: "/v1/{name}:cancel",
@@ -4142,6 +4170,13 @@ module Google
4142
4170
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
4143
4171
  ]
4144
4172
  )
4173
+ .with_bindings(
4174
+ uri_method: :post,
4175
+ uri_template: "/v1/{name}:wait",
4176
+ matches: [
4177
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
4178
+ ]
4179
+ )
4145
4180
  .with_bindings(
4146
4181
  uri_method: :post,
4147
4182
  uri_template: "/v1/{name}:wait",
@@ -1510,6 +1510,13 @@ module Google
1510
1510
  ["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/?$}, false]
1511
1511
  ]
1512
1512
  )
1513
+ .with_bindings(
1514
+ uri_method: :get,
1515
+ uri_template: "/v1/{name}/operations",
1516
+ matches: [
1517
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/?$}, false]
1518
+ ]
1519
+ )
1513
1520
  .with_bindings(
1514
1521
  uri_method: :get,
1515
1522
  uri_template: "/v1/{name}/operations",
@@ -2203,6 +2210,13 @@ module Google
2203
2210
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2204
2211
  ]
2205
2212
  )
2213
+ .with_bindings(
2214
+ uri_method: :get,
2215
+ uri_template: "/v1/{name}",
2216
+ matches: [
2217
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2218
+ ]
2219
+ )
2206
2220
  .with_bindings(
2207
2221
  uri_method: :get,
2208
2222
  uri_template: "/v1/{name}",
@@ -2861,6 +2875,13 @@ module Google
2861
2875
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2862
2876
  ]
2863
2877
  )
2878
+ .with_bindings(
2879
+ uri_method: :delete,
2880
+ uri_template: "/v1/{name}",
2881
+ matches: [
2882
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2883
+ ]
2884
+ )
2864
2885
  .with_bindings(
2865
2886
  uri_method: :delete,
2866
2887
  uri_template: "/v1/{name}",
@@ -3512,6 +3533,13 @@ module Google
3512
3533
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
3513
3534
  ]
3514
3535
  )
3536
+ .with_bindings(
3537
+ uri_method: :post,
3538
+ uri_template: "/v1/{name}:cancel",
3539
+ matches: [
3540
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
3541
+ ]
3542
+ )
3515
3543
  .with_bindings(
3516
3544
  uri_method: :post,
3517
3545
  uri_template: "/v1/{name}:cancel",
@@ -4142,6 +4170,13 @@ module Google
4142
4170
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
4143
4171
  ]
4144
4172
  )
4173
+ .with_bindings(
4174
+ uri_method: :post,
4175
+ uri_template: "/v1/{name}:wait",
4176
+ matches: [
4177
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
4178
+ ]
4179
+ )
4145
4180
  .with_bindings(
4146
4181
  uri_method: :post,
4147
4182
  uri_template: "/v1/{name}:wait",
@@ -1510,6 +1510,13 @@ module Google
1510
1510
  ["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/?$}, false]
1511
1511
  ]
1512
1512
  )
1513
+ .with_bindings(
1514
+ uri_method: :get,
1515
+ uri_template: "/v1/{name}/operations",
1516
+ matches: [
1517
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/?$}, false]
1518
+ ]
1519
+ )
1513
1520
  .with_bindings(
1514
1521
  uri_method: :get,
1515
1522
  uri_template: "/v1/{name}/operations",
@@ -2203,6 +2210,13 @@ module Google
2203
2210
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2204
2211
  ]
2205
2212
  )
2213
+ .with_bindings(
2214
+ uri_method: :get,
2215
+ uri_template: "/v1/{name}",
2216
+ matches: [
2217
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2218
+ ]
2219
+ )
2206
2220
  .with_bindings(
2207
2221
  uri_method: :get,
2208
2222
  uri_template: "/v1/{name}",
@@ -2861,6 +2875,13 @@ module Google
2861
2875
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2862
2876
  ]
2863
2877
  )
2878
+ .with_bindings(
2879
+ uri_method: :delete,
2880
+ uri_template: "/v1/{name}",
2881
+ matches: [
2882
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2883
+ ]
2884
+ )
2864
2885
  .with_bindings(
2865
2886
  uri_method: :delete,
2866
2887
  uri_template: "/v1/{name}",
@@ -3512,6 +3533,13 @@ module Google
3512
3533
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
3513
3534
  ]
3514
3535
  )
3536
+ .with_bindings(
3537
+ uri_method: :post,
3538
+ uri_template: "/v1/{name}:cancel",
3539
+ matches: [
3540
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
3541
+ ]
3542
+ )
3515
3543
  .with_bindings(
3516
3544
  uri_method: :post,
3517
3545
  uri_template: "/v1/{name}:cancel",
@@ -4142,6 +4170,13 @@ module Google
4142
4170
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
4143
4171
  ]
4144
4172
  )
4173
+ .with_bindings(
4174
+ uri_method: :post,
4175
+ uri_template: "/v1/{name}:wait",
4176
+ matches: [
4177
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
4178
+ ]
4179
+ )
4145
4180
  .with_bindings(
4146
4181
  uri_method: :post,
4147
4182
  uri_template: "/v1/{name}:wait",
@@ -1510,6 +1510,13 @@ module Google
1510
1510
  ["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/?$}, false]
1511
1511
  ]
1512
1512
  )
1513
+ .with_bindings(
1514
+ uri_method: :get,
1515
+ uri_template: "/v1/{name}/operations",
1516
+ matches: [
1517
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/?$}, false]
1518
+ ]
1519
+ )
1513
1520
  .with_bindings(
1514
1521
  uri_method: :get,
1515
1522
  uri_template: "/v1/{name}/operations",
@@ -2203,6 +2210,13 @@ module Google
2203
2210
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2204
2211
  ]
2205
2212
  )
2213
+ .with_bindings(
2214
+ uri_method: :get,
2215
+ uri_template: "/v1/{name}",
2216
+ matches: [
2217
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2218
+ ]
2219
+ )
2206
2220
  .with_bindings(
2207
2221
  uri_method: :get,
2208
2222
  uri_template: "/v1/{name}",
@@ -2861,6 +2875,13 @@ module Google
2861
2875
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
2862
2876
  ]
2863
2877
  )
2878
+ .with_bindings(
2879
+ uri_method: :delete,
2880
+ uri_template: "/v1/{name}",
2881
+ matches: [
2882
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
2883
+ ]
2884
+ )
2864
2885
  .with_bindings(
2865
2886
  uri_method: :delete,
2866
2887
  uri_template: "/v1/{name}",
@@ -3512,6 +3533,13 @@ module Google
3512
3533
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
3513
3534
  ]
3514
3535
  )
3536
+ .with_bindings(
3537
+ uri_method: :post,
3538
+ uri_template: "/v1/{name}:cancel",
3539
+ matches: [
3540
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
3541
+ ]
3542
+ )
3515
3543
  .with_bindings(
3516
3544
  uri_method: :post,
3517
3545
  uri_template: "/v1/{name}:cancel",
@@ -4142,6 +4170,13 @@ module Google
4142
4170
  ["name", %r{^projects/[^/]+/locations/[^/]+/ragCorpora/[^/]+/ragFiles/[^/]+/operations/[^/]+/?$}, false]
4143
4171
  ]
4144
4172
  )
4173
+ .with_bindings(
4174
+ uri_method: :post,
4175
+ uri_template: "/v1/{name}:wait",
4176
+ matches: [
4177
+ ["name", %r{^projects/[^/]+/locations/[^/]+/reasoningEngines/[^/]+/operations/[^/]+/?$}, false]
4178
+ ]
4179
+ )
4145
4180
  .with_bindings(
4146
4181
  uri_method: :post,
4147
4182
  uri_template: "/v1/{name}:wait",