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.
- checksums.yaml +4 -4
- data/lib/google/cloud/ai_platform/v1/dataset_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/client.rb +872 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/paths.rb +88 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest/client.rb +820 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest/service_stub.rb +388 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_cache_service.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/index_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/job_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/model_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/client.rb +14 -2
- data/lib/google/cloud/ai_platform/v1/prediction_service/paths.rb +19 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/rest/client.rb +14 -2
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/client.rb +593 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/paths.rb +52 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest/client.rb +564 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest/service_stub.rb +199 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest.rb +53 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service.rb +55 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/client.rb +914 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/credentials.rb +47 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/operations.rb +814 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/paths.rb +69 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/client.rb +862 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/operations.rb +4293 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/service_stub.rb +388 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest.rb +54 -0
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service.rb +56 -0
- data/lib/google/cloud/ai_platform/v1/rest.rb +3 -0
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/version.rb +1 -1
- data/lib/google/cloud/ai_platform/v1/vertex_rag_data_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest/operations.rb +35 -0
- data/lib/google/cloud/ai_platform/v1.rb +3 -0
- data/lib/google/cloud/aiplatform/v1/cached_content_pb.rb +54 -0
- data/lib/google/cloud/aiplatform/v1/gen_ai_cache_service_pb.rb +57 -0
- data/lib/google/cloud/aiplatform/v1/gen_ai_cache_service_services_pb.rb +54 -0
- data/lib/google/cloud/aiplatform/v1/notebook_runtime_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/prediction_service_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_execution_service_pb.rb +52 -0
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_execution_service_services_pb.rb +47 -0
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_pb.rb +51 -0
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_service_pb.rb +62 -0
- data/lib/google/cloud/aiplatform/v1/reasoning_engine_service_services_pb.rb +53 -0
- data/lib/google/cloud/aiplatform/v1/tool_pb.rb +4 -1
- data/proto_docs/google/cloud/aiplatform/v1/cached_content.rb +101 -0
- data/proto_docs/google/cloud/aiplatform/v1/gen_ai_cache_service.rb +108 -0
- data/proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb +42 -2
- data/proto_docs/google/cloud/aiplatform/v1/prediction_service.rb +11 -0
- data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine.rb +87 -0
- data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine_execution_service.rb +73 -0
- data/proto_docs/google/cloud/aiplatform/v1/reasoning_engine_service.rb +136 -0
- data/proto_docs/google/cloud/aiplatform/v1/tool.rb +15 -0
- data/proto_docs/google/type/latlng.rb +38 -0
- metadata +40 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c778421a2686709d6be1a64a4aa907789069cce7133c31d62deccee80b17f0b7
|
|
4
|
+
data.tar.gz: b637bf38abda7f28e46ba6cfbe1269436e62d8c98ceb904158518420aa21655e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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",
|