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
Implements
IMessageGetDeployPolicyRequest, IEquatableGetDeployPolicyRequest, IDeepCloneableGetDeployPolicyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
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 |