Struct gapi_grpc::google::cloud::scheduler::v1::UpdateJobRequest [−][src]
Request message for [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].
Fields
job: Option<Job>
Required. The new job properties. [name][google.cloud.scheduler.v1.Job.name] must be specified.
Output only fields cannot be modified using UpdateJob. Any value specified for an output only field will be ignored.
update_mask: Option<FieldMask>
A mask used to specify which fields of the job are being updated.
Trait Implementations
impl Clone for UpdateJobRequest
[src][+]
impl Debug for UpdateJobRequest
[src][+]
impl Default for UpdateJobRequest
[src][+]
impl Message for UpdateJobRequest
[src][+]
impl PartialEq<UpdateJobRequest> for UpdateJobRequest
[src][+]
impl StructuralPartialEq for UpdateJobRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for UpdateJobRequest
impl Send for UpdateJobRequest
impl Sync for UpdateJobRequest
impl Unpin for UpdateJobRequest
impl UnwindSafe for UpdateJobRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,