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 Jul 27, 2021
1 parent 8962c92 commit b69daf7
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions api-index-v1.json
Expand Up @@ -19821,22 +19821,46 @@
{
"shortName": "DeleteModel",
"fullName": "google.cloud.bigquery.v2.ModelService.DeleteModel",
"mode": "UNARY"
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/bigquery/v2/projects/{project_id=*}/datasets/{dataset_id=*}/models/{model_id=*}"
}
]
},
{
"shortName": "GetModel",
"fullName": "google.cloud.bigquery.v2.ModelService.GetModel",
"mode": "UNARY"
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/bigquery/v2/projects/{project_id=*}/datasets/{dataset_id=*}/models/{model_id=*}"
}
]
},
{
"shortName": "ListModels",
"fullName": "google.cloud.bigquery.v2.ModelService.ListModels",
"mode": "UNARY"
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/bigquery/v2/projects/{project_id=*}/datasets/{dataset_id=*}/models"
}
]
},
{
"shortName": "PatchModel",
"fullName": "google.cloud.bigquery.v2.ModelService.PatchModel",
"mode": "UNARY"
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/bigquery/v2/projects/{project_id=*}/datasets/{dataset_id=*}/models/{model_id=*}"
}
]
}
]
}
Expand Down

0 comments on commit b69daf7

Please sign in to comment.