pub struct GCWorkerEventsService { /* private fields */ }Expand description
Operations on the GCWorkerEvents resource.
Implementations§
Source§impl GCWorkerEventsService
impl GCWorkerEventsService
pub async fn list( &self, region_id: i64, opts: Option<&GCWorkerEventListOptions>, ) -> Result<PaginatedResponse<GCWorkerEvent>, Error>
pub async fn histogram( &self, region_id: i64, node_id: Option<&str>, goal: Option<&str>, sid: Option<i64>, region_cluster_id: Option<i64>, since: Option<&str>, bucket_seconds: Option<i64>, ) -> Result<GCWorkerEventHistogramResponse, Error>
pub async fn goals( &self, region_id: i64, node_id: Option<&str>, ) -> Result<GCWorkerEventGoalsResponse, Error>
Auto Trait Implementations§
impl !RefUnwindSafe for GCWorkerEventsService
impl !UnwindSafe for GCWorkerEventsService
impl Freeze for GCWorkerEventsService
impl Send for GCWorkerEventsService
impl Sync for GCWorkerEventsService
impl Unpin for GCWorkerEventsService
impl UnsafeUnpin for GCWorkerEventsService
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more