Struct google_api_proto::google::devtools::clouderrorreporting::v1beta1::ErrorGroup
source · pub struct ErrorGroup {
pub name: String,
pub group_id: String,
pub tracking_issues: Vec<TrackingIssue>,
pub resolution_status: i32,
}
Expand description
Description of a group of similar error events.
Fields§
§name: String
The group resource name.
Written as projects/{projectID}/groups/{group_id}
or
projects/{projectID}/locations/{location}/groups/{group_id}
Examples: projects/my-project-123/groups/my-group
,
projects/my-project-123/locations/us-central1/groups/my-group
In the group resource name, the group_id
is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
For a list of supported locations, see Supported
Regions. global
is
the default when unspecified.
group_id: String
An opaque identifier of the group. This field is assigned by the Error Reporting system and always populated.
In the group resource name, the group_id
is a unique identifier for a
particular error group. The identifier is derived from key parts of the
error-log content and is treated as Service Data. For information about
how Service Data is handled, see Google Cloud Privacy
Notice.
tracking_issues: Vec<TrackingIssue>
Associated tracking issues.
resolution_status: i32
Error group’s resolution status.
An unspecified resolution status will be interpreted as OPEN
Implementations§
source§impl ErrorGroup
impl ErrorGroup
sourcepub fn resolution_status(&self) -> ResolutionStatus
pub fn resolution_status(&self) -> ResolutionStatus
Returns the enum value of resolution_status
, or the default if the field is set to an invalid enum value.
sourcepub fn set_resolution_status(&mut self, value: ResolutionStatus)
pub fn set_resolution_status(&mut self, value: ResolutionStatus)
Sets resolution_status
to the provided enum value.
Trait Implementations§
source§impl Clone for ErrorGroup
impl Clone for ErrorGroup
source§fn clone(&self) -> ErrorGroup
fn clone(&self) -> ErrorGroup
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ErrorGroup
impl Debug for ErrorGroup
source§impl Default for ErrorGroup
impl Default for ErrorGroup
source§impl Message for ErrorGroup
impl Message for ErrorGroup
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 ErrorGroup
impl PartialEq for ErrorGroup
source§fn eq(&self, other: &ErrorGroup) -> bool
fn eq(&self, other: &ErrorGroup) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ErrorGroup
Auto Trait Implementations§
impl Freeze for ErrorGroup
impl RefUnwindSafe for ErrorGroup
impl Send for ErrorGroup
impl Sync for ErrorGroup
impl Unpin for ErrorGroup
impl UnwindSafe for ErrorGroup
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