From 49d2a621b0953b44371cfbcbc1e75becfbb908c6 Mon Sep 17 00:00:00 2001
From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com>
Date: Wed, 27 Nov 2024 17:15:16 -0800
Subject: [PATCH] chore: regenerate API index
---
api-index-v1.json | 332 +++++++++++++++++++++++++++++++++++++++++-----
1 file changed, 302 insertions(+), 30 deletions(-)
diff --git a/api-index-v1.json b/api-index-v1.json
index 95e5ed935a..c26bc8c7e9 100644
--- a/api-index-v1.json
+++ b/api-index-v1.json
@@ -8713,6 +8713,10 @@
{
"httpMethod": "POST",
"path": "/v1/{model=models/*}:streamGenerateContent"
+ },
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{model=tunedModels/*}:streamGenerateContent"
}
]
}
@@ -8998,6 +9002,10 @@
{
"httpMethod": "POST",
"path": "/v1beta/{model=models/*}:streamGenerateContent"
+ },
+ {
+ "httpMethod": "POST",
+ "path": "/v1beta/{model=tunedModels/*}:streamGenerateContent"
}
]
}
@@ -17611,7 +17619,7 @@
"options": {
"csharp_namespace": {
"valueCounts": {
- "Google.Cloud.AIPlatform.V1": 109,
+ "Google.Cloud.AIPlatform.V1": 113,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Instance": 9,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Params": 6,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Prediction": 10,
@@ -17620,7 +17628,7 @@
},
"go_package": {
"valueCounts": {
- "cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb": 109,
+ "cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb": 113,
"cloud.google.com/go/aiplatform/apiv1/schema/predict/instance/instancepb;instancepb": 9,
"cloud.google.com/go/aiplatform/apiv1/schema/predict/params/paramspb;paramspb": 6,
"cloud.google.com/go/aiplatform/apiv1/schema/predict/prediction/predictionpb;predictionpb": 10,
@@ -17629,12 +17637,12 @@
},
"java_multiple_files": {
"valueCounts": {
- "true": 145
+ "true": 149
}
},
"java_package": {
"valueCounts": {
- "com.google.cloud.aiplatform.v1": 109,
+ "com.google.cloud.aiplatform.v1": 113,
"com.google.cloud.aiplatform.v1.schema.predict.instance": 9,
"com.google.cloud.aiplatform.v1.schema.predict.params": 6,
"com.google.cloud.aiplatform.v1.schema.predict.prediction": 10,
@@ -17643,7 +17651,7 @@
},
"php_namespace": {
"valueCounts": {
- "Google\\Cloud\\AIPlatform\\V1": 109,
+ "Google\\Cloud\\AIPlatform\\V1": 113,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Instance": 9,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Params": 6,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Prediction": 10,
@@ -17652,7 +17660,7 @@
},
"ruby_package": {
"valueCounts": {
- "Google::Cloud::AIPlatform::V1": 108,
+ "Google::Cloud::AIPlatform::V1": 112,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Instance": 9,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Params": 6,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction": 10,
@@ -18084,6 +18092,17 @@
"path": "/v1/{endpoint.name=projects/*/locations/*/endpoints/*}"
}
]
+ },
+ {
+ "shortName": "UpdateEndpointLongRunning",
+ "fullName": "google.cloud.aiplatform.v1.EndpointService.UpdateEndpointLongRunning",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{endpoint.name=projects/*/locations/*/endpoints/*}:update"
+ }
+ ]
}
]
},
@@ -21037,6 +21056,161 @@
}
]
},
+ {
+ "shortName": "VertexRagDataService",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService",
+ "methods": [
+ {
+ "shortName": "CreateRagCorpus",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.CreateRagCorpus",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{parent=projects/*/locations/*}/ragCorpora"
+ }
+ ]
+ },
+ {
+ "shortName": "DeleteRagCorpus",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.DeleteRagCorpus",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "DELETE",
+ "path": "/v1/{name=projects/*/locations/*/ragCorpora/*}"
+ }
+ ]
+ },
+ {
+ "shortName": "DeleteRagFile",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.DeleteRagFile",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "DELETE",
+ "path": "/v1/{name=projects/*/locations/*/ragCorpora/*/ragFiles/*}"
+ }
+ ]
+ },
+ {
+ "shortName": "GetRagCorpus",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.GetRagCorpus",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "GET",
+ "path": "/v1/{name=projects/*/locations/*/ragCorpora/*}"
+ }
+ ]
+ },
+ {
+ "shortName": "GetRagFile",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.GetRagFile",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "GET",
+ "path": "/v1/{name=projects/*/locations/*/ragCorpora/*/ragFiles/*}"
+ }
+ ]
+ },
+ {
+ "shortName": "ImportRagFiles",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.ImportRagFiles",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{parent=projects/*/locations/*/ragCorpora/*}/ragFiles:import"
+ }
+ ]
+ },
+ {
+ "shortName": "ListRagCorpora",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.ListRagCorpora",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "GET",
+ "path": "/v1/{parent=projects/*/locations/*}/ragCorpora"
+ }
+ ]
+ },
+ {
+ "shortName": "ListRagFiles",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.ListRagFiles",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "GET",
+ "path": "/v1/{parent=projects/*/locations/*/ragCorpora/*}/ragFiles"
+ }
+ ]
+ },
+ {
+ "shortName": "UpdateRagCorpus",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.UpdateRagCorpus",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "PATCH",
+ "path": "/v1/{rag_corpus.name=projects/*/locations/*/ragCorpora/*}"
+ }
+ ]
+ },
+ {
+ "shortName": "UploadRagFile",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagDataService.UploadRagFile",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{parent=projects/*/locations/*/ragCorpora/*}/ragFiles:upload"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "shortName": "VertexRagService",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagService",
+ "methods": [
+ {
+ "shortName": "AugmentPrompt",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagService.AugmentPrompt",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{parent=projects/*/locations/*}:augmentPrompt"
+ }
+ ]
+ },
+ {
+ "shortName": "CorroborateContent",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagService.CorroborateContent",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{parent=projects/*/locations/*}:corroborateContent"
+ }
+ ]
+ },
+ {
+ "shortName": "RetrieveContexts",
+ "fullName": "google.cloud.aiplatform.v1.VertexRagService.RetrieveContexts",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{parent=projects/*/locations/*}:retrieveContexts"
+ }
+ ]
+ }
+ ]
+ },
{
"shortName": "VizierService",
"fullName": "google.cloud.aiplatform.v1.VizierService",
@@ -24629,6 +24803,17 @@
"path": "/v1beta1/{name=projects/*/locations/*/reasoningEngines/*}:query"
}
]
+ },
+ {
+ "shortName": "StreamQueryReasoningEngine",
+ "fullName": "google.cloud.aiplatform.v1beta1.ReasoningEngineExecutionService.StreamQueryReasoningEngine",
+ "mode": "SERVER_STREAMING",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1beta1/{name=projects/*/locations/*/reasoningEngines/*}:streamQuery"
+ }
+ ]
}
]
},
@@ -25293,6 +25478,28 @@
"shortName": "VertexRagService",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagService",
"methods": [
+ {
+ "shortName": "AugmentPrompt",
+ "fullName": "google.cloud.aiplatform.v1beta1.VertexRagService.AugmentPrompt",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1beta1/{parent=projects/*/locations/*}:augmentPrompt"
+ }
+ ]
+ },
+ {
+ "shortName": "CorroborateContent",
+ "fullName": "google.cloud.aiplatform.v1beta1.VertexRagService.CorroborateContent",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1beta1/{parent=projects/*/locations/*}:corroborateContent"
+ }
+ ]
+ },
{
"shortName": "RetrieveContexts",
"fullName": "google.cloud.aiplatform.v1beta1.VertexRagService.RetrieveContexts",
@@ -25666,7 +25873,7 @@
"majorVersion": "v1",
"hostName": "alloydb.googleapis.com",
"title": "AlloyDB API",
- "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance.
AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases.",
+ "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases.",
"importDirectories": [
"google/api",
"google/cloud/alloydb/v1",
@@ -26105,7 +26312,7 @@
"majorVersion": "v1",
"hostName": "alloydb.googleapis.com",
"title": "AlloyDB API",
- "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance.
AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases.",
+ "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases.",
"importDirectories": [
"google/api",
"google/cloud/alloydb/v1alpha",
@@ -26555,7 +26762,7 @@
"majorVersion": "v1",
"hostName": "alloydb.googleapis.com",
"title": "AlloyDB API",
- "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance.
AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases.",
+ "description": "AlloyDB for PostgreSQL is an open source-compatible database service that provides a powerful option for migrating, modernizing, or building commercial-grade applications. It offers full compatibility with standard PostgreSQL, and is more than 4x faster for transactional workloads and up to 100x faster for analytical queries than standard PostgreSQL in our performance tests. AlloyDB for PostgreSQL offers a 99.99 percent availability SLA inclusive of maintenance. AlloyDB is optimized for the most demanding use cases, allowing you to build new applications that require high transaction throughput, large database sizes, or multiple read resources; scale existing PostgreSQL workloads with no application changes; and modernize legacy proprietary databases.",
"importDirectories": [
"google/api",
"google/cloud/alloydb/v1beta",
@@ -50443,12 +50650,6 @@
"google/rpc"
],
"options": {
- "cc_enable_arenas": {
- "valueCounts": {
- "": 3,
- "true": 13
- }
- },
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.DataCatalog.V1": 16
@@ -50769,6 +50970,32 @@
}
]
},
+ {
+ "shortName": "RetrieveConfig",
+ "fullName": "google.cloud.datacatalog.v1.DataCatalog.RetrieveConfig",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "GET",
+ "path": "/v1/{name=organizations/*/locations/*}:retrieveConfig"
+ }
+ ]
+ },
+ {
+ "shortName": "RetrieveEffectiveConfig",
+ "fullName": "google.cloud.datacatalog.v1.DataCatalog.RetrieveEffectiveConfig",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "GET",
+ "path": "/v1/{name=organizations/*/locations/*}:retrieveEffectiveConfig"
+ },
+ {
+ "httpMethod": "GET",
+ "path": "/v1/{name=projects/*/locations/*}:retrieveEffectiveConfig"
+ }
+ ]
+ },
{
"shortName": "SearchCatalog",
"fullName": "google.cloud.datacatalog.v1.DataCatalog.SearchCatalog",
@@ -50780,6 +51007,21 @@
}
]
},
+ {
+ "shortName": "SetConfig",
+ "fullName": "google.cloud.datacatalog.v1.DataCatalog.SetConfig",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{name=organizations/*/locations/*}:setConfig"
+ },
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{name=projects/*/locations/*}:setConfig"
+ }
+ ]
+ },
{
"shortName": "SetIamPolicy",
"fullName": "google.cloud.datacatalog.v1.DataCatalog.SetIamPolicy",
@@ -55848,6 +56090,17 @@
}
]
},
+ {
+ "shortName": "RunStream",
+ "fullName": "google.cloud.datastream.v1.Datastream.RunStream",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{name=projects/*/locations/*/streams/*}:run"
+ }
+ ]
+ },
{
"shortName": "StartBackfillJob",
"fullName": "google.cloud.datastream.v1.Datastream.StartBackfillJob",
@@ -75936,8 +76189,8 @@
"options": {
"cc_enable_arenas": {
"valueCounts": {
- "": 2,
- "true": 3
+ "": 4,
+ "true": 1
}
},
"csharp_namespace": {
@@ -79983,6 +80236,17 @@
}
]
},
+ {
+ "shortName": "EstablishPeering",
+ "fullName": "google.cloud.netapp.v1.NetApp.EstablishPeering",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{name=projects/*/locations/*/volumes/*/replications/*}:establishPeering"
+ }
+ ]
+ },
{
"shortName": "GetActiveDirectory",
"fullName": "google.cloud.netapp.v1.NetApp.GetActiveDirectory",
@@ -80236,6 +80500,17 @@
}
]
},
+ {
+ "shortName": "SyncReplication",
+ "fullName": "google.cloud.netapp.v1.NetApp.SyncReplication",
+ "mode": "UNARY",
+ "bindings": [
+ {
+ "httpMethod": "POST",
+ "path": "/v1/{name=projects/*/locations/*/volumes/*/replications/*}:sync"
+ }
+ ]
+ },
{
"shortName": "UpdateActiveDirectory",
"fullName": "google.cloud.netapp.v1.NetApp.UpdateActiveDirectory",
@@ -100081,7 +100356,8 @@
"options": {
"cc_enable_arenas": {
"valueCounts": {
- "true": 5
+ "": 4,
+ "true": 1
}
},
"csharp_namespace": {
@@ -100373,11 +100649,6 @@
"google/protobuf"
],
"options": {
- "cc_enable_arenas": {
- "valueCounts": {
- "true": 5
- }
- },
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.ServiceDirectory.V1Beta1": 5
@@ -122547,37 +122818,37 @@
"options": {
"cc_enable_arenas": {
"valueCounts": {
- "": 2,
+ "": 3,
"true": 2
}
},
"csharp_namespace": {
"valueCounts": {
- "Google.Cloud.Iam.V1": 3,
+ "Google.Cloud.Iam.V1": 4,
"Google.Cloud.Iam.V1.Logging": 1
}
},
"go_package": {
"valueCounts": {
- "cloud.google.com/go/iam/apiv1/iampb;iampb": 3,
+ "cloud.google.com/go/iam/apiv1/iampb;iampb": 4,
"cloud.google.com/go/iam/apiv1/logging/loggingpb;loggingpb": 1
}
},
"java_multiple_files": {
"valueCounts": {
- "true": 4
+ "true": 5
}
},
"java_package": {
"valueCounts": {
- "com.google.iam.v1": 3,
+ "com.google.iam.v1": 4,
"com.google.iam.v1.logging": 1
}
},
"php_namespace": {
"valueCounts": {
"": 1,
- "Google\\Cloud\\Iam\\V1": 3
+ "Google\\Cloud\\Iam\\V1": 4
}
}
},
@@ -126013,7 +126284,8 @@
"options": {
"cc_enable_arenas": {
"valueCounts": {
- "true": 23
+ "": 21,
+ "true": 2
}
},
"csharp_namespace": {