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 22, 2022
1 parent bf12acd commit f3b7f03
Showing 1 changed file with 133 additions and 0 deletions.
133 changes: 133 additions & 0 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -23915,6 +23915,139 @@
"google.longrunning.Operations"
]
},
{
"id": "google.cloud.batch.v1alpha",
"directory": "google/cloud/batch/v1alpha",
"version": "v1alpha",
"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/v1alpha",
"google/longrunning",
"google/protobuf"
],
"options": {
"csharp_namespace": {
"valueCounts": {
"Google.Cloud.Batch.V1Alpha": 4
}
},
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/batch/v1alpha;batch": 4
}
},
"java_multiple_files": {
"valueCounts": {
"true": 4
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.batch.v1alpha": 4
}
},
"objc_class_prefix": {
"valueCounts": {
"GCB": 4
}
},
"php_namespace": {
"valueCounts": {
"Google\\Cloud\\Batch\\V1alpha": 4
}
},
"ruby_package": {
"valueCounts": {
"Google::Cloud::Batch::V1alpha": 4
}
}
},
"services": [
{
"shortName": "BatchService",
"fullName": "google.cloud.batch.v1alpha.BatchService",
"methods": [
{
"shortName": "CreateJob",
"fullName": "google.cloud.batch.v1alpha.BatchService.CreateJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1alpha/{parent=projects/*/locations/*}/jobs"
}
]
},
{
"shortName": "DeleteJob",
"fullName": "google.cloud.batch.v1alpha.BatchService.DeleteJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "DELETE",
"path": "/v1alpha/{name=projects/*/locations/*/jobs/*}"
}
]
},
{
"shortName": "GetJob",
"fullName": "google.cloud.batch.v1alpha.BatchService.GetJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/jobs/*}"
}
]
},
{
"shortName": "GetTask",
"fullName": "google.cloud.batch.v1alpha.BatchService.GetTask",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{name=projects/*/locations/*/jobs/*/taskGroups/*/tasks/*}"
}
]
},
{
"shortName": "ListJobs",
"fullName": "google.cloud.batch.v1alpha.BatchService.ListJobs",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{parent=projects/*/locations/*}/jobs"
}
]
},
{
"shortName": "ListTasks",
"fullName": "google.cloud.batch.v1alpha.BatchService.ListTasks",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1alpha/{parent=projects/*/locations/*/jobs/*/taskGroups/*}/tasks"
}
]
}
]
}
],
"configFile": "batch_v1alpha.yaml",
"serviceConfigApiNames": [
"google.cloud.batch.v1alpha.BatchService",
"google.cloud.location.Locations",
"google.iam.v1.IAMPolicy",
"google.longrunning.Operations"
]
},
{
"id": "google.cloud.beyondcorp.appconnections.v1",
"directory": "google/cloud/beyondcorp/appconnections/v1",
Expand Down

0 comments on commit f3b7f03

Please sign in to comment.