pub struct Builder<T>(/* private fields */);
Expand description
A builder for GetDataReviewCheckMetricsResponse
Implementations§
Source§impl Builder<ChecksPendingExecutionStage>
impl Builder<ChecksPendingExecutionStage>
Sourcepub fn checks_pending_execution(
self,
checks_pending_execution: i32,
) -> Builder<ChecksExecutingStage>
pub fn checks_pending_execution( self, checks_pending_execution: i32, ) -> Builder<ChecksExecutingStage>
Sets the checks_pending_execution
field.
Source§impl Builder<ChecksExecutingStage>
impl Builder<ChecksExecutingStage>
Sourcepub fn checks_executing(
self,
checks_executing: i32,
) -> Builder<ChecksPassedStage>
pub fn checks_executing( self, checks_executing: i32, ) -> Builder<ChecksPassedStage>
Sets the checks_executing
field.
Source§impl Builder<ChecksPassedStage>
impl Builder<ChecksPassedStage>
Sourcepub fn checks_passed(
self,
checks_passed: i32,
) -> Builder<ChecksWithEventsPendingReviewStage>
pub fn checks_passed( self, checks_passed: i32, ) -> Builder<ChecksWithEventsPendingReviewStage>
Sets the checks_passed
field.
Source§impl Builder<ChecksWithEventsPendingReviewStage>
impl Builder<ChecksWithEventsPendingReviewStage>
Sourcepub fn checks_with_events_pending_review(
self,
checks_with_events_pending_review: i32,
) -> Builder<ChecksWithEventsClosedWithIgnoreStage>
pub fn checks_with_events_pending_review( self, checks_with_events_pending_review: i32, ) -> Builder<ChecksWithEventsClosedWithIgnoreStage>
Sets the checks_with_events_pending_review
field.
Source§impl Builder<ChecksWithEventsClosedWithIgnoreStage>
impl Builder<ChecksWithEventsClosedWithIgnoreStage>
Sourcepub fn checks_with_events_closed_with_ignore(
self,
checks_with_events_closed_with_ignore: i32,
) -> Builder<ChecksWithEventsClosedWithFurtherActionStage>
pub fn checks_with_events_closed_with_ignore( self, checks_with_events_closed_with_ignore: i32, ) -> Builder<ChecksWithEventsClosedWithFurtherActionStage>
Sets the checks_with_events_closed_with_ignore
field.
Source§impl Builder<ChecksWithEventsClosedWithFurtherActionStage>
impl Builder<ChecksWithEventsClosedWithFurtherActionStage>
Sourcepub fn checks_with_events_closed_with_further_action(
self,
checks_with_events_closed_with_further_action: i32,
) -> Builder<ChecksWithEventsStage>
pub fn checks_with_events_closed_with_further_action( self, checks_with_events_closed_with_further_action: i32, ) -> Builder<ChecksWithEventsStage>
Sets the checks_with_events_closed_with_further_action
field.
Source§impl Builder<ChecksWithEventsStage>
impl Builder<ChecksWithEventsStage>
Sourcepub fn checks_with_events(
self,
checks_with_events: i32,
) -> Builder<ChecksWithTooManyEventsStage>
pub fn checks_with_events( self, checks_with_events: i32, ) -> Builder<ChecksWithTooManyEventsStage>
Sets the checks_with_events
field.
Source§impl Builder<ChecksWithTooManyEventsStage>
impl Builder<ChecksWithTooManyEventsStage>
Sourcepub fn checks_with_too_many_events(
self,
checks_with_too_many_events: i32,
) -> Builder<ChecksFailedToExecutePendingReviewStage>
pub fn checks_with_too_many_events( self, checks_with_too_many_events: i32, ) -> Builder<ChecksFailedToExecutePendingReviewStage>
Sets the checks_with_too_many_events
field.
Source§impl Builder<ChecksFailedToExecutePendingReviewStage>
impl Builder<ChecksFailedToExecutePendingReviewStage>
Sourcepub fn checks_failed_to_execute_pending_review(
self,
checks_failed_to_execute_pending_review: i32,
) -> Builder<ChecksFailedToExecuteClosedWithIgnoreStage>
pub fn checks_failed_to_execute_pending_review( self, checks_failed_to_execute_pending_review: i32, ) -> Builder<ChecksFailedToExecuteClosedWithIgnoreStage>
Sets the checks_failed_to_execute_pending_review
field.
Source§impl Builder<ChecksFailedToExecuteClosedWithIgnoreStage>
impl Builder<ChecksFailedToExecuteClosedWithIgnoreStage>
Sourcepub fn checks_failed_to_execute_closed_with_ignore(
self,
checks_failed_to_execute_closed_with_ignore: i32,
) -> Builder<ChecksFailedToExecuteClosedWithFurtherActionStage>
pub fn checks_failed_to_execute_closed_with_ignore( self, checks_failed_to_execute_closed_with_ignore: i32, ) -> Builder<ChecksFailedToExecuteClosedWithFurtherActionStage>
Sets the checks_failed_to_execute_closed_with_ignore
field.
Source§impl Builder<ChecksFailedToExecuteClosedWithFurtherActionStage>
impl Builder<ChecksFailedToExecuteClosedWithFurtherActionStage>
Sourcepub fn checks_failed_to_execute_closed_with_further_action(
self,
checks_failed_to_execute_closed_with_further_action: i32,
) -> Builder<ChecksFailedToExecuteStage>
pub fn checks_failed_to_execute_closed_with_further_action( self, checks_failed_to_execute_closed_with_further_action: i32, ) -> Builder<ChecksFailedToExecuteStage>
Sets the checks_failed_to_execute_closed_with_further_action
field.
Source§impl Builder<ChecksFailedToExecuteStage>
impl Builder<ChecksFailedToExecuteStage>
Sourcepub fn checks_failed_to_execute(
self,
checks_failed_to_execute: i32,
) -> Builder<ChecksExecutedStage>
pub fn checks_failed_to_execute( self, checks_failed_to_execute: i32, ) -> Builder<ChecksExecutedStage>
Sets the checks_failed_to_execute
field.
Source§impl Builder<ChecksExecutedStage>
impl Builder<ChecksExecutedStage>
Sourcepub fn checks_executed(self, checks_executed: i32) -> Builder<ChecksTotalStage>
pub fn checks_executed(self, checks_executed: i32) -> Builder<ChecksTotalStage>
Sets the checks_executed
field.
Source§impl Builder<ChecksTotalStage>
impl Builder<ChecksTotalStage>
Sourcepub fn checks_total(
self,
checks_total: i32,
) -> Builder<EventsPendingReviewStage>
pub fn checks_total( self, checks_total: i32, ) -> Builder<EventsPendingReviewStage>
Sets the checks_total
field.
Source§impl Builder<EventsPendingReviewStage>
impl Builder<EventsPendingReviewStage>
Sourcepub fn events_pending_review(
self,
events_pending_review: i32,
) -> Builder<EventsClosedWithIgnoreStage>
pub fn events_pending_review( self, events_pending_review: i32, ) -> Builder<EventsClosedWithIgnoreStage>
Sets the events_pending_review
field.
Source§impl Builder<EventsClosedWithIgnoreStage>
impl Builder<EventsClosedWithIgnoreStage>
Sourcepub fn events_closed_with_ignore(
self,
events_closed_with_ignore: i32,
) -> Builder<EventsClosedWithFurtherActionStage>
pub fn events_closed_with_ignore( self, events_closed_with_ignore: i32, ) -> Builder<EventsClosedWithFurtherActionStage>
Sets the events_closed_with_ignore
field.
Source§impl Builder<EventsClosedWithFurtherActionStage>
impl Builder<EventsClosedWithFurtherActionStage>
Sourcepub fn events_closed_with_further_action(
self,
events_closed_with_further_action: i32,
) -> Builder<EventsTotalStage>
pub fn events_closed_with_further_action( self, events_closed_with_further_action: i32, ) -> Builder<EventsTotalStage>
Sets the events_closed_with_further_action
field.
Source§impl Builder<EventsTotalStage>
impl Builder<EventsTotalStage>
Sourcepub fn events_total(self, events_total: i32) -> Builder<Complete>
pub fn events_total(self, events_total: i32) -> Builder<Complete>
Sets the events_total
field.
Source§impl Builder<Complete>
impl Builder<Complete>
Sourcepub fn checks_pending_execution(self, checks_pending_execution: i32) -> Self
pub fn checks_pending_execution(self, checks_pending_execution: i32) -> Self
Sets the checks_pending_execution
field.
Sourcepub fn checks_executing(self, checks_executing: i32) -> Self
pub fn checks_executing(self, checks_executing: i32) -> Self
Sets the checks_executing
field.
Sourcepub fn checks_passed(self, checks_passed: i32) -> Self
pub fn checks_passed(self, checks_passed: i32) -> Self
Sets the checks_passed
field.
Sourcepub fn checks_with_events_pending_review(
self,
checks_with_events_pending_review: i32,
) -> Self
pub fn checks_with_events_pending_review( self, checks_with_events_pending_review: i32, ) -> Self
Sets the checks_with_events_pending_review
field.
Sourcepub fn checks_with_events_closed_with_ignore(
self,
checks_with_events_closed_with_ignore: i32,
) -> Self
pub fn checks_with_events_closed_with_ignore( self, checks_with_events_closed_with_ignore: i32, ) -> Self
Sets the checks_with_events_closed_with_ignore
field.
Sourcepub fn checks_with_events_closed_with_further_action(
self,
checks_with_events_closed_with_further_action: i32,
) -> Self
pub fn checks_with_events_closed_with_further_action( self, checks_with_events_closed_with_further_action: i32, ) -> Self
Sets the checks_with_events_closed_with_further_action
field.
Sourcepub fn checks_with_events(self, checks_with_events: i32) -> Self
pub fn checks_with_events(self, checks_with_events: i32) -> Self
Sets the checks_with_events
field.
Sourcepub fn checks_with_too_many_events(
self,
checks_with_too_many_events: i32,
) -> Self
pub fn checks_with_too_many_events( self, checks_with_too_many_events: i32, ) -> Self
Sets the checks_with_too_many_events
field.
Sourcepub fn checks_failed_to_execute_pending_review(
self,
checks_failed_to_execute_pending_review: i32,
) -> Self
pub fn checks_failed_to_execute_pending_review( self, checks_failed_to_execute_pending_review: i32, ) -> Self
Sets the checks_failed_to_execute_pending_review
field.
Sourcepub fn checks_failed_to_execute_closed_with_ignore(
self,
checks_failed_to_execute_closed_with_ignore: i32,
) -> Self
pub fn checks_failed_to_execute_closed_with_ignore( self, checks_failed_to_execute_closed_with_ignore: i32, ) -> Self
Sets the checks_failed_to_execute_closed_with_ignore
field.
Sourcepub fn checks_failed_to_execute_closed_with_further_action(
self,
checks_failed_to_execute_closed_with_further_action: i32,
) -> Self
pub fn checks_failed_to_execute_closed_with_further_action( self, checks_failed_to_execute_closed_with_further_action: i32, ) -> Self
Sets the checks_failed_to_execute_closed_with_further_action
field.
Sourcepub fn checks_failed_to_execute(self, checks_failed_to_execute: i32) -> Self
pub fn checks_failed_to_execute(self, checks_failed_to_execute: i32) -> Self
Sets the checks_failed_to_execute
field.
Sourcepub fn checks_executed(self, checks_executed: i32) -> Self
pub fn checks_executed(self, checks_executed: i32) -> Self
Sets the checks_executed
field.
Sourcepub fn checks_total(self, checks_total: i32) -> Self
pub fn checks_total(self, checks_total: i32) -> Self
Sets the checks_total
field.
Sourcepub fn events_pending_review(self, events_pending_review: i32) -> Self
pub fn events_pending_review(self, events_pending_review: i32) -> Self
Sets the events_pending_review
field.
Sourcepub fn events_closed_with_ignore(self, events_closed_with_ignore: i32) -> Self
pub fn events_closed_with_ignore(self, events_closed_with_ignore: i32) -> Self
Sets the events_closed_with_ignore
field.
Sourcepub fn events_closed_with_further_action(
self,
events_closed_with_further_action: i32,
) -> Self
pub fn events_closed_with_further_action( self, events_closed_with_further_action: i32, ) -> Self
Sets the events_closed_with_further_action
field.
Sourcepub fn events_total(self, events_total: i32) -> Self
pub fn events_total(self, events_total: i32) -> Self
Sets the events_total
field.
Sourcepub fn build(self) -> GetDataReviewCheckMetricsResponse
pub fn build(self) -> GetDataReviewCheckMetricsResponse
Consumes the builder, returning a GetDataReviewCheckMetricsResponse
.
Trait Implementations§
Source§impl Default for Builder<ChecksPendingExecutionStage>
impl Default for Builder<ChecksPendingExecutionStage>
Source§impl From<GetDataReviewCheckMetricsResponse> for Builder<Complete>
impl From<GetDataReviewCheckMetricsResponse> for Builder<Complete>
Source§fn from(v: GetDataReviewCheckMetricsResponse) -> Self
fn from(v: GetDataReviewCheckMetricsResponse) -> Self
Auto Trait Implementations§
impl<T> Freeze for Builder<T>where
T: Freeze,
impl<T> RefUnwindSafe for Builder<T>where
T: RefUnwindSafe,
impl<T> Send for Builder<T>where
T: Send,
impl<T> Sync for Builder<T>where
T: Sync,
impl<T> Unpin for Builder<T>where
T: Unpin,
impl<T> UnwindSafe for Builder<T>where
T: UnwindSafe,
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request