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 27, 2024
1 parent 713ac6c commit 0acc64c
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions api-index-v1.json
Expand Up @@ -28454,6 +28454,17 @@
}
]
},
{
"shortName": "CreateResourceAllowance",
"fullName": "google.cloud.batch.v1alpha.BatchService.CreateResourceAllowance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{parent=projects/*/locations/*}/resourceAllowances"
}
]
},
{
"shortName": "DeleteJob",
"fullName": "google.cloud.batch.v1alpha.BatchService.DeleteJob",
Expand All @@ -28465,6 +28476,17 @@
}
]
},
{
"shortName": "DeleteResourceAllowance",
"fullName": "google.cloud.batch.v1alpha.BatchService.DeleteResourceAllowance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1alpha/{name=projects/*/locations/*/resourceAllowances/*}"
}
]
},
{
"shortName": "GetJob",
"fullName": "google.cloud.batch.v1alpha.BatchService.GetJob",
Expand All @@ -28476,6 +28498,17 @@
}
]
},
{
"shortName": "GetResourceAllowance",
"fullName": "google.cloud.batch.v1alpha.BatchService.GetResourceAllowance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/resourceAllowances/*}"
}
]
},
{
"shortName": "GetTask",
"fullName": "google.cloud.batch.v1alpha.BatchService.GetTask",
Expand All @@ -28498,6 +28531,17 @@
}
]
},
{
"shortName": "ListResourceAllowances",
"fullName": "google.cloud.batch.v1alpha.BatchService.ListResourceAllowances",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{parent=projects/*/locations/*}/resourceAllowances"
}
]
},
{
"shortName": "ListTasks",
"fullName": "google.cloud.batch.v1alpha.BatchService.ListTasks",
Expand All @@ -28508,6 +28552,17 @@
"path": "/v1alpha/{parent=projects/*/locations/*/jobs/*/taskGroups/*}/tasks"
}
]
},
{
"shortName": "UpdateResourceAllowance",
"fullName": "google.cloud.batch.v1alpha.BatchService.UpdateResourceAllowance",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1alpha/{resource_allowance.name=projects/*/locations/*/resourceAllowances/*}"
}
]
}
]
}
Expand Down

0 comments on commit 0acc64c

Please sign in to comment.