pub struct GetCheckAlertsHistogramRequest {Show 17 fields
pub num_bins: Option<i32>,
pub search_text: Option<String>,
pub distribution_variable: Option<HistogramDistributionVariable>,
pub sub_group_variable: Option<HistogramSubGroupVariable>,
pub start_time_after: Option<Timestamp>,
pub start_time_before: Option<Timestamp>,
pub status: Option<CheckAlertStatusSet>,
pub check_rids: Option<CheckRidSet>,
pub data_review_rids: Option<DataReviewRidSet>,
pub assignee_rids: Option<UserRidSet>,
pub priorities: Option<PrioritySet>,
pub run_rids: Vec<String>,
pub asset_rids: Vec<String>,
pub pinned_checklist_refs: Option<PinnedChecklistRefSet>,
pub chart_rids: Vec<VersionedVizId>,
pub notebook_rids: Option<NotebookRidSet>,
pub archived_statuses: Option<ArchivedStatusSet>,
}Fields§
§num_bins: Option<i32>§search_text: Option<String>§distribution_variable: Option<HistogramDistributionVariable>§sub_group_variable: Option<HistogramSubGroupVariable>§start_time_after: Option<Timestamp>§start_time_before: Option<Timestamp>§status: Option<CheckAlertStatusSet>§check_rids: Option<CheckRidSet>§data_review_rids: Option<DataReviewRidSet>§assignee_rids: Option<UserRidSet>§priorities: Option<PrioritySet>§run_rids: Vec<String>§asset_rids: Vec<String>§pinned_checklist_refs: Option<PinnedChecklistRefSet>§chart_rids: Vec<VersionedVizId>§notebook_rids: Option<NotebookRidSet>§archived_statuses: Option<ArchivedStatusSet>Implementations§
Trait Implementations§
Source§impl Clone for GetCheckAlertsHistogramRequest
impl Clone for GetCheckAlertsHistogramRequest
Source§fn clone(&self) -> GetCheckAlertsHistogramRequest
fn clone(&self) -> GetCheckAlertsHistogramRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Message for GetCheckAlertsHistogramRequest
impl Message for GetCheckAlertsHistogramRequest
Source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
Source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message to a buffer. Read more
Source§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message to a newly allocated buffer.
Source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message with a length-delimiter to a buffer. Read more
Source§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message with a length-delimiter to a newly allocated buffer.
Source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
Source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
Source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes an instance of the message from a buffer, and merges it into
self. Read moreSource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self.impl StructuralPartialEq for GetCheckAlertsHistogramRequest
Auto Trait Implementations§
impl Freeze for GetCheckAlertsHistogramRequest
impl RefUnwindSafe for GetCheckAlertsHistogramRequest
impl Send for GetCheckAlertsHistogramRequest
impl Sync for GetCheckAlertsHistogramRequest
impl Unpin for GetCheckAlertsHistogramRequest
impl UnsafeUnpin for GetCheckAlertsHistogramRequest
impl UnwindSafe for GetCheckAlertsHistogramRequest
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<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