ProjectsLocationsDeliveryPipelinesReleases
class ProjectsLocationsDeliveryPipelinesReleases extends Resource (View source)
The "releases" collection of methods.
Typical usage is:
$clouddeployService = new Google\Service\CloudDeploy(...);
$releases = $clouddeployService->projects_locations_deliveryPipelines_releases;
Methods
abandon(string $name, AbandonReleaseRequest $postBody, array $optParams = [])
Abandons a Release in the Delivery Pipeline. (releases.abandon)
listProjectsLocationsDeliveryPipelinesReleases(string $parent, array $optParams = [])
Lists Releases in a given project and location.
Details
AbandonReleaseResponse
abandon(string $name, AbandonReleaseRequest $postBody, array $optParams = [])
Abandons a Release in the Delivery Pipeline. (releases.abandon)
Operation
create(string $parent, Release $postBody, array $optParams = [])
Creates a new Release in a given project and location. (releases.create)
Release
get(string $name, array $optParams = [])
Gets details of a single Release. (releases.get)
ListReleasesResponse
listProjectsLocationsDeliveryPipelinesReleases(string $parent, array $optParams = [])
Lists Releases in a given project and location.
(releases.listProjectsLocationsDeliveryPipelinesReleases)