Struct google_api_proto::google::analytics::admin::v1alpha::ChannelGroup
source · pub struct ChannelGroup {
pub name: String,
pub display_name: String,
pub description: String,
pub grouping_rule: Vec<GroupingRule>,
pub system_defined: bool,
pub primary: bool,
}
Expand description
A resource message representing a Channel Group.
Fields§
§name: String
Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}
display_name: String
Required. The display name of the Channel Group. Max length of 80 characters.
description: String
The description of the Channel Group. Max length of 256 characters.
grouping_rule: Vec<GroupingRule>
Required. The grouping rules of channels. Maximum number of rules is 50.
system_defined: bool
Output only. If true, then this channel group is the Default Channel Group predefined by Google Analytics. Display name and grouping rules cannot be updated for this channel group.
primary: bool
Optional. If true, this channel group will be used as the default channel
group for reports. Only one channel group can be set as primary
at any
time. If the primary
field gets set on a channel group, it will get unset
on the previous primary channel group.
The Google Analytics predefined channel group is the primary by default.
Trait Implementations§
source§impl Clone for ChannelGroup
impl Clone for ChannelGroup
source§fn clone(&self) -> ChannelGroup
fn clone(&self) -> ChannelGroup
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ChannelGroup
impl Debug for ChannelGroup
source§impl Default for ChannelGroup
impl Default for ChannelGroup
source§impl Message for ChannelGroup
impl Message for ChannelGroup
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 ChannelGroup
impl PartialEq for ChannelGroup
source§fn eq(&self, other: &ChannelGroup) -> bool
fn eq(&self, other: &ChannelGroup) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ChannelGroup
Auto Trait Implementations§
impl Freeze for ChannelGroup
impl RefUnwindSafe for ChannelGroup
impl Send for ChannelGroup
impl Sync for ChannelGroup
impl Unpin for ChannelGroup
impl UnwindSafe for ChannelGroup
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