Skip to content

Commit 6865fe4

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 95af2e4 commit 6865fe4

1 file changed

Lines changed: 53 additions & 3 deletions

File tree

api-index-v1.json

Lines changed: 53 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21972,17 +21972,17 @@
2197221972
"options": {
2197321973
"go_package": {
2197421974
"valueCounts": {
21975-
"google.golang.org/genproto/googleapis/cloud/dataproc/v1;dataproc": 6
21975+
"google.golang.org/genproto/googleapis/cloud/dataproc/v1;dataproc": 7
2197621976
}
2197721977
},
2197821978
"java_multiple_files": {
2197921979
"valueCounts": {
21980-
"true": 6
21980+
"true": 7
2198121981
}
2198221982
},
2198321983
"java_package": {
2198421984
"valueCounts": {
21985-
"com.google.cloud.dataproc.v1": 6
21985+
"com.google.cloud.dataproc.v1": 7
2198621986
}
2198721987
}
2198821988
},
@@ -22068,6 +22068,56 @@
2206822068
}
2206922069
]
2207022070
},
22071+
{
22072+
"shortName": "BatchController",
22073+
"fullName": "google.cloud.dataproc.v1.BatchController",
22074+
"methods": [
22075+
{
22076+
"shortName": "CreateBatch",
22077+
"fullName": "google.cloud.dataproc.v1.BatchController.CreateBatch",
22078+
"mode": "UNARY",
22079+
"bindings": [
22080+
{
22081+
"httpMethod": "POST",
22082+
"path": "/v1/{parent=projects/*/locations/*}/batches"
22083+
}
22084+
]
22085+
},
22086+
{
22087+
"shortName": "DeleteBatch",
22088+
"fullName": "google.cloud.dataproc.v1.BatchController.DeleteBatch",
22089+
"mode": "UNARY",
22090+
"bindings": [
22091+
{
22092+
"httpMethod": "DELETE",
22093+
"path": "/v1/{name=projects/*/locations/*/batches/*}"
22094+
}
22095+
]
22096+
},
22097+
{
22098+
"shortName": "GetBatch",
22099+
"fullName": "google.cloud.dataproc.v1.BatchController.GetBatch",
22100+
"mode": "UNARY",
22101+
"bindings": [
22102+
{
22103+
"httpMethod": "GET",
22104+
"path": "/v1/{name=projects/*/locations/*/batches/*}"
22105+
}
22106+
]
22107+
},
22108+
{
22109+
"shortName": "ListBatches",
22110+
"fullName": "google.cloud.dataproc.v1.BatchController.ListBatches",
22111+
"mode": "UNARY",
22112+
"bindings": [
22113+
{
22114+
"httpMethod": "GET",
22115+
"path": "/v1/{parent=projects/*/locations/*}/batches"
22116+
}
22117+
]
22118+
}
22119+
]
22120+
},
2207122121
{
2207222122
"shortName": "ClusterController",
2207322123
"fullName": "google.cloud.dataproc.v1.ClusterController",

0 commit comments

Comments
 (0)