public sealed class IgnoreJobRequest : IMessage<IgnoreJobRequest>, IEquatable<IgnoreJobRequest>, IDeepCloneable<IgnoreJobRequest>, IBufferMessage, IMessage
Reference 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 |
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 |