Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource

The "releases" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDeploy.v1
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource

Constructors

ReleasesResource(IClientService)

Constructs a new resource.

Declaration
public ReleasesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Rollouts

Gets the Rollouts resource.

Declaration
public virtual ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource Rollouts { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource

Methods

Abandon(AbandonReleaseRequest, string)

Abandons a Release in the Delivery Pipeline.

Declaration
public virtual ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.AbandonRequest Abandon(AbandonReleaseRequest body, string name)
Parameters
Type Name Description
AbandonReleaseRequest body

The body of the request.

string name

Required. Name of the Release. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}.

Returns
Type Description
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.AbandonRequest

Create(Release, string)

Creates a new Release in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.CreateRequest Create(Release body, string parent)
Parameters
Type Name Description
Release body

The body of the request.

string parent

Required. The parent collection in which the Release is created. The format is projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}.

Returns
Type Description
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.CreateRequest

Get(string)

Gets details of a single Release.

Declaration
public virtual ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the Release. Format must be projects/{project_id}/locations/{location_name}/deliveryPipelines/{pipeline_name}/releases/{release_name}.

Returns
Type Description
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.GetRequest

List(string)

Lists Releases in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The DeliveryPipeline which owns this collection of Release objects.

Returns
Type Description
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.ListRequest
In this article
Back to top Generated by DocFX