Skip to content

Commit f3b7f03

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent bf12acd commit f3b7f03

1 file changed

Lines changed: 133 additions & 0 deletions

File tree

api-index-v1.json

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23915,6 +23915,139 @@
2391523915
"google.longrunning.Operations"
2391623916
]
2391723917
},
23918+
{
23919+
"id": "google.cloud.batch.v1alpha",
23920+
"directory": "google/cloud/batch/v1alpha",
23921+
"version": "v1alpha",
23922+
"majorVersion": "v1",
23923+
"hostName": "batch.googleapis.com",
23924+
"title": "Batch API",
23925+
"description": "An API to manage the running of batch jobs on Google Cloud Platform.",
23926+
"importDirectories": [
23927+
"google/api",
23928+
"google/cloud/batch/v1alpha",
23929+
"google/longrunning",
23930+
"google/protobuf"
23931+
],
23932+
"options": {
23933+
"csharp_namespace": {
23934+
"valueCounts": {
23935+
"Google.Cloud.Batch.V1Alpha": 4
23936+
}
23937+
},
23938+
"go_package": {
23939+
"valueCounts": {
23940+
"google.golang.org/genproto/googleapis/cloud/batch/v1alpha;batch": 4
23941+
}
23942+
},
23943+
"java_multiple_files": {
23944+
"valueCounts": {
23945+
"true": 4
23946+
}
23947+
},
23948+
"java_package": {
23949+
"valueCounts": {
23950+
"com.google.cloud.batch.v1alpha": 4
23951+
}
23952+
},
23953+
"objc_class_prefix": {
23954+
"valueCounts": {
23955+
"GCB": 4
23956+
}
23957+
},
23958+
"php_namespace": {
23959+
"valueCounts": {
23960+
"Google\\Cloud\\Batch\\V1alpha": 4
23961+
}
23962+
},
23963+
"ruby_package": {
23964+
"valueCounts": {
23965+
"Google::Cloud::Batch::V1alpha": 4
23966+
}
23967+
}
23968+
},
23969+
"services": [
23970+
{
23971+
"shortName": "BatchService",
23972+
"fullName": "google.cloud.batch.v1alpha.BatchService",
23973+
"methods": [
23974+
{
23975+
"shortName": "CreateJob",
23976+
"fullName": "google.cloud.batch.v1alpha.BatchService.CreateJob",
23977+
"mode": "UNARY",
23978+
"bindings": [
23979+
{
23980+
"httpMethod": "POST",
23981+
"path": "/v1alpha/{parent=projects/*/locations/*}/jobs"
23982+
}
23983+
]
23984+
},
23985+
{
23986+
"shortName": "DeleteJob",
23987+
"fullName": "google.cloud.batch.v1alpha.BatchService.DeleteJob",
23988+
"mode": "UNARY",
23989+
"bindings": [
23990+
{
23991+
"httpMethod": "DELETE",
23992+
"path": "/v1alpha/{name=projects/*/locations/*/jobs/*}"
23993+
}
23994+
]
23995+
},
23996+
{
23997+
"shortName": "GetJob",
23998+
"fullName": "google.cloud.batch.v1alpha.BatchService.GetJob",
23999+
"mode": "UNARY",
24000+
"bindings": [
24001+
{
24002+
"httpMethod": "GET",
24003+
"path": "/v1alpha/{name=projects/*/locations/*/jobs/*}"
24004+
}
24005+
]
24006+
},
24007+
{
24008+
"shortName": "GetTask",
24009+
"fullName": "google.cloud.batch.v1alpha.BatchService.GetTask",
24010+
"mode": "UNARY",
24011+
"bindings": [
24012+
{
24013+
"httpMethod": "GET",
24014+
"path": "/v1alpha/{name=projects/*/locations/*/jobs/*/taskGroups/*/tasks/*}"
24015+
}
24016+
]
24017+
},
24018+
{
24019+
"shortName": "ListJobs",
24020+
"fullName": "google.cloud.batch.v1alpha.BatchService.ListJobs",
24021+
"mode": "UNARY",
24022+
"bindings": [
24023+
{
24024+
"httpMethod": "GET",
24025+
"path": "/v1alpha/{parent=projects/*/locations/*}/jobs"
24026+
}
24027+
]
24028+
},
24029+
{
24030+
"shortName": "ListTasks",
24031+
"fullName": "google.cloud.batch.v1alpha.BatchService.ListTasks",
24032+
"mode": "UNARY",
24033+
"bindings": [
24034+
{
24035+
"httpMethod": "GET",
24036+
"path": "/v1alpha/{parent=projects/*/locations/*/jobs/*/taskGroups/*}/tasks"
24037+
}
24038+
]
24039+
}
24040+
]
24041+
}
24042+
],
24043+
"configFile": "batch_v1alpha.yaml",
24044+
"serviceConfigApiNames": [
24045+
"google.cloud.batch.v1alpha.BatchService",
24046+
"google.cloud.location.Locations",
24047+
"google.iam.v1.IAMPolicy",
24048+
"google.longrunning.Operations"
24049+
]
24050+
},
2391824051
{
2391924052
"id": "google.cloud.beyondcorp.appconnections.v1",
2392024053
"directory": "google/cloud/beyondcorp/appconnections/v1",

0 commit comments

Comments
 (0)