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 Jun 6, 2022
1 parent 90a234c commit ed8b583
Showing 1 changed file with 112 additions and 0 deletions.
112 changes: 112 additions & 0 deletions api-index-v1.json
Expand Up @@ -24059,6 +24059,118 @@
],
"configFile": "baremetalsolution_v2.yaml"
},
{
"id": "google.cloud.batch.v1",
"directory": "google/cloud/batch/v1",
"version": "v1",
"majorVersion": "v1",
"hostName": "batch.googleapis.com",
"title": "Batch API",
"description": "An API to manage the running of batch jobs on Google Cloud Platform.",
"importDirectories": [
"google/api",
"google/cloud/batch/v1",
"google/longrunning",
"google/protobuf"
],
"options": {
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/batch/v1;batch": 4
}
},
"java_multiple_files": {
"valueCounts": {
"true": 4
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.batch.v1": 4
}
},
"objc_class_prefix": {
"valueCounts": {
"GCB": 4
}
}
},
"services": [
{
"shortName": "BatchService",
"fullName": "google.cloud.batch.v1.BatchService",
"methods": [
{
"shortName": "CreateJob",
"fullName": "google.cloud.batch.v1.BatchService.CreateJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{parent=projects/*/locations/*}/jobs"
}
]
},
{
"shortName": "DeleteJob",
"fullName": "google.cloud.batch.v1.BatchService.DeleteJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1/{name=projects/*/locations/*/jobs/*}"
}
]
},
{
"shortName": "GetJob",
"fullName": "google.cloud.batch.v1.BatchService.GetJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/jobs/*}"
}
]
},
{
"shortName": "GetTask",
"fullName": "google.cloud.batch.v1.BatchService.GetTask",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/jobs/*/taskGroups/*/tasks/*}"
}
]
},
{
"shortName": "ListJobs",
"fullName": "google.cloud.batch.v1.BatchService.ListJobs",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*}/jobs"
}
]
},
{
"shortName": "ListTasks",
"fullName": "google.cloud.batch.v1.BatchService.ListTasks",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/jobs/*/taskGroups/*}/tasks"
}
]
}
]
}
],
"configFile": "batch_v1.yaml"
},
{
"id": "google.cloud.batch.v1alpha1",
"directory": "google/cloud/batch/v1alpha1",
Expand Down

0 comments on commit ed8b583

Please sign in to comment.