Cloud Run Admin v2 API - Class UpdateJobRequest (2.2.0)

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

Reference documentation and code samples for the Cloud Run Admin v2 API class UpdateJobRequest.

Request message for updating a Job.

Inheritance

object > UpdateJobRequest

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Constructors

UpdateJobRequest()

public UpdateJobRequest()

UpdateJobRequest(UpdateJobRequest)

public UpdateJobRequest(UpdateJobRequest other)
Parameter
NameDescription
otherUpdateJobRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and if the Job does not exist, it will create a new one. Caller must have both create and update permissions for this call if this is set to true.

Property Value
TypeDescription
bool

Job

public Job Job { get; set; }

Required. The Job to be updated.

Property Value
TypeDescription
Job

ValidateOnly

public bool ValidateOnly { get; set; }

Indicates that the request should be validated and default values populated, without persisting the request or updating any resources.

Property Value
TypeDescription
bool