Interface UpdateJobRequestOrBuilder (2.12.0)

publicinterface UpdateJobRequestOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getJob()

publicabstractJobgetJob()

Required. The new job properties. name must be specified. Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.

.google.cloud.scheduler.v1beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Job

The job.

getJobOrBuilder()

publicabstractJobOrBuildergetJobOrBuilder()

Required. The new job properties. name must be specified. Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.

.google.cloud.scheduler.v1beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description

getUpdateMask()

publicabstractFieldMaskgetUpdateMask()

A mask used to specify which fields of the job are being updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

publicabstractFieldMaskOrBuildergetUpdateMaskOrBuilder()

A mask used to specify which fields of the job are being updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description

hasJob()

publicabstractbooleanhasJob()

Required. The new job properties. name must be specified. Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.

.google.cloud.scheduler.v1beta1.Job job = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the job field is set.

hasUpdateMask()

publicabstractbooleanhasUpdateMask()

A mask used to specify which fields of the job are being updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask 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.