Skip to content

Commit f163893

Browse files
author
Google APIs
committed
chore: regenerate API index
1 parent 59a30fb commit f163893

1 file changed

Lines changed: 51 additions & 4 deletions

File tree

api-index-v1.json

Lines changed: 51 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40268,17 +40268,17 @@
4026840268
"options": {
4026940269
"go_package": {
4027040270
"valueCounts": {
40271-
"google.golang.org/genproto/googleapis/cloud/deploy/v1;deploy": 7
40271+
"google.golang.org/genproto/googleapis/cloud/deploy/v1;deploy": 8
4027240272
}
4027340273
},
4027440274
"java_multiple_files": {
4027540275
"valueCounts": {
40276-
"true": 7
40276+
"true": 8
4027740277
}
4027840278
},
4027940279
"java_package": {
4028040280
"valueCounts": {
40281-
"com.google.cloud.deploy.v1": 7
40281+
"com.google.cloud.deploy.v1": 8
4028240282
}
4028340283
}
4028440284
},
@@ -40287,6 +40287,17 @@
4028740287
"shortName": "CloudDeploy",
4028840288
"fullName": "google.cloud.deploy.v1.CloudDeploy",
4028940289
"methods": [
40290+
{
40291+
"shortName": "AbandonRelease",
40292+
"fullName": "google.cloud.deploy.v1.CloudDeploy.AbandonRelease",
40293+
"mode": "UNARY",
40294+
"bindings": [
40295+
{
40296+
"httpMethod": "POST",
40297+
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*}:abandon"
40298+
}
40299+
]
40300+
},
4029040301
{
4029140302
"shortName": "ApproveRollout",
4029240303
"fullName": "google.cloud.deploy.v1.CloudDeploy.ApproveRollout",
@@ -40386,6 +40397,17 @@
4038640397
}
4038740398
]
4038840399
},
40400+
{
40401+
"shortName": "GetJobRun",
40402+
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetJobRun",
40403+
"mode": "UNARY",
40404+
"bindings": [
40405+
{
40406+
"httpMethod": "GET",
40407+
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*/jobRuns/*}"
40408+
}
40409+
]
40410+
},
4038940411
{
4039040412
"shortName": "GetRelease",
4039140413
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetRelease",
@@ -40430,6 +40452,17 @@
4043040452
}
4043140453
]
4043240454
},
40455+
{
40456+
"shortName": "ListJobRuns",
40457+
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListJobRuns",
40458+
"mode": "UNARY",
40459+
"bindings": [
40460+
{
40461+
"httpMethod": "GET",
40462+
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}/jobRuns"
40463+
}
40464+
]
40465+
},
4043340466
{
4043440467
"shortName": "ListReleases",
4043540468
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListReleases",
@@ -40463,6 +40496,17 @@
4046340496
}
4046440497
]
4046540498
},
40499+
{
40500+
"shortName": "RetryJob",
40501+
"fullName": "google.cloud.deploy.v1.CloudDeploy.RetryJob",
40502+
"mode": "UNARY",
40503+
"bindings": [
40504+
{
40505+
"httpMethod": "POST",
40506+
"path": "/v1/{rollout=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}:retryJob"
40507+
}
40508+
]
40509+
},
4046640510
{
4046740511
"shortName": "UpdateDeliveryPipeline",
4046840512
"fullName": "google.cloud.deploy.v1.CloudDeploy.UpdateDeliveryPipeline",
@@ -40490,7 +40534,10 @@
4049040534
],
4049140535
"configFile": "clouddeploy_v1.yaml",
4049240536
"serviceConfigApiNames": [
40493-
"google.cloud.deploy.v1.CloudDeploy"
40537+
"google.cloud.deploy.v1.CloudDeploy",
40538+
"google.cloud.location.Locations",
40539+
"google.iam.v1.IAMPolicy",
40540+
"google.longrunning.Operations"
4049440541
]
4049540542
},
4049640543
{

0 commit comments

Comments
 (0)