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 Sep 27, 2022
1 parent 59a30fb commit f163893
Showing 1 changed file with 51 additions and 4 deletions.
55 changes: 51 additions & 4 deletions api-index-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -40268,17 +40268,17 @@
"options": {
"go_package": {
"valueCounts": {
"google.golang.org/genproto/googleapis/cloud/deploy/v1;deploy": 7
"google.golang.org/genproto/googleapis/cloud/deploy/v1;deploy": 8
}
},
"java_multiple_files": {
"valueCounts": {
"true": 7
"true": 8
}
},
"java_package": {
"valueCounts": {
"com.google.cloud.deploy.v1": 7
"com.google.cloud.deploy.v1": 8
}
}
},
Expand All @@ -40287,6 +40287,17 @@
"shortName": "CloudDeploy",
"fullName": "google.cloud.deploy.v1.CloudDeploy",
"methods": [
{
"shortName": "AbandonRelease",
"fullName": "google.cloud.deploy.v1.CloudDeploy.AbandonRelease",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*}:abandon"
}
]
},
{
"shortName": "ApproveRollout",
"fullName": "google.cloud.deploy.v1.CloudDeploy.ApproveRollout",
Expand Down Expand Up @@ -40386,6 +40397,17 @@
}
]
},
{
"shortName": "GetJobRun",
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetJobRun",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{name=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*/jobRuns/*}"
}
]
},
{
"shortName": "GetRelease",
"fullName": "google.cloud.deploy.v1.CloudDeploy.GetRelease",
Expand Down Expand Up @@ -40430,6 +40452,17 @@
}
]
},
{
"shortName": "ListJobRuns",
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListJobRuns",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "GET",
"path": "/v1/{parent=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}/jobRuns"
}
]
},
{
"shortName": "ListReleases",
"fullName": "google.cloud.deploy.v1.CloudDeploy.ListReleases",
Expand Down Expand Up @@ -40463,6 +40496,17 @@
}
]
},
{
"shortName": "RetryJob",
"fullName": "google.cloud.deploy.v1.CloudDeploy.RetryJob",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{rollout=projects/*/locations/*/deliveryPipelines/*/releases/*/rollouts/*}:retryJob"
}
]
},
{
"shortName": "UpdateDeliveryPipeline",
"fullName": "google.cloud.deploy.v1.CloudDeploy.UpdateDeliveryPipeline",
Expand Down Expand Up @@ -40490,7 +40534,10 @@
],
"configFile": "clouddeploy_v1.yaml",
"serviceConfigApiNames": [
"google.cloud.deploy.v1.CloudDeploy"
"google.cloud.deploy.v1.CloudDeploy",
"google.cloud.location.Locations",
"google.iam.v1.IAMPolicy",
"google.longrunning.Operations"
]
},
{
Expand Down

0 comments on commit f163893

Please sign in to comment.