Skip to content

Commit 6c79119

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 9c07d5f commit 6c79119

1 file changed

Lines changed: 112 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23211,6 +23211,118 @@
2321123211
],
2321223212
"configFile": "baremetalsolution_v2.yaml"
2321323213
},
23214+
{
23215+
"id": "google.cloud.batch.v1alpha1",
23216+
"directory": "google/cloud/batch/v1alpha1",
23217+
"version": "v1alpha1",
23218+
"majorVersion": "v1",
23219+
"hostName": "batch.googleapis.com",
23220+
"title": "Batch API",
23221+
"description": "An API to manage the running of batch jobs on Google Cloud Platform.",
23222+
"importDirectories": [
23223+
"google/api",
23224+
"google/cloud/batch/v1alpha1",
23225+
"google/longrunning",
23226+
"google/protobuf"
23227+
],
23228+
"options": {
23229+
"go_package": {
23230+
"valueCounts": {
23231+
"google.golang.org/genproto/googleapis/cloud/batch/v1alpha1;batch": 4
23232+
}
23233+
},
23234+
"java_multiple_files": {
23235+
"valueCounts": {
23236+
"true": 4
23237+
}
23238+
},
23239+
"java_package": {
23240+
"valueCounts": {
23241+
"com.google.cloud.batch.v1alpha1": 4
23242+
}
23243+
},
23244+
"objc_class_prefix": {
23245+
"valueCounts": {
23246+
"GCB": 4
23247+
}
23248+
}
23249+
},
23250+
"services": [
23251+
{
23252+
"shortName": "BatchService",
23253+
"fullName": "google.cloud.batch.v1alpha1.BatchService",
23254+
"methods": [
23255+
{
23256+
"shortName": "CreateJob",
23257+
"fullName": "google.cloud.batch.v1alpha1.BatchService.CreateJob",
23258+
"mode": "UNARY",
23259+
"bindings": [
23260+
{
23261+
"httpMethod": "POST",
23262+
"path": "/v1alpha1/{parent=projects/*/locations/*}/jobs"
23263+
}
23264+
]
23265+
},
23266+
{
23267+
"shortName": "DeleteJob",
23268+
"fullName": "google.cloud.batch.v1alpha1.BatchService.DeleteJob",
23269+
"mode": "UNARY",
23270+
"bindings": [
23271+
{
23272+
"httpMethod": "DELETE",
23273+
"path": "/v1alpha1/{name=projects/*/locations/*/jobs/*}"
23274+
}
23275+
]
23276+
},
23277+
{
23278+
"shortName": "GetJob",
23279+
"fullName": "google.cloud.batch.v1alpha1.BatchService.GetJob",
23280+
"mode": "UNARY",
23281+
"bindings": [
23282+
{
23283+
"httpMethod": "GET",
23284+
"path": "/v1alpha1/{name=projects/*/locations/*/jobs/*}"
23285+
}
23286+
]
23287+
},
23288+
{
23289+
"shortName": "GetTask",
23290+
"fullName": "google.cloud.batch.v1alpha1.BatchService.GetTask",
23291+
"mode": "UNARY",
23292+
"bindings": [
23293+
{
23294+
"httpMethod": "GET",
23295+
"path": "/v1alpha1/{name=projects/*/locations/*/jobs/*/taskGroups/*/tasks/*}"
23296+
}
23297+
]
23298+
},
23299+
{
23300+
"shortName": "ListJobs",
23301+
"fullName": "google.cloud.batch.v1alpha1.BatchService.ListJobs",
23302+
"mode": "UNARY",
23303+
"bindings": [
23304+
{
23305+
"httpMethod": "GET",
23306+
"path": "/v1alpha1/{parent=projects/*/locations/*}/jobs"
23307+
}
23308+
]
23309+
},
23310+
{
23311+
"shortName": "ListTasks",
23312+
"fullName": "google.cloud.batch.v1alpha1.BatchService.ListTasks",
23313+
"mode": "UNARY",
23314+
"bindings": [
23315+
{
23316+
"httpMethod": "GET",
23317+
"path": "/v1alpha1/{parent=projects/*/locations/*/jobs/*/taskGroups/*}/tasks"
23318+
}
23319+
]
23320+
}
23321+
]
23322+
}
23323+
],
23324+
"configFile": "batch_v1alpha1.yaml"
23325+
},
2321423326
{
2321523327
"id": "google.cloud.bigquery.connection.v1",
2321623328
"directory": "google/cloud/bigquery/connection/v1",

0 commit comments

Comments
 (0)