Enum google_api_proto::google::analytics::data::v1alpha::cohorts_range::Granularity
source · #[repr(i32)]pub enum Granularity {
Unspecified = 0,
Daily = 1,
Weekly = 2,
Monthly = 3,
}
Expand description
The granularity used to interpret the startOffset
and endOffset
for the
extended reporting date range for a cohort report.
Variants§
Unspecified = 0
Should never be specified.
Daily = 1
Daily granularity. Commonly used if the cohort’s dateRange
is a single
day and the request contains cohortNthDay
.
Weekly = 2
Weekly granularity. Commonly used if the cohort’s dateRange
is a week
in duration (starting on Sunday and ending on Saturday) and the request
contains cohortNthWeek
.
Monthly = 3
Monthly granularity. Commonly used if the cohort’s dateRange
is a month
in duration and the request contains cohortNthMonth
.
Implementations§
source§impl Granularity
impl Granularity
source§impl Granularity
impl Granularity
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for Granularity
impl Clone for Granularity
source§fn clone(&self) -> Granularity
fn clone(&self) -> Granularity
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for Granularity
impl Debug for Granularity
source§impl Default for Granularity
impl Default for Granularity
source§fn default() -> Granularity
fn default() -> Granularity
source§impl From<Granularity> for i32
impl From<Granularity> for i32
source§fn from(value: Granularity) -> i32
fn from(value: Granularity) -> i32
source§impl Hash for Granularity
impl Hash for Granularity
source§impl Ord for Granularity
impl Ord for Granularity
source§fn cmp(&self, other: &Granularity) -> Ordering
fn cmp(&self, other: &Granularity) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for Granularity
impl PartialEq for Granularity
source§fn eq(&self, other: &Granularity) -> bool
fn eq(&self, other: &Granularity) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for Granularity
impl PartialOrd for Granularity
source§fn partial_cmp(&self, other: &Granularity) -> Option<Ordering>
fn partial_cmp(&self, other: &Granularity) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for Granularity
impl TryFrom<i32> for Granularity
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<Granularity, UnknownEnumValue>
fn try_from(value: i32) -> Result<Granularity, UnknownEnumValue>
impl Copy for Granularity
impl Eq for Granularity
impl StructuralPartialEq for Granularity
Auto Trait Implementations§
impl Freeze for Granularity
impl RefUnwindSafe for Granularity
impl Send for Granularity
impl Sync for Granularity
impl Unpin for Granularity
impl UnwindSafe for Granularity
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
§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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§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