Class ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.IgnoreJobRequest
Ignores the specified Job in a Rollout.
Inheritance
ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.IgnoreJobRequest
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeliveryPipelinesResource.ReleasesResource.RolloutsResource.IgnoreJobRequest : CloudDeployBaseServiceRequest<IgnoreJobResponse>, IClientServiceRequest<IgnoreJobResponse>, IClientServiceRequest
Constructors
IgnoreJobRequest(IClientService, IgnoreJobRequest, string)
Constructs a new IgnoreJob request.
Declaration
public IgnoreJobRequest(IClientService service, IgnoreJobRequest body, string rollout)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
IgnoreJobRequest | body | |
string | rollout |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Rollout
Required. Name of the Rollout. Format is
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}
.
Declaration
[RequestParameter("rollout", RequestParameterType.Path)]
public virtual string Rollout { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes IgnoreJob parameter list.
Declaration
protected override void InitParameters()