File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19821,22 +19821,46 @@
1982119821 {
1982219822 "shortName": "DeleteModel",
1982319823 "fullName": "google.cloud.bigquery.v2.ModelService.DeleteModel",
19824- "mode": "UNARY"
19824+ "mode": "UNARY",
19825+ "bindings": [
19826+ {
19827+ "httpMethod": "DELETE",
19828+ "path": "/bigquery/v2/projects/{project_id=*}/datasets/{dataset_id=*}/models/{model_id=*}"
19829+ }
19830+ ]
1982519831 },
1982619832 {
1982719833 "shortName": "GetModel",
1982819834 "fullName": "google.cloud.bigquery.v2.ModelService.GetModel",
19829- "mode": "UNARY"
19835+ "mode": "UNARY",
19836+ "bindings": [
19837+ {
19838+ "httpMethod": "GET",
19839+ "path": "/bigquery/v2/projects/{project_id=*}/datasets/{dataset_id=*}/models/{model_id=*}"
19840+ }
19841+ ]
1983019842 },
1983119843 {
1983219844 "shortName": "ListModels",
1983319845 "fullName": "google.cloud.bigquery.v2.ModelService.ListModels",
19834- "mode": "UNARY"
19846+ "mode": "UNARY",
19847+ "bindings": [
19848+ {
19849+ "httpMethod": "GET",
19850+ "path": "/bigquery/v2/projects/{project_id=*}/datasets/{dataset_id=*}/models"
19851+ }
19852+ ]
1983519853 },
1983619854 {
1983719855 "shortName": "PatchModel",
1983819856 "fullName": "google.cloud.bigquery.v2.ModelService.PatchModel",
19839- "mode": "UNARY"
19857+ "mode": "UNARY",
19858+ "bindings": [
19859+ {
19860+ "httpMethod": "PATCH",
19861+ "path": "/bigquery/v2/projects/{project_id=*}/datasets/{dataset_id=*}/models/{model_id=*}"
19862+ }
19863+ ]
1984019864 }
1984119865 ]
1984219866 }
You can’t perform that action at this time.
0 commit comments