google-cloud-ai_platform-v1 1.10.0 → 1.12.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 +70 -0
- data/lib/google/cloud/ai_platform/v1/deployment_resource_pool_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/endpoint_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/feature_online_store_admin_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/feature_registry_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/featurestore_online_serving_service/rest/service_stub.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/featurestore_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/gen_ai_tuning_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/index_endpoint_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/index_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/job_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/metadata_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/migration_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/model_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/notebook_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/persistent_resource_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/pipeline_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/prediction_service/rest/service_stub.rb +6 -6
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_execution_service/rest/service_stub.rb +2 -2
- data/lib/google/cloud/ai_platform/v1/reasoning_engine_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/schedule_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/specialist_pool_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/operations.rb +70 -0
- data/lib/google/cloud/ai_platform/v1/tensorboard_service/rest/service_stub.rb +2 -2
- 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 +70 -0
- data/lib/google/cloud/ai_platform/v1/vizier_service/rest/operations.rb +70 -0
- data/lib/google/cloud/aiplatform/v1/accelerator_type_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/endpoint_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/openapi_pb.rb +1 -1
- data/lib/google/cloud/aiplatform/v1/tuning_job_pb.rb +2 -1
- data/lib/google/cloud/aiplatform/v1/vertex_rag_data_pb.rb +4 -1
- data/proto_docs/google/cloud/aiplatform/v1/accelerator_type.rb +7 -0
- data/proto_docs/google/cloud/aiplatform/v1/endpoint.rb +3 -0
- data/proto_docs/google/cloud/aiplatform/v1/io.rb +1 -1
- data/proto_docs/google/cloud/aiplatform/v1/openapi.rb +4 -0
- data/proto_docs/google/cloud/aiplatform/v1/tuning_job.rb +50 -9
- data/proto_docs/google/cloud/aiplatform/v1/vertex_rag_data.rb +85 -0
- metadata +14 -32
@@ -1251,6 +1251,13 @@ module Google
|
|
1251
1251
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/?$}, false]
|
1252
1252
|
]
|
1253
1253
|
)
|
1254
|
+
.with_bindings(
|
1255
|
+
uri_method: :get,
|
1256
|
+
uri_template: "/ui/{name}/operations",
|
1257
|
+
matches: [
|
1258
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/?$}, false]
|
1259
|
+
]
|
1260
|
+
)
|
1254
1261
|
.with_bindings(
|
1255
1262
|
uri_method: :get,
|
1256
1263
|
uri_template: "/ui/{name}/operations",
|
@@ -1566,6 +1573,13 @@ module Google
|
|
1566
1573
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/?$}, false]
|
1567
1574
|
]
|
1568
1575
|
)
|
1576
|
+
.with_bindings(
|
1577
|
+
uri_method: :get,
|
1578
|
+
uri_template: "/v1/{name}/operations",
|
1579
|
+
matches: [
|
1580
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/?$}, false]
|
1581
|
+
]
|
1582
|
+
)
|
1569
1583
|
.with_bindings(
|
1570
1584
|
uri_method: :get,
|
1571
1585
|
uri_template: "/v1/{name}/operations",
|
@@ -1944,6 +1958,13 @@ module Google
|
|
1944
1958
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+/?$}, false]
|
1945
1959
|
]
|
1946
1960
|
)
|
1961
|
+
.with_bindings(
|
1962
|
+
uri_method: :get,
|
1963
|
+
uri_template: "/ui/{name}",
|
1964
|
+
matches: [
|
1965
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
1966
|
+
]
|
1967
|
+
)
|
1947
1968
|
.with_bindings(
|
1948
1969
|
uri_method: :get,
|
1949
1970
|
uri_template: "/ui/{name}",
|
@@ -2217,6 +2238,13 @@ module Google
|
|
2217
2238
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
2218
2239
|
]
|
2219
2240
|
)
|
2241
|
+
.with_bindings(
|
2242
|
+
uri_method: :get,
|
2243
|
+
uri_template: "/v1/{name}",
|
2244
|
+
matches: [
|
2245
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2246
|
+
]
|
2247
|
+
)
|
2220
2248
|
.with_bindings(
|
2221
2249
|
uri_method: :get,
|
2222
2250
|
uri_template: "/v1/{name}",
|
@@ -2637,6 +2665,13 @@ module Google
|
|
2637
2665
|
["name", %r{^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+/?$}, false]
|
2638
2666
|
]
|
2639
2667
|
)
|
2668
|
+
.with_bindings(
|
2669
|
+
uri_method: :delete,
|
2670
|
+
uri_template: "/ui/{name}",
|
2671
|
+
matches: [
|
2672
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2673
|
+
]
|
2674
|
+
)
|
2640
2675
|
.with_bindings(
|
2641
2676
|
uri_method: :delete,
|
2642
2677
|
uri_template: "/ui/{name}",
|
@@ -2889,6 +2924,13 @@ module Google
|
|
2889
2924
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
2890
2925
|
]
|
2891
2926
|
)
|
2927
|
+
.with_bindings(
|
2928
|
+
uri_method: :delete,
|
2929
|
+
uri_template: "/v1/{name}",
|
2930
|
+
matches: [
|
2931
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2932
|
+
]
|
2933
|
+
)
|
2892
2934
|
.with_bindings(
|
2893
2935
|
uri_method: :delete,
|
2894
2936
|
uri_template: "/v1/{name}",
|
@@ -3309,6 +3351,13 @@ module Google
|
|
3309
3351
|
["name", %r{^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+/?$}, false]
|
3310
3352
|
]
|
3311
3353
|
)
|
3354
|
+
.with_bindings(
|
3355
|
+
uri_method: :post,
|
3356
|
+
uri_template: "/ui/{name}:cancel",
|
3357
|
+
matches: [
|
3358
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
3359
|
+
]
|
3360
|
+
)
|
3312
3361
|
.with_bindings(
|
3313
3362
|
uri_method: :post,
|
3314
3363
|
uri_template: "/ui/{name}:cancel",
|
@@ -3547,6 +3596,13 @@ module Google
|
|
3547
3596
|
["name", %r{^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+/?$}, false]
|
3548
3597
|
]
|
3549
3598
|
)
|
3599
|
+
.with_bindings(
|
3600
|
+
uri_method: :post,
|
3601
|
+
uri_template: "/v1/{name}:cancel",
|
3602
|
+
matches: [
|
3603
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
3604
|
+
]
|
3605
|
+
)
|
3550
3606
|
.with_bindings(
|
3551
3607
|
uri_method: :post,
|
3552
3608
|
uri_template: "/v1/{name}:cancel",
|
@@ -3939,6 +3995,13 @@ module Google
|
|
3939
3995
|
["name", %r{^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+/?$}, false]
|
3940
3996
|
]
|
3941
3997
|
)
|
3998
|
+
.with_bindings(
|
3999
|
+
uri_method: :post,
|
4000
|
+
uri_template: "/ui/{name}:wait",
|
4001
|
+
matches: [
|
4002
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
4003
|
+
]
|
4004
|
+
)
|
3942
4005
|
.with_bindings(
|
3943
4006
|
uri_method: :post,
|
3944
4007
|
uri_template: "/ui/{name}:wait",
|
@@ -4191,6 +4254,13 @@ module Google
|
|
4191
4254
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
4192
4255
|
]
|
4193
4256
|
)
|
4257
|
+
.with_bindings(
|
4258
|
+
uri_method: :post,
|
4259
|
+
uri_template: "/v1/{name}:wait",
|
4260
|
+
matches: [
|
4261
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
4262
|
+
]
|
4263
|
+
)
|
4194
4264
|
.with_bindings(
|
4195
4265
|
uri_method: :post,
|
4196
4266
|
uri_template: "/v1/{name}:wait",
|
@@ -1251,6 +1251,13 @@ module Google
|
|
1251
1251
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/?$}, false]
|
1252
1252
|
]
|
1253
1253
|
)
|
1254
|
+
.with_bindings(
|
1255
|
+
uri_method: :get,
|
1256
|
+
uri_template: "/ui/{name}/operations",
|
1257
|
+
matches: [
|
1258
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/?$}, false]
|
1259
|
+
]
|
1260
|
+
)
|
1254
1261
|
.with_bindings(
|
1255
1262
|
uri_method: :get,
|
1256
1263
|
uri_template: "/ui/{name}/operations",
|
@@ -1566,6 +1573,13 @@ module Google
|
|
1566
1573
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/?$}, false]
|
1567
1574
|
]
|
1568
1575
|
)
|
1576
|
+
.with_bindings(
|
1577
|
+
uri_method: :get,
|
1578
|
+
uri_template: "/v1/{name}/operations",
|
1579
|
+
matches: [
|
1580
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/?$}, false]
|
1581
|
+
]
|
1582
|
+
)
|
1569
1583
|
.with_bindings(
|
1570
1584
|
uri_method: :get,
|
1571
1585
|
uri_template: "/v1/{name}/operations",
|
@@ -1944,6 +1958,13 @@ module Google
|
|
1944
1958
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+/?$}, false]
|
1945
1959
|
]
|
1946
1960
|
)
|
1961
|
+
.with_bindings(
|
1962
|
+
uri_method: :get,
|
1963
|
+
uri_template: "/ui/{name}",
|
1964
|
+
matches: [
|
1965
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
1966
|
+
]
|
1967
|
+
)
|
1947
1968
|
.with_bindings(
|
1948
1969
|
uri_method: :get,
|
1949
1970
|
uri_template: "/ui/{name}",
|
@@ -2217,6 +2238,13 @@ module Google
|
|
2217
2238
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
2218
2239
|
]
|
2219
2240
|
)
|
2241
|
+
.with_bindings(
|
2242
|
+
uri_method: :get,
|
2243
|
+
uri_template: "/v1/{name}",
|
2244
|
+
matches: [
|
2245
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2246
|
+
]
|
2247
|
+
)
|
2220
2248
|
.with_bindings(
|
2221
2249
|
uri_method: :get,
|
2222
2250
|
uri_template: "/v1/{name}",
|
@@ -2637,6 +2665,13 @@ module Google
|
|
2637
2665
|
["name", %r{^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+/?$}, false]
|
2638
2666
|
]
|
2639
2667
|
)
|
2668
|
+
.with_bindings(
|
2669
|
+
uri_method: :delete,
|
2670
|
+
uri_template: "/ui/{name}",
|
2671
|
+
matches: [
|
2672
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2673
|
+
]
|
2674
|
+
)
|
2640
2675
|
.with_bindings(
|
2641
2676
|
uri_method: :delete,
|
2642
2677
|
uri_template: "/ui/{name}",
|
@@ -2889,6 +2924,13 @@ module Google
|
|
2889
2924
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
2890
2925
|
]
|
2891
2926
|
)
|
2927
|
+
.with_bindings(
|
2928
|
+
uri_method: :delete,
|
2929
|
+
uri_template: "/v1/{name}",
|
2930
|
+
matches: [
|
2931
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2932
|
+
]
|
2933
|
+
)
|
2892
2934
|
.with_bindings(
|
2893
2935
|
uri_method: :delete,
|
2894
2936
|
uri_template: "/v1/{name}",
|
@@ -3309,6 +3351,13 @@ module Google
|
|
3309
3351
|
["name", %r{^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+/?$}, false]
|
3310
3352
|
]
|
3311
3353
|
)
|
3354
|
+
.with_bindings(
|
3355
|
+
uri_method: :post,
|
3356
|
+
uri_template: "/ui/{name}:cancel",
|
3357
|
+
matches: [
|
3358
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
3359
|
+
]
|
3360
|
+
)
|
3312
3361
|
.with_bindings(
|
3313
3362
|
uri_method: :post,
|
3314
3363
|
uri_template: "/ui/{name}:cancel",
|
@@ -3547,6 +3596,13 @@ module Google
|
|
3547
3596
|
["name", %r{^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+/?$}, false]
|
3548
3597
|
]
|
3549
3598
|
)
|
3599
|
+
.with_bindings(
|
3600
|
+
uri_method: :post,
|
3601
|
+
uri_template: "/v1/{name}:cancel",
|
3602
|
+
matches: [
|
3603
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
3604
|
+
]
|
3605
|
+
)
|
3550
3606
|
.with_bindings(
|
3551
3607
|
uri_method: :post,
|
3552
3608
|
uri_template: "/v1/{name}:cancel",
|
@@ -3939,6 +3995,13 @@ module Google
|
|
3939
3995
|
["name", %r{^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+/?$}, false]
|
3940
3996
|
]
|
3941
3997
|
)
|
3998
|
+
.with_bindings(
|
3999
|
+
uri_method: :post,
|
4000
|
+
uri_template: "/ui/{name}:wait",
|
4001
|
+
matches: [
|
4002
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
4003
|
+
]
|
4004
|
+
)
|
3942
4005
|
.with_bindings(
|
3943
4006
|
uri_method: :post,
|
3944
4007
|
uri_template: "/ui/{name}:wait",
|
@@ -4191,6 +4254,13 @@ module Google
|
|
4191
4254
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
4192
4255
|
]
|
4193
4256
|
)
|
4257
|
+
.with_bindings(
|
4258
|
+
uri_method: :post,
|
4259
|
+
uri_template: "/v1/{name}:wait",
|
4260
|
+
matches: [
|
4261
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
4262
|
+
]
|
4263
|
+
)
|
4194
4264
|
.with_bindings(
|
4195
4265
|
uri_method: :post,
|
4196
4266
|
uri_template: "/v1/{name}:wait",
|
@@ -1251,6 +1251,13 @@ module Google
|
|
1251
1251
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/?$}, false]
|
1252
1252
|
]
|
1253
1253
|
)
|
1254
|
+
.with_bindings(
|
1255
|
+
uri_method: :get,
|
1256
|
+
uri_template: "/ui/{name}/operations",
|
1257
|
+
matches: [
|
1258
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/?$}, false]
|
1259
|
+
]
|
1260
|
+
)
|
1254
1261
|
.with_bindings(
|
1255
1262
|
uri_method: :get,
|
1256
1263
|
uri_template: "/ui/{name}/operations",
|
@@ -1566,6 +1573,13 @@ module Google
|
|
1566
1573
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/?$}, false]
|
1567
1574
|
]
|
1568
1575
|
)
|
1576
|
+
.with_bindings(
|
1577
|
+
uri_method: :get,
|
1578
|
+
uri_template: "/v1/{name}/operations",
|
1579
|
+
matches: [
|
1580
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/?$}, false]
|
1581
|
+
]
|
1582
|
+
)
|
1569
1583
|
.with_bindings(
|
1570
1584
|
uri_method: :get,
|
1571
1585
|
uri_template: "/v1/{name}/operations",
|
@@ -1944,6 +1958,13 @@ module Google
|
|
1944
1958
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+/?$}, false]
|
1945
1959
|
]
|
1946
1960
|
)
|
1961
|
+
.with_bindings(
|
1962
|
+
uri_method: :get,
|
1963
|
+
uri_template: "/ui/{name}",
|
1964
|
+
matches: [
|
1965
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
1966
|
+
]
|
1967
|
+
)
|
1947
1968
|
.with_bindings(
|
1948
1969
|
uri_method: :get,
|
1949
1970
|
uri_template: "/ui/{name}",
|
@@ -2217,6 +2238,13 @@ module Google
|
|
2217
2238
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
2218
2239
|
]
|
2219
2240
|
)
|
2241
|
+
.with_bindings(
|
2242
|
+
uri_method: :get,
|
2243
|
+
uri_template: "/v1/{name}",
|
2244
|
+
matches: [
|
2245
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2246
|
+
]
|
2247
|
+
)
|
2220
2248
|
.with_bindings(
|
2221
2249
|
uri_method: :get,
|
2222
2250
|
uri_template: "/v1/{name}",
|
@@ -2637,6 +2665,13 @@ module Google
|
|
2637
2665
|
["name", %r{^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+/?$}, false]
|
2638
2666
|
]
|
2639
2667
|
)
|
2668
|
+
.with_bindings(
|
2669
|
+
uri_method: :delete,
|
2670
|
+
uri_template: "/ui/{name}",
|
2671
|
+
matches: [
|
2672
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2673
|
+
]
|
2674
|
+
)
|
2640
2675
|
.with_bindings(
|
2641
2676
|
uri_method: :delete,
|
2642
2677
|
uri_template: "/ui/{name}",
|
@@ -2889,6 +2924,13 @@ module Google
|
|
2889
2924
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
2890
2925
|
]
|
2891
2926
|
)
|
2927
|
+
.with_bindings(
|
2928
|
+
uri_method: :delete,
|
2929
|
+
uri_template: "/v1/{name}",
|
2930
|
+
matches: [
|
2931
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2932
|
+
]
|
2933
|
+
)
|
2892
2934
|
.with_bindings(
|
2893
2935
|
uri_method: :delete,
|
2894
2936
|
uri_template: "/v1/{name}",
|
@@ -3309,6 +3351,13 @@ module Google
|
|
3309
3351
|
["name", %r{^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+/?$}, false]
|
3310
3352
|
]
|
3311
3353
|
)
|
3354
|
+
.with_bindings(
|
3355
|
+
uri_method: :post,
|
3356
|
+
uri_template: "/ui/{name}:cancel",
|
3357
|
+
matches: [
|
3358
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
3359
|
+
]
|
3360
|
+
)
|
3312
3361
|
.with_bindings(
|
3313
3362
|
uri_method: :post,
|
3314
3363
|
uri_template: "/ui/{name}:cancel",
|
@@ -3547,6 +3596,13 @@ module Google
|
|
3547
3596
|
["name", %r{^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+/?$}, false]
|
3548
3597
|
]
|
3549
3598
|
)
|
3599
|
+
.with_bindings(
|
3600
|
+
uri_method: :post,
|
3601
|
+
uri_template: "/v1/{name}:cancel",
|
3602
|
+
matches: [
|
3603
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
3604
|
+
]
|
3605
|
+
)
|
3550
3606
|
.with_bindings(
|
3551
3607
|
uri_method: :post,
|
3552
3608
|
uri_template: "/v1/{name}:cancel",
|
@@ -3939,6 +3995,13 @@ module Google
|
|
3939
3995
|
["name", %r{^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+/?$}, false]
|
3940
3996
|
]
|
3941
3997
|
)
|
3998
|
+
.with_bindings(
|
3999
|
+
uri_method: :post,
|
4000
|
+
uri_template: "/ui/{name}:wait",
|
4001
|
+
matches: [
|
4002
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
4003
|
+
]
|
4004
|
+
)
|
3942
4005
|
.with_bindings(
|
3943
4006
|
uri_method: :post,
|
3944
4007
|
uri_template: "/ui/{name}:wait",
|
@@ -4191,6 +4254,13 @@ module Google
|
|
4191
4254
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
4192
4255
|
]
|
4193
4256
|
)
|
4257
|
+
.with_bindings(
|
4258
|
+
uri_method: :post,
|
4259
|
+
uri_template: "/v1/{name}:wait",
|
4260
|
+
matches: [
|
4261
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
4262
|
+
]
|
4263
|
+
)
|
4194
4264
|
.with_bindings(
|
4195
4265
|
uri_method: :post,
|
4196
4266
|
uri_template: "/v1/{name}:wait",
|
@@ -1251,6 +1251,13 @@ module Google
|
|
1251
1251
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/?$}, false]
|
1252
1252
|
]
|
1253
1253
|
)
|
1254
|
+
.with_bindings(
|
1255
|
+
uri_method: :get,
|
1256
|
+
uri_template: "/ui/{name}/operations",
|
1257
|
+
matches: [
|
1258
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/?$}, false]
|
1259
|
+
]
|
1260
|
+
)
|
1254
1261
|
.with_bindings(
|
1255
1262
|
uri_method: :get,
|
1256
1263
|
uri_template: "/ui/{name}/operations",
|
@@ -1566,6 +1573,13 @@ module Google
|
|
1566
1573
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/?$}, false]
|
1567
1574
|
]
|
1568
1575
|
)
|
1576
|
+
.with_bindings(
|
1577
|
+
uri_method: :get,
|
1578
|
+
uri_template: "/v1/{name}/operations",
|
1579
|
+
matches: [
|
1580
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/?$}, false]
|
1581
|
+
]
|
1582
|
+
)
|
1569
1583
|
.with_bindings(
|
1570
1584
|
uri_method: :get,
|
1571
1585
|
uri_template: "/v1/{name}/operations",
|
@@ -1944,6 +1958,13 @@ module Google
|
|
1944
1958
|
["name", %r{^projects/[^/]+/locations/[^/]+/pipelineJobs/[^/]+/operations/[^/]+/?$}, false]
|
1945
1959
|
]
|
1946
1960
|
)
|
1961
|
+
.with_bindings(
|
1962
|
+
uri_method: :get,
|
1963
|
+
uri_template: "/ui/{name}",
|
1964
|
+
matches: [
|
1965
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
1966
|
+
]
|
1967
|
+
)
|
1947
1968
|
.with_bindings(
|
1948
1969
|
uri_method: :get,
|
1949
1970
|
uri_template: "/ui/{name}",
|
@@ -2217,6 +2238,13 @@ module Google
|
|
2217
2238
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
2218
2239
|
]
|
2219
2240
|
)
|
2241
|
+
.with_bindings(
|
2242
|
+
uri_method: :get,
|
2243
|
+
uri_template: "/v1/{name}",
|
2244
|
+
matches: [
|
2245
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2246
|
+
]
|
2247
|
+
)
|
2220
2248
|
.with_bindings(
|
2221
2249
|
uri_method: :get,
|
2222
2250
|
uri_template: "/v1/{name}",
|
@@ -2637,6 +2665,13 @@ module Google
|
|
2637
2665
|
["name", %r{^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+/?$}, false]
|
2638
2666
|
]
|
2639
2667
|
)
|
2668
|
+
.with_bindings(
|
2669
|
+
uri_method: :delete,
|
2670
|
+
uri_template: "/ui/{name}",
|
2671
|
+
matches: [
|
2672
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2673
|
+
]
|
2674
|
+
)
|
2640
2675
|
.with_bindings(
|
2641
2676
|
uri_method: :delete,
|
2642
2677
|
uri_template: "/ui/{name}",
|
@@ -2889,6 +2924,13 @@ module Google
|
|
2889
2924
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
2890
2925
|
]
|
2891
2926
|
)
|
2927
|
+
.with_bindings(
|
2928
|
+
uri_method: :delete,
|
2929
|
+
uri_template: "/v1/{name}",
|
2930
|
+
matches: [
|
2931
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
2932
|
+
]
|
2933
|
+
)
|
2892
2934
|
.with_bindings(
|
2893
2935
|
uri_method: :delete,
|
2894
2936
|
uri_template: "/v1/{name}",
|
@@ -3309,6 +3351,13 @@ module Google
|
|
3309
3351
|
["name", %r{^projects/[^/]+/locations/[^/]+/schedules/[^/]+/operations/[^/]+/?$}, false]
|
3310
3352
|
]
|
3311
3353
|
)
|
3354
|
+
.with_bindings(
|
3355
|
+
uri_method: :post,
|
3356
|
+
uri_template: "/ui/{name}:cancel",
|
3357
|
+
matches: [
|
3358
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
3359
|
+
]
|
3360
|
+
)
|
3312
3361
|
.with_bindings(
|
3313
3362
|
uri_method: :post,
|
3314
3363
|
uri_template: "/ui/{name}:cancel",
|
@@ -3547,6 +3596,13 @@ module Google
|
|
3547
3596
|
["name", %r{^projects/[^/]+/locations/[^/]+/persistentResources/[^/]+/operations/[^/]+/?$}, false]
|
3548
3597
|
]
|
3549
3598
|
)
|
3599
|
+
.with_bindings(
|
3600
|
+
uri_method: :post,
|
3601
|
+
uri_template: "/v1/{name}:cancel",
|
3602
|
+
matches: [
|
3603
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
3604
|
+
]
|
3605
|
+
)
|
3550
3606
|
.with_bindings(
|
3551
3607
|
uri_method: :post,
|
3552
3608
|
uri_template: "/v1/{name}:cancel",
|
@@ -3939,6 +3995,13 @@ module Google
|
|
3939
3995
|
["name", %r{^projects/[^/]+/locations/[^/]+/specialistPools/[^/]+/operations/[^/]+/?$}, false]
|
3940
3996
|
]
|
3941
3997
|
)
|
3998
|
+
.with_bindings(
|
3999
|
+
uri_method: :post,
|
4000
|
+
uri_template: "/ui/{name}:wait",
|
4001
|
+
matches: [
|
4002
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
4003
|
+
]
|
4004
|
+
)
|
3942
4005
|
.with_bindings(
|
3943
4006
|
uri_method: :post,
|
3944
4007
|
uri_template: "/ui/{name}:wait",
|
@@ -4191,6 +4254,13 @@ module Google
|
|
4191
4254
|
["name", %r{^projects/[^/]+/locations/[^/]+/notebookRuntimeTemplates/[^/]+/operations/[^/]+/?$}, false]
|
4192
4255
|
]
|
4193
4256
|
)
|
4257
|
+
.with_bindings(
|
4258
|
+
uri_method: :post,
|
4259
|
+
uri_template: "/v1/{name}:wait",
|
4260
|
+
matches: [
|
4261
|
+
["name", %r{^projects/[^/]+/locations/[^/]+/ragEngineConfig/operations/[^/]+/?$}, false]
|
4262
|
+
]
|
4263
|
+
)
|
4194
4264
|
.with_bindings(
|
4195
4265
|
uri_method: :post,
|
4196
4266
|
uri_template: "/v1/{name}:wait",
|
@@ -164,7 +164,7 @@ module Google
|
|
164
164
|
# @yieldparam chunk [::String] The chunk of data received during server streaming.
|
165
165
|
#
|
166
166
|
# @return [::Gapic::Rest::TransportOperation]
|
167
|
-
def stream_raw_predict
|
167
|
+
def stream_raw_predict(request_pb, options = nil, &)
|
168
168
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
169
169
|
|
170
170
|
verb, uri, query_string_params, body = ServiceStub.transcode_stream_raw_predict_request request_pb
|
@@ -182,7 +182,7 @@ module Google
|
|
182
182
|
method_name: "stream_raw_predict",
|
183
183
|
options: options,
|
184
184
|
is_server_streaming: true,
|
185
|
-
&
|
185
|
+
&
|
186
186
|
)
|
187
187
|
::Gapic::Rest::TransportOperation.new response
|
188
188
|
end
|
@@ -278,7 +278,7 @@ module Google
|
|
278
278
|
# @yieldparam chunk [::String] The chunk of data received during server streaming.
|
279
279
|
#
|
280
280
|
# @return [::Gapic::Rest::TransportOperation]
|
281
|
-
def server_streaming_predict
|
281
|
+
def server_streaming_predict(request_pb, options = nil, &)
|
282
282
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
283
283
|
|
284
284
|
verb, uri, query_string_params, body = ServiceStub.transcode_server_streaming_predict_request request_pb
|
@@ -296,7 +296,7 @@ module Google
|
|
296
296
|
method_name: "server_streaming_predict",
|
297
297
|
options: options,
|
298
298
|
is_server_streaming: true,
|
299
|
-
&
|
299
|
+
&
|
300
300
|
)
|
301
301
|
::Gapic::Rest::TransportOperation.new response
|
302
302
|
end
|
@@ -392,7 +392,7 @@ module Google
|
|
392
392
|
# @yieldparam chunk [::String] The chunk of data received during server streaming.
|
393
393
|
#
|
394
394
|
# @return [::Gapic::Rest::TransportOperation]
|
395
|
-
def stream_generate_content
|
395
|
+
def stream_generate_content(request_pb, options = nil, &)
|
396
396
|
raise ::ArgumentError, "request must be provided" if request_pb.nil?
|
397
397
|
|
398
398
|
verb, uri, query_string_params, body = ServiceStub.transcode_stream_generate_content_request request_pb
|
@@ -410,7 +410,7 @@ module Google
|
|
410
410
|
method_name: "stream_generate_content",
|
411
411
|
options: options,
|
412
412
|
is_server_streaming: true,
|
413
|
-
&
|
413
|
+
&
|
414
414
|
)
|
415
415
|
::Gapic::Rest::TransportOperation.new response
|
416
416
|
end
|