Interface UpdateJobRequestOrBuilder (0.40.0)

publicinterface UpdateJobRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getAllowMissing()

publicabstractbooleangetAllowMissing()

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
Type Description
boolean

The allowMissing.

getJob()

publicabstractJobgetJob()

Required. The Job to be updated.

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

Returns
Type Description
Job

The job.

getJobOrBuilder()

publicabstractJobOrBuildergetJobOrBuilder()

Required. The Job to be updated.

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

Returns
Type Description
JobOrBuilder

getValidateOnly()

publicabstractbooleangetValidateOnly()

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

bool validate_only = 3;

Returns
Type Description
boolean

The validateOnly.

hasJob()

publicabstractbooleanhasJob()

Required. The Job to be updated.

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

Returns
Type Description
boolean

Whether the job field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.