From 272a0118a7414910c249f8f492f5901c5bc3908c Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 19 Mar 2024 21:24:02 +0000 Subject: [PATCH] chore: regenerate API index --- api-index-v1.json | 81 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 75 insertions(+), 6 deletions(-) diff --git a/api-index-v1.json b/api-index-v1.json index c4d7264632955..fe18cdb1ca483 100644 --- a/api-index-v1.json +++ b/api-index-v1.json @@ -19543,7 +19543,7 @@ "options": { "csharp_namespace": { "valueCounts": { - "Google.Cloud.AIPlatform.V1Beta1": 98, + "Google.Cloud.AIPlatform.V1Beta1": 101, "Google.Cloud.AIPlatform.V1Beta1.Schema": 6, "Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance": 9, "Google.Cloud.AIPlatform.V1Beta1.Schema.Predict.Params": 6, @@ -19553,7 +19553,7 @@ }, "go_package": { "valueCounts": { - "cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 98, + "cloud.google.com/go/aiplatform/apiv1beta1/aiplatformpb;aiplatformpb": 101, "cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/instance/instancepb;instancepb": 9, "cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/params/paramspb;paramspb": 6, "cloud.google.com/go/aiplatform/apiv1beta1/schema/predict/prediction/predictionpb;predictionpb": 11, @@ -19563,12 +19563,12 @@ }, "java_multiple_files": { "valueCounts": { - "true": 142 + "true": 145 } }, "java_package": { "valueCounts": { - "com.google.cloud.aiplatform.v1beta1": 98, + "com.google.cloud.aiplatform.v1beta1": 101, "com.google.cloud.aiplatform.v1beta1.schema": 6, "com.google.cloud.aiplatform.v1beta1.schema.predict.instance": 9, "com.google.cloud.aiplatform.v1beta1.schema.predict.params": 6, @@ -19578,7 +19578,7 @@ }, "php_namespace": { "valueCounts": { - "Google\\Cloud\\AIPlatform\\V1beta1": 98, + "Google\\Cloud\\AIPlatform\\V1beta1": 101, "Google\\Cloud\\AIPlatform\\V1beta1\\Schema": 6, "Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Instance": 9, "Google\\Cloud\\AIPlatform\\V1beta1\\Schema\\Predict\\Params": 6, @@ -19588,7 +19588,7 @@ }, "ruby_package": { "valueCounts": { - "Google::Cloud::AIPlatform::V1beta1": 97, + "Google::Cloud::AIPlatform::V1beta1": 100, "Google::Cloud::AIPlatform::V1beta1::Schema": 6, "Google::Cloud::AIPlatform::V1beta1::Schema::Predict::Instance": 9, "Google::Cloud::AIPlatform::V1beta1::Schema::Predict::Params": 6, @@ -22121,6 +22121,73 @@ } ] }, + { + "shortName": "ReasoningEngineExecutionService", + "fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService", + "methods": [ + { + "shortName": "QueryReasoningEngine", + "fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService.QueryReasoningEngine", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{name=projects/*/locations/*/reasoningEngines/*}:query" + } + ] + } + ] + }, + { + "shortName": "ReasoningEngineService", + "fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService", + "methods": [ + { + "shortName": "CreateReasoningEngine", + "fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService.CreateReasoningEngine", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "POST", + "path": "/v1beta1/{parent=projects/*/locations/*}/reasoningEngines" + } + ] + }, + { + "shortName": "DeleteReasoningEngine", + "fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService.DeleteReasoningEngine", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "DELETE", + "path": "/v1beta1/{name=projects/*/locations/*/reasoningEngines/*}" + } + ] + }, + { + "shortName": "GetReasoningEngine", + "fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService.GetReasoningEngine", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{name=projects/*/locations/*/reasoningEngines/*}" + } + ] + }, + { + "shortName": "ListReasoningEngines", + "fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineService.ListReasoningEngines", + "mode": "UNARY", + "bindings": [ + { + "httpMethod": "GET", + "path": "/v1beta1/{parent=projects/*/locations/*}/reasoningEngines" + } + ] + } + ] + }, { "shortName": "ScheduleService", "fullName": "google.cloud.aiplatform.v1beta1.ScheduleService", @@ -22795,6 +22862,8 @@ "google.cloud.aiplatform.v1beta1.PersistentResourceService", "google.cloud.aiplatform.v1beta1.PipelineService", "google.cloud.aiplatform.v1beta1.PredictionService", + "google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService", + "google.cloud.aiplatform.v1beta1.ReasoningEngineService", "google.cloud.aiplatform.v1beta1.ScheduleService", "google.cloud.aiplatform.v1beta1.SpecialistPoolService", "google.cloud.aiplatform.v1beta1.TensorboardService",