Struct gapi_grpc::google::cloud::osconfig::agentendpoint::v1beta::ReportTaskProgressResponse [−][src]
The response message after the agent reported the current task progress.
Fields
task_directive: i32
Instructs agent to continue or not.
Implementations
impl ReportTaskProgressResponse
[src][−]
pub fn task_directive(&self) -> TaskDirective
[src][−]
Returns the enum value of task_directive
, or the default if the field is set to an invalid enum value.
pub fn set_task_directive(&mut self, value: TaskDirective)
[src][−]
Sets task_directive
to the provided enum value.
Trait Implementations
impl Clone for ReportTaskProgressResponse
[src][+]
impl Debug for ReportTaskProgressResponse
[src][+]
impl Default for ReportTaskProgressResponse
[src][+]
impl Message for ReportTaskProgressResponse
[src][+]
impl PartialEq<ReportTaskProgressResponse> for ReportTaskProgressResponse
[src][+]
impl StructuralPartialEq for ReportTaskProgressResponse
[src]
Auto Trait Implementations
impl RefUnwindSafe for ReportTaskProgressResponse
impl Send for ReportTaskProgressResponse
impl Sync for ReportTaskProgressResponse
impl Unpin for ReportTaskProgressResponse
impl UnwindSafe for ReportTaskProgressResponse
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>,