public sealed class IgnoreJobRequest : IMessage<IgnoreJobRequest>, IEquatable<IgnoreJobRequest>, IDeepCloneable<IgnoreJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Deploy v1 API class IgnoreJobRequest.
The request object used by IgnoreJob.
Implements
IMessageIgnoreJobRequest, IEquatableIgnoreJobRequest, IDeepCloneableIgnoreJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Deploy.V1Assembly
Google.Cloud.Deploy.V1.dll
Constructors
IgnoreJobRequest()
public IgnoreJobRequest()IgnoreJobRequest(IgnoreJobRequest)
public IgnoreJobRequest(IgnoreJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
IgnoreJobRequest |
Properties
JobId
public string JobId { get; set; }Required. The job ID for the Job to ignore.
| Property Value | |
|---|---|
| Type | Description |
string |
|
OverrideDeployPolicy
public RepeatedField<string> OverrideDeployPolicy { get; }Optional. Deploy policies to override. Format is
projects/{project}/locations/{location}/deployPolicies/{deployPolicy}.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
OverrideDeployPolicyAsDeployPolicyNames
public ResourceNameList<DeployPolicyName> OverrideDeployPolicyAsDeployPolicyNames { get; }DeployPolicyName-typed view over the OverrideDeployPolicy resource name property.
| Property Value | |
|---|---|
| Type | Description |
ResourceNameListDeployPolicyName |
|
PhaseId
public string PhaseId { get; set; }Required. The phase ID the Job to ignore belongs to.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Rollout
public string Rollout { get; set; }Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RolloutAsRolloutName
public RolloutName RolloutAsRolloutName { get; set; }RolloutName-typed view over the Rollout resource name property.
| Property Value | |
|---|---|
| Type | Description |
RolloutName |
|