Google Cloud Deploy v1 API - Class GetDeployPolicyRequest (2.19.0)

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

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

The request object for GetDeployPolicy

Inheritance

object > GetDeployPolicyRequest

Namespace

Google.Cloud.Deploy.V1

Assembly

Google.Cloud.Deploy.V1.dll

Constructors

GetDeployPolicyRequest()

public GetDeployPolicyRequest()

GetDeployPolicyRequest(GetDeployPolicyRequest)

public GetDeployPolicyRequest(GetDeployPolicyRequest other)
Parameter
Name Description
other GetDeployPolicyRequest

Properties

DeployPolicyName

public DeployPolicyName DeployPolicyName { get; set; }

DeployPolicyName-typed view over the Name resource name property.

Property Value
Type Description
DeployPolicyName

Name

public string Name { get; set; }

Required. Name of the DeployPolicy. Format must be projects/{project_id}/locations/{location_name}/deployPolicies/{deploy_policy_name}.

Property Value
Type Description
string