Interface UpdateJobRequestOrBuilder (0.19.0)

public interface UpdateJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowMissing()

public abstract boolean getAllowMissing()

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.

bool allow_missing = 4;

Returns
TypeDescription
boolean

The allowMissing.

getJob()

public abstract Job getJob()

Required. The Job to be updated.

.google.cloud.run.v2.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Job

The job.

getJobOrBuilder()

public abstract JobOrBuilder getJobOrBuilder()

Required. The Job to be updated.

.google.cloud.run.v2.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
JobOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

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

bool validate_only = 3;

Returns
TypeDescription
boolean

The validateOnly.

hasJob()

public abstract boolean hasJob()

Required. The Job to be updated.

.google.cloud.run.v2.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the job field is set.