Struct google_api_proto::google::analytics::data::v1beta::DimensionMetadata
source · pub struct DimensionMetadata {
pub api_name: String,
pub ui_name: String,
pub description: String,
pub deprecated_api_names: Vec<String>,
pub custom_definition: bool,
pub category: String,
}
Expand description
Explains a dimension.
Fields§
§api_name: String
This dimension’s name. Useable in Dimension’s name
. For
example, eventName
.
ui_name: String
This dimension’s name within the Google Analytics user interface. For
example, Event name
.
description: String
Description of how this dimension is used and calculated.
deprecated_api_names: Vec<String>
Still usable but deprecated names for this dimension. If populated, this
dimension is available by either apiName
or one of deprecatedApiNames
for a period of time. After the deprecation period, the dimension will be
available only by apiName
.
custom_definition: bool
True if the dimension is custom to this property. This includes user, event, & item scoped custom dimensions; to learn more about custom dimensions, see https://support.google.com/analytics/answer/14240153. This also include custom channel groups; to learn more about custom channel groups, see https://support.google.com/analytics/answer/13051316.
category: String
The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together.
Trait Implementations§
source§impl Clone for DimensionMetadata
impl Clone for DimensionMetadata
source§fn clone(&self) -> DimensionMetadata
fn clone(&self) -> DimensionMetadata
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DimensionMetadata
impl Debug for DimensionMetadata
source§impl Default for DimensionMetadata
impl Default for DimensionMetadata
source§impl Message for DimensionMetadata
impl Message for DimensionMetadata
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
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,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
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,
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,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
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,
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,
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,
self
.source§impl PartialEq for DimensionMetadata
impl PartialEq for DimensionMetadata
source§fn eq(&self, other: &DimensionMetadata) -> bool
fn eq(&self, other: &DimensionMetadata) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DimensionMetadata
Auto Trait Implementations§
impl Freeze for DimensionMetadata
impl RefUnwindSafe for DimensionMetadata
impl Send for DimensionMetadata
impl Sync for DimensionMetadata
impl Unpin for DimensionMetadata
impl UnwindSafe for DimensionMetadata
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<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