Google Cloud Deploy v1 API - Class GetReleaseRequest (2.15.0)

public sealed class GetReleaseRequest : IMessage<GetReleaseRequest>, IEquatable<GetReleaseRequest>, IDeepCloneable<GetReleaseRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Deploy v1 API class GetReleaseRequest.

The request object for GetRelease.

Inheritance

object > GetReleaseRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

GetReleaseRequest()

public GetReleaseRequest()

GetReleaseRequest(GetReleaseRequest)

public GetReleaseRequest(GetReleaseRequest other)
Parameter
NameDescription
otherGetReleaseRequest

Properties

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

ReleaseName

public ReleaseName ReleaseName { get; set; }

ReleaseName-typed view over the Name resource name property.

Property Value
TypeDescription
ReleaseName