Skip to content

Commit

Permalink
chore: regenerate API index
Browse files Browse the repository at this point in the history
  • Loading branch information
Google APIs committed Mar 30, 2024
1 parent 7efb929 commit b86cca9
Showing 1 changed file with 79 additions and 6 deletions.
85 changes: 79 additions & 6 deletions api-index-v1.json
Expand Up @@ -16911,7 +16911,7 @@
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.AIPlatform.V1": 102,
"Google.Cloud.AIPlatform.V1": 104,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Instance": 9,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Params": 6,
"Google.Cloud.AIPlatform.V1.Schema.Predict.Prediction": 10,
Expand All @@ -16920,7 +16920,7 @@
},
"go_package": {
"valueCounts": {
"cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb": 102,
"cloud.google.com/go/aiplatform/apiv1/aiplatformpb;aiplatformpb": 104,
"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,
Expand All @@ -16929,12 +16929,12 @@
},
"java_multiple_files": {
"valueCounts": {
"true": 138
"true": 140
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.aiplatform.v1": 102,
"com.google.cloud.aiplatform.v1": 104,
"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,
Expand All @@ -16943,7 +16943,7 @@
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\AIPlatform\\V1": 102,
"Google\\Cloud\\AIPlatform\\V1": 104,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Instance": 9,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Params": 6,
"Google\\Cloud\\AIPlatform\\V1\\Schema\\Predict\\Prediction": 10,
Expand All @@ -16952,7 +16952,7 @@
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::AIPlatform::V1": 101,
"Google::Cloud::AIPlatform::V1": 103,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Instance": 9,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Params": 6,
"Google::Cloud::AIPlatform::V1::Schema::Predict::Prediction": 10,
Expand Down Expand Up @@ -19245,6 +19245,78 @@
}
]
},
{
"shortName": "PersistentResourceService",
"fullName": "google.cloud.aiplatform.v1.PersistentResourceService",
"methods": [
{
"shortName": "CreatePersistentResource",
"fullName": "google.cloud.aiplatform.v1.PersistentResourceService.CreatePersistentResource",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/persistentResources"
}
]
},
{
"shortName": "DeletePersistentResource",
"fullName": "google.cloud.aiplatform.v1.PersistentResourceService.DeletePersistentResource",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/persistentResources/*}"
}
]
},
{
"shortName": "GetPersistentResource",
"fullName": "google.cloud.aiplatform.v1.PersistentResourceService.GetPersistentResource",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/persistentResources/*}"
}
]
},
{
"shortName": "ListPersistentResources",
"fullName": "google.cloud.aiplatform.v1.PersistentResourceService.ListPersistentResources",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/persistentResources"
}
]
},
{
"shortName": "RebootPersistentResource",
"fullName": "google.cloud.aiplatform.v1.PersistentResourceService.RebootPersistentResource",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/persistentResources/*}:reboot"
}
]
},
{
"shortName": "UpdatePersistentResource",
"fullName": "google.cloud.aiplatform.v1.PersistentResourceService.UpdatePersistentResource",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{persistent_resource.name=projects/*/locations/*/persistentResources/*}"
}
]
}
]
},
{
"shortName": "PipelineService",
"fullName": "google.cloud.aiplatform.v1.PipelineService",
Expand Down Expand Up @@ -20204,6 +20276,7 @@
"google.cloud.aiplatform.v1.ModelGardenService",
"google.cloud.aiplatform.v1.ModelService",
"google.cloud.aiplatform.v1.NotebookService",
"google.cloud.aiplatform.v1.PersistentResourceService",
"google.cloud.aiplatform.v1.PipelineService",
"google.cloud.aiplatform.v1.PredictionService",
"google.cloud.aiplatform.v1.ScheduleService",
Expand Down

0 comments on commit b86cca9

Please sign in to comment.