pub struct CheckAlertsHistogramRequest { /* private fields */ }
Implementations§
Source§impl CheckAlertsHistogramRequest
impl CheckAlertsHistogramRequest
Sourcepub fn builder() -> Builder<DistributionVariableStage>
pub fn builder() -> Builder<DistributionVariableStage>
Returns a new builder.
Source§impl CheckAlertsHistogramRequest
impl CheckAlertsHistogramRequest
Sourcepub fn new(
distribution_variable: HistogramDistributionVariable,
start_time_after: Timestamp,
start_time_before: Timestamp,
) -> Self
pub fn new( distribution_variable: HistogramDistributionVariable, start_time_after: Timestamp, start_time_before: Timestamp, ) -> Self
Constructs a new instance of the type.
Sourcepub fn search_text(&self) -> Option<&str>
pub fn search_text(&self) -> Option<&str>
Matches on check name
Sourcepub fn distribution_variable(&self) -> &HistogramDistributionVariable
pub fn distribution_variable(&self) -> &HistogramDistributionVariable
Represents the data points on the x-axis of a histogram.
Sourcepub fn sub_group_variable(&self) -> Option<&HistogramSubGroupVariable>
pub fn sub_group_variable(&self) -> Option<&HistogramSubGroupVariable>
The variable that divides the data into distinct groups for comparison within the histogram.
Sourcepub fn start_time_after(&self) -> &Timestamp
pub fn start_time_after(&self) -> &Timestamp
Filters to start times after this time, inclusive.
Sourcepub fn start_time_before(&self) -> &Timestamp
pub fn start_time_before(&self) -> &Timestamp
Filters to start times before this time, exclusive.
pub fn status(&self) -> Option<&BTreeSet<CheckAlertStatus>>
pub fn check_rids(&self) -> Option<&BTreeSet<CheckRid>>
pub fn data_review_rids(&self) -> Option<&BTreeSet<DataReviewRid>>
pub fn assignee_rids(&self) -> Option<&BTreeSet<UserRid>>
pub fn priorities(&self) -> Option<&BTreeSet<Priority>>
pub fn run_rids(&self) -> &BTreeSet<RunRid>
pub fn asset_rids(&self) -> &BTreeSet<AssetRid>
pub fn pinned_checklist_refs(&self) -> Option<&BTreeSet<PinnedChecklistRef>>
pub fn chart_rids(&self) -> Option<&BTreeSet<VersionedVizId>>
👎Deprecated: charts are no longer versioned resources.
pub fn notebook_rids(&self) -> Option<&BTreeSet<NotebookRid>>
Sourcepub fn show_archived(&self) -> Option<bool>
pub fn show_archived(&self) -> Option<bool>
To be deprecated. Use archivedStatuses instead. If not present, will not show archived data reviews in search results.
Sourcepub fn archived_statuses(&self) -> Option<&BTreeSet<ArchivedStatus>>
pub fn archived_statuses(&self) -> Option<&BTreeSet<ArchivedStatus>>
Filters search on check alerts based on the archived statuses provided. Default is NOT_ARCHIVED only if none are provided.
Trait Implementations§
Source§impl Clone for CheckAlertsHistogramRequest
impl Clone for CheckAlertsHistogramRequest
Source§fn clone(&self) -> CheckAlertsHistogramRequest
fn clone(&self) -> CheckAlertsHistogramRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CheckAlertsHistogramRequest
impl Debug for CheckAlertsHistogramRequest
Source§impl<'de> Deserialize<'de> for CheckAlertsHistogramRequest
impl<'de> Deserialize<'de> for CheckAlertsHistogramRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<CheckAlertsHistogramRequest> for Builder<Complete>
impl From<CheckAlertsHistogramRequest> for Builder<Complete>
Source§fn from(v: CheckAlertsHistogramRequest) -> Self
fn from(v: CheckAlertsHistogramRequest) -> Self
Converts to this type from the input type.
Source§impl Hash for CheckAlertsHistogramRequest
impl Hash for CheckAlertsHistogramRequest
Source§impl Ord for CheckAlertsHistogramRequest
impl Ord for CheckAlertsHistogramRequest
Source§fn cmp(&self, other: &CheckAlertsHistogramRequest) -> Ordering
fn cmp(&self, other: &CheckAlertsHistogramRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for CheckAlertsHistogramRequest
impl PartialOrd for CheckAlertsHistogramRequest
impl Eq for CheckAlertsHistogramRequest
impl StructuralPartialEq for CheckAlertsHistogramRequest
Auto Trait Implementations§
impl Freeze for CheckAlertsHistogramRequest
impl RefUnwindSafe for CheckAlertsHistogramRequest
impl Send for CheckAlertsHistogramRequest
impl Sync for CheckAlertsHistogramRequest
impl Unpin for CheckAlertsHistogramRequest
impl UnwindSafe for CheckAlertsHistogramRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.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>
Wrap the input message
T
in a tonic::Request