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 Feb 8, 2022
1 parent 010716c commit c507c8d
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions api-index-v1.json
Expand Up @@ -50256,6 +50256,39 @@
"path": "/v1/{parent=projects/*}/patchJobs"
}
]
},
{
"shortName": "PausePatchDeployment",
"fullName": "google.cloud.osconfig.v1.OsConfigService.PausePatchDeployment",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/patchDeployments/*}:pause"
}
]
},
{
"shortName": "ResumePatchDeployment",
"fullName": "google.cloud.osconfig.v1.OsConfigService.ResumePatchDeployment",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "POST",
"path": "/v1/{name=projects/*/patchDeployments/*}:resume"
}
]
},
{
"shortName": "UpdatePatchDeployment",
"fullName": "google.cloud.osconfig.v1.OsConfigService.UpdatePatchDeployment",
"mode": "UNARY",
"bindings": [
{
"httpMethod": "PATCH",
"path": "/v1/{patch_deployment.name=projects/*/patchDeployments/*}"
}
]
}
]
},
Expand Down

0 comments on commit c507c8d

Please sign in to comment.